|
Lines 16-22
Link Here
|
| 16 |
//<![CDATA[ |
16 |
//<![CDATA[ |
| 17 |
var MSG_ADD_MESSAGE = _("Add a new message"); |
17 |
var MSG_ADD_MESSAGE = _("Add a new message"); |
| 18 |
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); |
18 |
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); |
| 19 |
var MSG_EXPORT_DEFINE_CSV_FORMAT = _("You must define a CSV profile for export (in tools -> CSV export profiles) and fill the 'ExportWithCsvProfile' system preference"); |
19 |
|
| 20 |
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %] |
20 |
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %] |
| 21 |
[% IF ( UseTablesortForCirc ) %]$.tablesorter.addParser({ |
21 |
[% IF ( UseTablesortForCirc ) %]$.tablesorter.addParser({ |
| 22 |
id: 'articles', |
22 |
id: 'articles', |
|
Lines 813-821
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 813 |
<option value="iso2709_995">ISO2709 with items</option> |
813 |
<option value="iso2709_995">ISO2709 with items</option> |
| 814 |
<option value="iso2709">ISO2709 without items</option> |
814 |
<option value="iso2709">ISO2709 without items</option> |
| 815 |
[% IF ( export_with_csv_profile ) %] |
815 |
[% IF ( export_with_csv_profile ) %] |
| 816 |
<option value="csv">CSV</option> |
816 |
<option value="csv">CSV</option> |
| 817 |
[% ELSE %] |
|
|
| 818 |
<option value="">CSV</option> |
| 819 |
[% END %] |
817 |
[% END %] |
| 820 |
</select> |
818 |
</select> |
| 821 |
<label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> |
819 |
<label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> |
| 822 |
- |
|
|