Lines 227-233
$(document).ready(function() {
Link Here
|
227 |
|
227 |
|
228 |
[% IF ( add_form ) %] |
228 |
[% IF ( add_form ) %] |
229 |
<h1>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h1> |
229 |
<h1>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h1> |
230 |
<form name="Aform" method="post" enctype="multipart/form-data"> |
230 |
<form name="Aform" method="post" enctype="multipart/form-data"> |
231 |
<input type="hidden" name="op" id="op" value="add_validate" /> |
231 |
<input type="hidden" name="op" id="op" value="add_validate" /> |
232 |
<input type="hidden" name="checked" value="0" /> |
232 |
<input type="hidden" name="checked" value="0" /> |
233 |
[% IF ( modify ) %] |
233 |
[% IF ( modify ) %] |
Lines 344-355
$(document).ready(function() {
Link Here
|
344 |
</ol> |
344 |
</ol> |
345 |
|
345 |
|
346 |
[% IF code.search('DGST') %] <span class="overdue">Warning, this is a template for a Digest, as such, any references to branch data ( e.g. branches.branchname ) will refer to the borrower's home branch.</span> [% END %] |
346 |
[% IF code.search('DGST') %] <span class="overdue">Warning, this is a template for a Digest, as such, any references to branch data ( e.g. branches.branchname ) will refer to the borrower's home branch.</span> [% END %] |
347 |
</fieldset> |
347 |
</fieldset> |
348 |
<fieldset class="action"><input type="submit" id="submit" value="Submit" class="button" /> <a class="cancel" href="/cgi-bin/koha/tools/letter.pl">Cancel</a></fieldset> |
348 |
<fieldset class="action"><input type="submit" id="submit" value="Submit" class="button" /> <a class="cancel" href="/cgi-bin/koha/tools/letter.pl">Cancel</a></fieldset> |
349 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
349 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
350 |
</form> |
350 |
</form> |
351 |
[% END %] |
351 |
[% END %] |
352 |
|
352 |
|
353 |
[% IF ( add_validate ) %] |
353 |
[% IF ( add_validate ) %] |
354 |
Data recorded |
354 |
Data recorded |
355 |
<form action="[% action %]" method="post"> |
355 |
<form action="[% action %]" method="post"> |
356 |
- |
|
|