From db38826e9d9427f5df299a8595eb5ca2a61dcc04 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 2 May 2018 12:26:43 +0000 Subject: [PATCH] Bug 20742: Update two-column templates with Bootstrap grid: Administration part 6 This patch modifies several administration templates to use the Bootstrap grid instead of YUI. This patch also removes obsolete "text/javascript" attributes from - - - + [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] + [% Asset.js("js/ajax.js") | $raw %] + [% Asset.js("js/pages/preferences.js") | $raw %] [%# Add WYSIWYG editor for htmlarea system preferences %] [% INCLUDE 'wysiwyg-systempreferences.inc' %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt index dbbd765..feb8e65 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -33,10 +33,10 @@ [% IF op == 'add' %]› New [% PROCESS ServerType %] server[% END %] -
-
-
-
+
+
+
+
[% IF msg_deleted %]
Z39.50/SRU server deleted ([% msg_add | html %])
@@ -193,12 +193,15 @@ [% END %] -
-
-
-[% INCLUDE 'admin-menu.inc' %] -
-
+ +
+ +
+ +
+
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] @@ -206,7 +209,7 @@ [% INCLUDE 'datatables.inc' %] [% END %] -