From 52110377935f97af549d7d7f182a540d3e20e4db 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. Signed-off-by: David Nind --- 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 ddb234f823..9754c8cf86 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