Lines 181-187
$(document).ready(function() {
Link Here
|
181 |
[% IF ( no_op_set ) %] |
181 |
[% IF ( no_op_set ) %] |
182 |
<h1>Notices and Slips</h1> |
182 |
<h1>Notices and Slips</h1> |
183 |
<form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary"> |
183 |
<form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary"> |
184 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
184 |
<input type="hidden" name="searchfield" value="[% searchfield | html %]" /> |
185 |
[% UNLESS independant_branch %] |
185 |
[% UNLESS independant_branch %] |
186 |
<p> |
186 |
<p> |
187 |
Select a library : |
187 |
Select a library : |
188 |
- |
|
|