Update icons in CiviCampaign
authorJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 15 Jan 2016 12:14:04 +0000 (12:14 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 15 Jan 2016 12:14:04 +0000 (12:14 +0000)
templates/CRM/Campaign/Form/ResultOptions.tpl

index 2451609654eb401bbcb1280d72b59070cd8e8a7f..404ab0de30e853eb7445d12d6eae12c6df49716b 100644 (file)
@@ -59,7 +59,7 @@
   <tr id="optionField_{$index}" class="form-item {cycle values="odd-row,even-row"}">
         <td>
         {if $index GT 1}
-            <a onclick="showHideRow({$index}); return false;" name="optionField_{$index}" href="#" class="form-link"><img src="{$config->resourceBase}i/TreeMinus.gif" class="action-icon" alt="{ts}hide field or section{/ts}"/></a>
+            <a onclick="showHideRow({$index}); return false;" name="optionField_{$index}" href="#" class="form-link"><i class="crm-i fa-trash" title="{ts}hide field or section{/ts}"></i></a>
         {/if}
         </td>
       <td>
@@ -76,7 +76,7 @@
     {/section}
     </table>
   <div id="optionFieldLink" class="add-remove-link">
-        <a onclick="showHideRow(); return false;" name="optionFieldLink" href="#" class="form-link"><img src="{$config->resourceBase}i/TreePlus.gif" class="action-icon" alt="{ts}show field or section{/ts}"/>{ts}another choice{/ts}</a>
+        <a onclick="showHideRow(); return false;" name="optionFieldLink" href="#" class="form-link"><i class="crm-i fa-plus-circle"></i> {ts}add another choice{/ts}</a>
     </div>
   <span id="additionalOption" class="description">
     {ts}If you need additional options - you can add them after you Save your current entries.{/ts}