From fa55ae90bc74277b5ed43919d222326bbeb6a9ec Mon Sep 17 00:00:00 2001 From: Owen Leonard <oleonard@myacpl.org> 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. --- .../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 729894d..5376298 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 @@ </div> [% END %] - </div> + </div> <!-- /.dialog.message --> [% END %] [% IF view == 'form' %] @@ -122,7 +122,7 @@ </div> - </div> + </div> <!-- /#batch_mod_form --> <fieldset class="rows"> <legend>Use MARC Modification Template:</legend> @@ -143,7 +143,7 @@ <input type="submit" value="Continue" class="button" /> <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> </fieldset> - </form> + </form> <!-- /#record_ids_selection --> [% ELSIF view == 'list' %] [% IF records %] <form action="/cgi-bin/koha/tools/batch_record_modification.pl" method="post" id="process"> @@ -200,7 +200,7 @@ </tr> [% END %] </tbody> - </table> + </table> <!-- /#biblios --> <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected biblios!</div> [% ELSE %] <div id="toolbar"> @@ -226,7 +226,7 @@ </tr> [% END %] </tbody> - </table> + </table> <!-- /#authorities --> <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected authorities!</div> [% END %] <fieldset class="action"> @@ -241,7 +241,7 @@ <div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> <div id="jobfailed"></div> </div> - </form> + </form> <!-- /#process --> [% ELSE %] <div class="dialog message"> No records were modified. <a href="/cgi-bin/koha/tools/batch_record_modification.pl" title="New batch record modification">New batch record modification</a> -- 2.1.4