Change "Reset form" to "Clear Form"
authorBen Shum <bshum@biblio.org>
Mon, 13 Aug 2012 22:08:53 +0000 (18:08 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 13 Aug 2012 23:07:32 +0000 (19:07 -0400)
As suggested by Thomas Berezansky in the comments on LP 994058, change
the button from "Reset form" to "Clear form" to be absolutely clear
that the button now removes all previous search variables.

Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>

Open-ILS/src/templates/opac/parts/advanced/search.tt2

index 59fa216..4328086 100644 (file)
 <input type="hidden" name="_adv" value="1" />
 <input type="submit" value="[% l('Search') %]" class='pointer opac-button' />
 <a href="[% mkurl(ctx.opac_root _ '/advanced', {$loc_name => loc_value}, 1) %]"
-    class="pointer opac-button">[% l('Reset form') %]</a>
+    class="pointer opac-button">[% l('Clear Form') %]</a>
 </form>