View | Details | Raw Unified | Return to bug 6332
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (+1 lines)
Lines 312-317 function checkMultiHold() { Link Here
312
		);
312
		);
313
		//]]>
313
		//]]>
314
	    </script>
314
	    </script>
315
        <a href='#' onclick="document.getElementById('reserve_date').value='';">Clear Date</a>
315
	</li>
316
	</li>
316
	[% END %]
317
	[% END %]
317
318
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt (-1 / +2 lines)
Lines 337-342 Link Here
337
              );
337
              );
338
              //]]>
338
              //]]>
339
              </script>
339
              </script>
340
      <p style="margin:.3em 2em;">
341
      <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('reserve_date_[% bibitemloo.biblionumber %]').value='';return false;">Clear Date</a></p>
340
                </td>[% END %]
342
                </td>[% END %]
341
343
342
		    [% END %]
344
		    [% END %]
343
- 

Return to bug 6332