Browse Source

Fix the theme of the reset button for tripal_search_feature

ccheng 14 years ago
parent
commit
0bff29f2a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      theme_tripal/views-exposed-form--est_search.tpl.php

+ 1 - 1
theme_tripal/views-exposed-form--est_search.tpl.php

@@ -188,7 +188,7 @@
 		</div>
     
     <div class="tripal-search-feature-exposed-widget">
-    	<input TYPE="Button" value="Reset" onClick="window.location = '<?php global $base_url; print "$base_url/est_search"?>';">
+    	<input type="Button" class="form-submit" value="Reset" onClick="window.location = '<?php global $base_url; print "$base_url/est_search"?>';">
       <?php $button = preg_replace("'Apply'", "Search", $button); print $button ?>
     </div>
   </div>