Make advanced search reset button less ugly
authorColeman Watts <coleman@civicrm.org>
Thu, 7 Aug 2014 12:49:41 +0000 (13:49 +0100)
committerColeman Watts <coleman@civicrm.org>
Wed, 13 Aug 2014 09:24:27 +0000 (10:24 +0100)
templates/CRM/Contact/Form/Search/Criteria/Basic.tpl

index c7d361a76d4732105474b5d0d50956fbf4790a58..6b302739c5d63d35f39f110503450b0e37ca9d0f 100644 (file)
         {include file="CRM/common/formButtons.tpl" location="top" buttonStyle="width:80px; text-align:center;"}
       </div>
       <div class="crm-submit-buttons reset-advanced-search">
-        <a href="{crmURL p='civicrm/contact/search/advanced' q='reset=1'}" id="resetAdvancedSearch" class="button no-popup" style="width:70px; text-align:center;"><span>{ts}Reset Form{/ts}</span></a>
+        <a href="{crmURL p='civicrm/contact/search/advanced' q='reset=1'}" id="resetAdvancedSearch" class="crm-hover-button" title="{ts}Clear all search criteria{/ts}">
+          <span class="icon ui-icon-circle-close"></span>
+          {ts}Reset Form{/ts}
+        </a>
       </div>
     </td>
   </tr>