Advanced search - prevent unwanted popup from reset button
authorColeman Watts <coleman@civicrm.org>
Tue, 5 Aug 2014 15:43:44 +0000 (16:43 +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 9a091dd1b990dc102c9533e3885d999b44ec874a..c7d361a76d4732105474b5d0d50956fbf4790a58 100644 (file)
@@ -52,7 +52,7 @@
         {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" 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="button no-popup" style="width:70px; text-align:center;"><span>{ts}Reset Form{/ts}</span></a>
       </div>
     </td>
   </tr>