@@ -, +, @@ - Move JavaScript to the footer - Convert to Bootstrap grid - Other markup corrections - Confirm that the page how has a "Library groups" heading. - Confirm that action buttons in the table of library groups are styled correctly. - Test both adding and editing groups. The "Required" label on required fields should be styled correctly. - Test all JavaScript-driven interactions on the page: - Adding, editing, and deleting groups - Removing libraries from groups - Expanding and collapsing group hierarchies - Validate the page's HTML and confirm that there are no errors found in the main body of the page. --- .../prog/en/modules/admin/library_groups.tt | 327 +++++++++++---------- 1 file changed, 170 insertions(+), 157 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt @@ -1,113 +1,13 @@ [% USE raw %] [% USE Asset %] [% USE KohaSpan %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Library groups [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %] -[% Asset.js("lib/jquery/plugins/treetable/jquery.treetable.js") | $raw %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] @@ -140,11 +40,11 @@ [% END %] -
-
-
-
-
+
+
+ + +

Library groups

[% FOREACH root_group IN root_groups %] @@ -165,14 +66,18 @@ [% PROCESS tree group=root_group %]
[% END %] -
-
-
- [% INCLUDE 'admin-menu.inc' %] -
+ +
+ +
+ +
+
- - -