Bugzilla – Attachment 163455 Details for
Bug 35895
Reindent tags review template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35895: (follow-up) Add markup comments
Bug-35895-follow-up-Add-markup-comments.patch (text/plain), 4.23 KB, created by
Owen Leonard
on 2024-03-19 15:14:44 UTC
(
hide
)
Description:
Bug 35895: (follow-up) Add markup comments
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-03-19 15:14:44 UTC
Size:
4.23 KB
patch
obsolete
>From 23ac6595c5dd91d2caa7ddc1f48fab36d7d86e57 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 19 Mar 2024 15:06:08 +0000 >Subject: [PATCH] Bug 35895: (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. >--- > .../prog/en/modules/tags/review.tt | 22 +++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index 5c87bcced6..e6114cfb5b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -102,7 +102,7 @@ > [% END %] > <span>[% op_count | html %] Term(s).</span> > </div> >- [% END %] >+ [% END # /IF op_count %] > [% IF ( message_loop ) %] > <div class="dialog alert" id="main_error"> > [% FOREACH message_loo IN message_loop %] >@@ -118,7 +118,7 @@ > [% END %] > [% END %] > </div> >- [% END %] >+ [% END # /IF message_loop %] > [% IF ( pagination_bar ) %] > <div class="pages" id="pagination_top"> > [% pagination_bar | $raw %] >@@ -199,14 +199,14 @@ > [% UNLESS ( filter_approved_pending ) %] > <td> </td> > [% END %] >- [% END %] >+ [% END # /IF ( tagloo.approved ) %] > <td data-order="[% tagloo.date_approved | html %]"> > [% tagloo.date_approved | $KohaDates %] > </td> > </tr> >- [% END %] >+ [% END # /FOREACH tagloo %] > </tbody> >- </table> >+ </table> <!-- /#tagst --> > </div> <!-- /.page-section --> > [% END %] > [% IF ( tagloop ) %] >@@ -216,7 +216,7 @@ > </fieldset> > [% END %] > </form> >- </div> >+ </div> <!-- /.col-sm-8 --> > <div class="col-sm-2 col-sm-push-2"> > <aside> > <fieldset class="brief"> >@@ -264,7 +264,7 @@ > </form> > </fieldset> > </aside> >- </div> >+ </div> <!-- /.col-sm-2 --> > <div class="col-sm-2 col-sm-pull-10"> > <aside> > <form method="post" action="/cgi-bin/koha/tags/review.pl"> >@@ -307,11 +307,11 @@ > [% INCLUDE 'tools-menu.inc' %] > > </aside> >- </div> >- </div> >+ </div> <!-- /.col-sm-2 --> >+ </div> <!-- /.row --> > </main> >- </div> >- </div> >+ </div> <!-- /.col-sm-12 --> >+ </div> <!-- /.row --> > > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'datatables.inc' %] >-- >2.30.2
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 35895
:
161339
|
161340
|
161341
|
161845
|
161846
|
161916
|
161917
|
163454
|
163455
|
163666
|
163667
|
166144
|
166145