Bugzilla – Attachment 126678 Details for
Bug 29299
Reindent serials search template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29299: (follow-up) Add markup comments
Bug-29299-follow-up-Add-markup-comments.patch (text/plain), 3.97 KB, created by
David Nind
on 2021-10-21 18:28:44 UTC
(
hide
)
Description:
Bug 29299: (follow-up) Add markup comments
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-10-21 18:28:44 UTC
Size:
3.97 KB
patch
obsolete
>From 2e326de553888ddd2225cc4dca5e84163aa48d3c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 21 Oct 2021 12:02:06 +0000 >Subject: [PATCH] Bug 29299: (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> >--- > .../prog/en/modules/serials/serials-search.tt | 33 ++++++++++--------- > 1 file changed, 17 insertions(+), 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >index e1ba05436f..e33cf15fd1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >@@ -190,13 +190,13 @@ > </li> > </ul> > </div> >- [% END %] >- </div> >+ [% END # IF closed %] >+ </div> <!-- /.btn-group --> > </td> > > </tr> >- [% END %] >- [% END %] >+ [% END # /UNLESS subscription.cannotdisplay %] >+ [% END # /FOREACH subscription %] > </tbody> > <tfoot> > <tr> >@@ -220,7 +220,7 @@ > </tfoot> > </table> > </form> >- [% END %] >+ [% END # /BLOCK subscriptions_table %] > > <div class="main container-fluid"> > <div class="row"> >@@ -292,10 +292,11 @@ > <fieldset class="action"> > <input type="submit" value="Search" /> > </fieldset> >- </fieldset> >+ </fieldset> <!-- /.rows --> > </form> >- </div> >- [% END %] >+ </div> <!-- /#advsearch --> >+ [% END # /UNLESS ( done_searched )%] >+ > [% IF ( done_searched ) %] > [% IF ( total ) %] > <div id="serialstabs" class="toptabs" style="clear:both;"> >@@ -330,14 +331,14 @@ > </div> > [% END %] > </div> >- [% END %] >- </div> >+ [% END # /IF mana %] >+ </div> <!-- /#serialstabs --> > [% ELSE %] > <div class="dialog message"> > <p>Your search returned no results.</p> > </div> >- [% END %] >- [% END %] >+ [% END # IF ( total ) %] >+ [% END # /IF done_searched %] > > </main> > </div> <!-- /.col-sm-10.col-sm-push-2 --> >@@ -421,11 +422,11 @@ > <input type="submit" value="Search" /> > </fieldset> > >- </fieldset> >+ </fieldset> <!-- /.brief --> > </form> >- </div> >- [% END %] >- [% END %] >+ </div> <!-- /#advsearch --> >+ [% END # / UNLESS ( mana ) %] >+ [% END # / IF ( done_searched ) %] > </aside> > </div> <!-- /.col-sm-2.col-sm-pull-10 --> > </div> <!-- /.row --> >-- >2.20.1
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 29299
:
126662
|
126663
|
126677
|
126678
|
126798
|
126799