Bugzilla – Attachment 165367 Details for
Bug 36671
Reindent item transfer template (branchtransfers.tt)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36671: (follow-up) Add markup comments
Bug-36671-follow-up-Add-markup-comments.patch (text/plain), 3.86 KB, created by
Martin Renvoize (ashimema)
on 2024-04-23 10:17:35 UTC
(
hide
)
Description:
Bug 36671: (follow-up) Add markup comments
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-23 10:17:35 UTC
Size:
3.86 KB
patch
obsolete
>From 25ce1ed390143975cfe776b290e229a5cbb8d859 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 22 Apr 2024 16:05:50 +0000 >Subject: [PATCH] Bug 36671: (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: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/circ/branchtransfers.tt | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index 1edbef46408..d48f85d5b8d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -108,7 +108,7 @@ > </form> > </td> > </tr> >- [% END %] >+ [% END # /IF reserved %] > <tr> > <th>Ignore and return to transfers: </th> > <td> >@@ -126,7 +126,7 @@ > </tr> > </table> > </div> <!-- /.page-section --> >- [% ELSE %] >+ [% ELSE # /IF found %] > [% IF ( reqmessage ) %] > <div class="dialog message"> > <ul> >@@ -171,10 +171,10 @@ > [% errmsgloo.patron.firstname | html %] [% errmsgloo.patron.surname | html %] > ([% errmsgloo.patron.cardnumber | html %])</a> and has been returned.</li> > [% END %] >- [% END %] >+ [% END # /FOREACH errmsgloo %] > </ul> >- </div> >- [% END %] >+ </div> <!-- /.dialog.message --> >+ [% END # /errmsgloop %] > > <div id="branchtransfers"> > <form method="post" name="mainform" id="mainform" action="/cgi-bin/koha/circ/branchtransfers.pl"> >@@ -200,8 +200,8 @@ > <input type="hidden" name="tb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.tobrcd | html %]" /> > [% END %] > <input type="hidden" name="op" value="cud-transfer" /> >- </form> >- </div> >+ </form> <!-- /#mainform --> >+ </div> <!-- /#branchtransfers --> > > [% IF ( trsfitemloop ) %] > <div class="page-section"> >@@ -233,11 +233,11 @@ > <td class="tf-origin">[% Branches.GetName( trsfitemloo.frombrcd ) | html %]</td> > <td class="tf-destination">[% Branches.GetName( trsfitemloo.tobrcd ) | html %]</td> > </tr> >- [% END %] >+ [% END # /FOREACH trsfitemloo %] > </table> > </div> <!-- /.page-section --> >- [% END %] >- [% END %] >+ [% END # /IF trsfitemloop%] >+ [% END # /IF found %] > </main> > </div> <!-- /.col-sm-10.col-sm-push-2 --> > >-- >2.44.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 36671
:
165329
|
165330
|
165340
|
165341
|
165342
|
165366
| 165367 |
165368