@@ -, +, @@ Rotating collections - Tools -> Rotating collections - View rotating collection - Transfer rotating collection - Edit rotating collection --- .../modules/rotating_collections/addItems.tt | 24 +++++++++++-------- .../rotating_collections/editCollections.tt | 23 ++++++++++-------- .../rotatingCollections.tt | 23 ++++++++++-------- .../transferCollection.tt | 23 ++++++++++-------- 4 files changed, 53 insertions(+), 40 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt @@ -12,10 +12,10 @@ -
-
-
-
+
+
+
+
[% IF ( ! colId ) %]
@@ -115,12 +115,16 @@ [% END %]
[% END %] -
-
-
- [% INCLUDE 'tools-menu.inc' %] -
-
+ + +
+ +
+ +
+
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt @@ -23,10 +23,10 @@ [% END -%]
-
-
-
-
+
+
+
+
[% IF ( previousActionCreate ) %] [% IF ( createSuccess ) %] @@ -131,12 +131,15 @@ [% END %]
-
-
-
- [% INCLUDE 'tools-menu.inc' %] -
-
+ +
+ +
+ +
+
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt @@ -14,10 +14,10 @@ -
-
-
-
+
+
+
+
[% INCLUDE 'rotating-collections-toolbar.inc' %] @@ -60,12 +60,15 @@ [% END %]
-
-
-
- [% INCLUDE 'tools-menu.inc' %] -
-
+ +
+ +
+ +
+
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt @@ -12,10 +12,10 @@ -
-
-
-
+
+
+
+

Transfer collection [% colTitle | html %]

@@ -53,12 +53,15 @@
[% END %] -
-
-
- [% INCLUDE 'tools-menu.inc' %] -
-
+ +
+ +
+ +
+
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] --