Bugzilla – Attachment 161341 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.53 KB, created by
Owen Leonard
on 2024-01-24 14:44:23 UTC
(
hide
)
Description:
Bug 35895: (follow-up) Add markup comments
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-01-24 14:44:23 UTC
Size:
4.53 KB
patch
obsolete
>From 47ea811b191f55ee04c9e2f59029921cf6e3f2d1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 24 Jan 2024 14:41:20 +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 | 28 +++++++++---------- > 1 file changed, 14 insertions(+), 14 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 34eabc519c..2267c44692 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -107,9 +107,9 @@ > <span>Unrecognized error!</span> > [% END %] > <br /> >- [% END %] >+ [% END # /FOREACH message_loo %] > </div> >- [% END %] >+ [% END # /IF message_loo %] > > [% IF ( pagination_bar ) %] > <div class="pages" id="pagination_top"> >@@ -193,16 +193,16 @@ > [% 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 %] >+ [% END # /IF tagloop %] > > [% IF ( tagloop ) %] > <fieldset class="action"> >@@ -235,7 +235,7 @@ > </li> > </ul> > <span id="terms_summary_status"> </span> >- </fieldset> >+ </fieldset> <!-- /.brief --> > > <fieldset class="brief"> > <h4>Check lists</h4> >@@ -257,9 +257,9 @@ > [% END %] > </div> > </form> >- </fieldset> >+ </fieldset> <!-- /.brief --> > </aside> >- </div> >+ </div> <!-- /.col-sm-2 col-sm-push-2 --> > > <div class="col-sm-2 col-sm-pull-10"> > <aside> >@@ -313,17 +313,17 @@ > <fieldset class="action"> > <button type="submit" class="btn btn-primary btn-sm"><i class="fa fa-filter" aria-hidden="true"></i> Apply filter(s)</button> > </fieldset> >- </fieldset> >+ </fieldset> <!-- /.brief --> > </form> > > [% INCLUDE 'tools-menu.inc' %] > > </aside> >- </div> >- </div> >+ </div> <!-- /.col-sm-2 col-sm-pull-10 --> >+ </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