Bugzilla – Attachment 112430 Details for
Bug 25941
Reindent Upload local cover image page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25941: (follow-up) Add markup comments
Bug-25941-follow-up-Add-markup-comments.patch (text/plain), 2.37 KB, created by
Katrin Fischer
on 2020-10-25 00:07:13 UTC
(
hide
)
Description:
Bug 25941: (follow-up) Add markup comments
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-25 00:07:13 UTC
Size:
2.37 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25941
:
106603
|
106604
|
110310
|
110311
|
110447
|
112003
|
112004
|
112374
|
112375
|
112429
| 112430