From 6e811a594b02776b866b677379a1891b6cf5739c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Jun 2020 17:54:33 +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. --- 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 195529da08..4bd6281413 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 @@ -48,14 +48,14 @@

An unknown error has occurred.
Please review the error log for more details.

[% END %] - [% END %] + [% END # /IF ( error ) %]
- [% END %] + [% END # /IF ( uploadimage ) %]

Select an image file or ZIP file to upload. The tool will accept images in GIF, JPEG, PNG, and XPM formats.

@@ -83,7 +83,7 @@
- +
@@ -139,7 +139,7 @@
- + -- 2.11.0