|
Lines 194-199
Link Here
|
| 194 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=claimissues">Claim serial issue</a></li> |
194 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=claimissues">Claim serial issue</a></li> |
| 195 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=reserves">Holds</a></li> |
195 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=reserves">Holds</a></li> |
| 196 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=ill">Interlibrary loans</a></li> |
196 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=ill">Interlibrary loans</a></li> |
|
|
197 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=lists">Lists</a></li> |
| 197 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=orderacquisition">Order acquisition</a></li> |
198 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=orderacquisition">Order acquisition</a></li> |
| 198 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=members">Patrons</a></li> |
199 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=members">Patrons</a></li> |
| 199 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=patron_slip">Patrons (custom slip)</a></li> |
200 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=patron_slip">Patrons (custom slip)</a></li> |
|
Lines 256-261
Link Here
|
| 256 |
[% CASE 'claimissues' %]<span>Claim serial issue</span> |
257 |
[% CASE 'claimissues' %]<span>Claim serial issue</span> |
| 257 |
[% CASE 'reserves' %]<span>Holds</span> |
258 |
[% CASE 'reserves' %]<span>Holds</span> |
| 258 |
[% CASE 'ill' %]<span>Interlibrary loans</span> |
259 |
[% CASE 'ill' %]<span>Interlibrary loans</span> |
|
|
260 |
[% CASE 'lists' %]<span>Lists</span> |
| 259 |
[% CASE 'members' %]<span>Patrons</span> |
261 |
[% CASE 'members' %]<span>Patrons</span> |
| 260 |
[% CASE 'patron_slip' %]<span>Patrons (custom slip)</span> |
262 |
[% CASE 'patron_slip' %]<span>Patrons (custom slip)</span> |
| 261 |
[% CASE 'add_message' %]<span>Patrons (custom message)</span> |
263 |
[% CASE 'add_message' %]<span>Patrons (custom message)</span> |
|
Lines 420-425
Link Here
|
| 420 |
[% IF ( module == "ill" ) %] |
422 |
[% IF ( module == "ill" ) %] |
| 421 |
<option value="ill" selected="selected">Interlibrary loans</option> |
423 |
<option value="ill" selected="selected">Interlibrary loans</option> |
| 422 |
[% ELSE %] |
424 |
[% ELSE %] |
|
|
425 |
[% IF ( module == "lists" ) %] |
| 426 |
<option value="lists" selected="selected">Lists</option> |
| 427 |
[% ELSE %] |
| 428 |
<option value="lists">Lists</option> |
| 429 |
[% END %] |
| 423 |
<option value="ill">Interlibrary loans</option> |
430 |
<option value="ill">Interlibrary loans</option> |
| 424 |
[% END %] |
431 |
[% END %] |
| 425 |
[% IF ( module == "members" ) %] |
432 |
[% IF ( module == "members" ) %] |