From b6168d55217d0c925a1e8eff66d35d6986921751 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 24 Jun 2019 17:16:07 +0000 Subject: [PATCH] Bug 23196: (follow-up) Add comments to highlight structure This follow-up adds a few comments to the markup in order to highlight and clarify the the HTML structure. To test, apply the patch and perform a diff against master using the '-w' flag: git diff -w origin/master You should only see the addition of HTML comments. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/batch_record_modification.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 729894d421..53762988eb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -56,7 +56,7 @@ [% END %] - + [% END %] [% IF view == 'form' %] @@ -122,7 +122,7 @@   - +
Use MARC Modification Template: @@ -143,7 +143,7 @@ Cancel
- + [% ELSIF view == 'list' %] [% IF records %]
@@ -200,7 +200,7 @@ [% END %] - +
Reminder: this action will modify all selected biblios!
[% ELSE %]
@@ -226,7 +226,7 @@ [% END %] - +
Reminder: this action will modify all selected authorities!
[% END %]
@@ -241,7 +241,7 @@
Job progress:
0%
-
+ [% ELSE %]
No records were modified. New batch record modification -- 2.11.0