From 586e7b0b5a4bce365167c2d59c6b021f4edcff50 Mon Sep 17 00:00:00 2001 From: Owen Leonard <oleonard@myacpl.org> Date: Mon, 19 Oct 2020 10:35:20 +0000 Subject: [PATCH] Bug 25941: (follow-up) Add markup comments This patch adds comments to the template to highlight the markup structure. This patch should have no effect on the page's appearance or functionality. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt index be099612a0..592113b93c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt @@ -52,12 +52,12 @@ [% END %] </div> </li> - [% END %] + [% END # /IF error %] <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">View final record</a></li> <li><a href="/cgi-bin/koha/tools/tools-home.pl">Back</a></li> </ul> <hr /> - [% END %] + [% END # /IF uploadimage %] <ul> <li>Select an image file or ZIP file to upload. The tool will accept images in GIF, JPEG, PNG, and XPM formats.</li> </ul> @@ -85,7 +85,7 @@ </div> <div id="fileuploadfailed"></div> </div> - </form> + </form> <!-- /#uploadfile --> <form method="post" id="processfile" action="/cgi-bin/koha/tools/upload-cover-image.pl" enctype="multipart/form-data"> <fieldset class="rows"> @@ -145,7 +145,7 @@ <fieldset class="action"> <button type="submit" class="btn btn-default btn-sm">Process images</button> </fieldset> - </form> + </form> <!-- /#processfile --> </main> </div> <!-- /.col-sm-10.col-sm-push-2 --> -- 2.11.0