@@ -, +, @@ Tools - batchMod-del.tt - Tools -> Batch item deletion -> Submit barcodes or item numbers for deletion. The grid is changed for the results and confirmation screens. - batchMod-edit.tt - Tools -> Batch item modification -> Submit barcodes or item numbers for modification. The grid is changed for the results and confirmation screens. - koha-news.tt - Tools -> News -> Edit or create a new news item. The grid is changed for the edit screen. - letter.tt - Tools -> Notices and Slips -> Edit or create a notice. The grid is changed for the edit screen. --- .../intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 6 ++---- .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 10 ++++------ .../intranet-tmpl/prog/en/modules/tools/koha-news.tt | 14 ++++++++++---- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 16 +++++++++++----- 4 files changed, 27 insertions(+), 19 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -17,9 +17,8 @@ Batch item deletion -
-
-
+
+ [% IF ( show ) %]

Batch item deletion

[% ELSE %]

Batch item deletion results

[% END %] [% IF ( barcode_not_unique ) %]
Error saving item: Barcode must be unique.
[% END %] [% IF ( no_next_barcode ) %]
Error saving items: Unable to automatically determine values for barcodes. No item has been inserted.
[% END %] @@ -183,7 +182,6 @@

[% END %]
-
[% MACRO jsinclude BLOCK %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -61,9 +61,8 @@ $(document).ready(function(){ Batch item modification
-
-
-
+
+ [% IF ( show ) %]

Batch item modification

[% ELSE %] @@ -272,8 +271,7 @@ $(document).ready(function(){ Return to batch item modification [% END %] - + [% END %] -
-
+ [% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -16,10 +16,16 @@ -[% IF ( add_form ) %]
[% ELSE %]
[% END %] -
-
-
+[% IF ( add_form ) %] +
+
+
+[% ELSE %] +
+
+
+
+[% END %] [% UNLESS ( add_form ) %] [% IF error_message == 'title_missing' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -13,11 +13,17 @@ -[% IF add_form or copy_form %]
[% ELSE %]
[% END %] - -
-
-
+[% IF add_form or copy_form %] +
+
+
+[% ELSE %] +
+
+
+
+[% END %] + [% IF ( no_op_set ) %]

Notices and Slips

--