Fix for Bug 6332, Hold forms missing 'clear date' link
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
f1ecfc7669
commit
3e69eb7cdd
2 changed files with 3 additions and 0 deletions
|
@ -312,6 +312,7 @@ function checkMultiHold() {
|
|||
);
|
||||
//]]>
|
||||
</script>
|
||||
<a href='#' onclick="document.getElementById('reserve_date').value='';">Clear Date</a>
|
||||
</li>
|
||||
[% END %]
|
||||
|
||||
|
|
|
@ -337,6 +337,8 @@
|
|||
);
|
||||
//]]>
|
||||
</script>
|
||||
<p style="margin:.3em 2em;">
|
||||
<a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('reserve_date_[% bibitemloo.biblionumber %]').value='';return false;">Clear Date</a></p>
|
||||
</td>[% END %]
|
||||
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue