Lines 2-7
Link Here
|
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
4 |
[% USE Branches %] |
4 |
[% USE Branches %] |
|
|
5 |
[% USE ColumnsSettings %] |
5 |
[% SET footerjs = 1 %] |
6 |
[% SET footerjs = 1 %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
<title>Koha › Tools › Notices[% IF ( add_form or copy_form ) %][% IF ( modify ) %] › Modify notice[% ELSE %] › Add notice[% END %][% END %][% IF ( add_validate or copy_validate) %] › Notice added[% END %][% IF ( delete_confirm ) %] › Confirm deletion[% END %]</title> |
8 |
<title>Koha › Tools › Notices[% IF ( add_form or copy_form ) %][% IF ( modify ) %] › Modify notice[% ELSE %] › Add notice[% END %][% END %][% IF ( add_validate or copy_validate) %] › Notice added[% END %][% IF ( delete_confirm ) %] › Confirm deletion[% END %]</title> |
Lines 460-465
Link Here
|
460 |
[% MACRO jsinclude BLOCK %] |
461 |
[% MACRO jsinclude BLOCK %] |
461 |
[% Asset.js("js/tools-menu.js") | $raw %] |
462 |
[% Asset.js("js/tools-menu.js") | $raw %] |
462 |
[% INCLUDE 'datatables.inc' %] |
463 |
[% INCLUDE 'datatables.inc' %] |
|
|
464 |
[% INCLUDE 'columns_settings.inc' %] |
463 |
[% Asset.js("lib/jquery/plugins/jquery.fixFloat.js") | $raw %] |
465 |
[% Asset.js("lib/jquery/plugins/jquery.fixFloat.js") | $raw %] |
464 |
[% Asset.js("lib/jquery/plugins/jquery.insertatcaret.js") | $raw %] |
466 |
[% Asset.js("lib/jquery/plugins/jquery.insertatcaret.js") | $raw %] |
465 |
<script> |
467 |
<script> |
Lines 476-481
Link Here
|
476 |
var MSG_EMPTY_TITLE_AND_CONTENT = _("Please specify title and content for %s"); |
478 |
var MSG_EMPTY_TITLE_AND_CONTENT = _("Please specify title and content for %s"); |
477 |
var MSG_EMPTY_TEMPLATES = _("Please fill at least one template."); |
479 |
var MSG_EMPTY_TEMPLATES = _("Please fill at least one template."); |
478 |
var MSG_LOADING = _("Loading"); |
480 |
var MSG_LOADING = _("Loading"); |
|
|
481 |
var MSG_NO_NOTICE_FOUND = _("No matching notices found"); |
482 |
var columns_settings = [% ColumnsSettings.GetColumns( 'tools', 'notices', 'lettert', 'json' ) | $raw %]; |
479 |
</script> |
483 |
</script> |
480 |
[% Asset.js("js/letter.js") | $raw %] |
484 |
[% Asset.js("js/letter.js") | $raw %] |
481 |
[% END %] |
485 |
[% END %] |