check.gif not visible due to code formatting issue
authoryurg <ygomankov@gmail.com>
Wed, 21 Oct 2015 18:10:14 +0000 (20:10 +0200)
committeryurg <ygomankov@gmail.com>
Wed, 21 Oct 2015 18:10:14 +0000 (20:10 +0200)
Carriage return should be added at #56 between closing curly bracket  and start of image tag, it gives check.gif path error thus icon is not visible at civicrm/admin/labelFormats?reset=1

templates/CRM/Admin/Page/LabelFormats.tpl

index bc5eabeaed30c27aae10118d54eae93d9c932229..f9b22c3cc4b2de5135aa23b4f337db827ee50a22 100644 (file)
@@ -53,8 +53,8 @@
               <td class="crm-labelFormat-name">{$row.groupName}</td>
               <td class="crm-labelFormat-order nowrap">{$row.weight}</td>
               <td class="crm-labelFormat-description">{$row.grouping}</td>
-              <td class="crm-labelFormat-is_default">{if $row.is_default eq 1}<img
-                src="{$config->resourceBase}i/check.gif" alt="{ts}Default{/ts}"/>{/if}&nbsp;</td>
+              <td class="crm-labelFormat-is_default">{if $row.is_default eq 1}
+              <img src="{$config->resourceBase}i/check.gif" alt="{ts}Default{/ts}"/>{/if}&nbsp;</td>
               <td class="crm-labelFormat-is_reserved">{if $row.is_reserved eq 1}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}
                 &nbsp;</td>
               <td>{$row.action|replace:'xx':$row.id}</td>