|
Lines 210-216
$(document).ready(function() {
Link Here
|
| 210 |
|
210 |
|
| 211 |
[% IF ( add_form ) %] |
211 |
[% IF ( add_form ) %] |
| 212 |
<h1>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h1> |
212 |
<h1>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h1> |
| 213 |
<form name="Aform" method="post" enctype="multipart/form-data"> |
213 |
<form name="Aform" method="post" enctype="multipart/form-data"> |
| 214 |
<input type="hidden" name="op" id="op" value="add_validate" /> |
214 |
<input type="hidden" name="op" id="op" value="add_validate" /> |
| 215 |
<input type="hidden" name="checked" value="0" /> |
215 |
<input type="hidden" name="checked" value="0" /> |
| 216 |
[% IF ( modify ) %] |
216 |
[% IF ( modify ) %] |
|
Lines 327-338
$(document).ready(function() {
Link Here
|
| 327 |
</ol> |
327 |
</ol> |
| 328 |
|
328 |
|
| 329 |
[% 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 %] |
329 |
[% 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 %] |
| 330 |
</fieldset> |
330 |
</fieldset> |
| 331 |
<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> |
331 |
<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> |
| 332 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
332 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
| 333 |
</form> |
333 |
</form> |
| 334 |
[% END %] |
334 |
[% END %] |
| 335 |
|
335 |
|
| 336 |
[% IF ( add_validate ) %] |
336 |
[% IF ( add_validate ) %] |
| 337 |
Data recorded |
337 |
Data recorded |
| 338 |
<form action="[% action %]" method="post"> |
338 |
<form action="[% action %]" method="post"> |
| 339 |
- |
|
|