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 446-451
Link Here
|
446 |
[% MACRO jsinclude BLOCK %] |
447 |
[% MACRO jsinclude BLOCK %] |
447 |
[% Asset.js("js/tools-menu.js") | $raw %] |
448 |
[% Asset.js("js/tools-menu.js") | $raw %] |
448 |
[% INCLUDE 'datatables.inc' %] |
449 |
[% INCLUDE 'datatables.inc' %] |
|
|
450 |
[% INCLUDE 'columns_settings.inc' %] |
449 |
[% Asset.js("lib/jquery/plugins/jquery.fixFloat.js") | $raw %] |
451 |
[% Asset.js("lib/jquery/plugins/jquery.fixFloat.js") | $raw %] |
450 |
[% Asset.js("lib/jquery/plugins/jquery.insertatcaret.js") | $raw %] |
452 |
[% Asset.js("lib/jquery/plugins/jquery.insertatcaret.js") | $raw %] |
451 |
<script> |
453 |
<script> |
Lines 462-467
Link Here
|
462 |
var MSG_EMPTY_TITLE_AND_CONTENT = _("Please specify title and content for %s"); |
464 |
var MSG_EMPTY_TITLE_AND_CONTENT = _("Please specify title and content for %s"); |
463 |
var MSG_EMPTY_TEMPLATES = _("Please fill at least one template."); |
465 |
var MSG_EMPTY_TEMPLATES = _("Please fill at least one template."); |
464 |
var MSG_LOADING = _("Loading"); |
466 |
var MSG_LOADING = _("Loading"); |
|
|
467 |
var MSG_NO_NOTICE_FOUND = _("No matching notices found"); |
468 |
var columns_settings = [% ColumnsSettings.GetColumns( 'tools', 'notices', 'lettert', 'json' ) | $raw %]; |
465 |
</script> |
469 |
</script> |
466 |
[% Asset.js("js/letter.js") | $raw %] |
470 |
[% Asset.js("js/letter.js") | $raw %] |
467 |
[% END %] |
471 |
[% END %] |