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>
<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>