Currently, upon clicking the "Clear Form" button on the Advanced
Search page, the form resets, but the location in the address bar
retains the OU which was being searched. This patch removes that
upon clicking "Clear Form"
Signed-off-by: Adam Bowling <abowling@emeralddata.net>
class='hidden' alt="[% l('Search in progress icon') %]"/>
</span>
- <a href="[% mkurl(ctx.opac_root _ '/advanced', {$loc_name => loc_value}, 1) %]"
+ <a href="[% ctx.opac_root _ '/advanced' %]"
class="opac-button">[% l('Clear Form') %]</a>
</div>