@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/tools/signs.tt | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/signs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/signs.tt @@ -4,7 +4,6 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Digital signs [% INCLUDE 'doc-head-close.inc' %] -[% Asset.css("css/datatables.css") %] [% INCLUDE 'header.inc' %] @@ -49,10 +48,10 @@ [% END %] -
-
-
-
+
+
+
+
[% UNLESS Koha.Preference( 'OPACDigitalSigns' ) %]
@@ -431,14 +430,15 @@ [% END %] -
-
+ +
-
-[% INCLUDE 'tools-menu.inc' %] -
- -
+
+ +
+
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] --