Lines 13-19
Link Here
|
13 |
[% INCLUDE 'header.inc' %] |
13 |
[% INCLUDE 'header.inc' %] |
14 |
[% INCLUDE 'letters-search.inc' %] |
14 |
[% INCLUDE 'letters-search.inc' %] |
15 |
|
15 |
|
16 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% IF ( add_form or copy_form) %][% IF ( modify ) %]<a href="/cgi-bin/koha/tools/letter.pl">Notices & Slips</a> › Modify notice[% ELSE %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & Slips</a> › Add notice[% END %][% ELSE %][% IF ( add_validate or copy_validate) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & Slips</a> › Notice added[% ELSE %][% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & Slips</a> › Confirm deletion[% ELSE %]Notices & Slips[% END %][% END %][% END %]</div> |
16 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% IF ( add_form or copy_form) %][% IF ( modify ) %]<a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a> › Modify notice[% ELSE %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a> › Add notice[% END %][% ELSE %][% IF ( add_validate or copy_validate) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a> › Notice added[% ELSE %][% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a> › Confirm deletion[% ELSE %]Notices & slips[% END %][% END %][% END %]</div> |
17 |
|
17 |
|
18 |
<div id="preview_template" class="modal in" tabindex="-1" role="dialog" aria-labelledby="preview_template_label" aria-hidden="true"> |
18 |
<div id="preview_template" class="modal in" tabindex="-1" role="dialog" aria-labelledby="preview_template_label" aria-hidden="true"> |
19 |
<div class="modal-dialog modal-lg"> |
19 |
<div class="modal-dialog modal-lg"> |
Lines 45-51
Link Here
|
45 |
[% END %] |
45 |
[% END %] |
46 |
|
46 |
|
47 |
[% IF ( no_op_set ) %] |
47 |
[% IF ( no_op_set ) %] |
48 |
<h1>Notices and Slips</h1> |
48 |
<h1>Notices & slips</h1> |
49 |
<form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary"> |
49 |
<form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary"> |
50 |
<input type="hidden" name="searchfield" value="[% searchfield | html %]" /> |
50 |
<input type="hidden" name="searchfield" value="[% searchfield | html %]" /> |
51 |
[% UNLESS independant_branch %] |
51 |
[% UNLESS independant_branch %] |
52 |
- |
|
|