Bugzilla – Attachment 91636 Details for
Bug 23304
Reindent cataloguing/z3950_search.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22304: (follow-up) Add markup structure comments
Bug-22304-follow-up-Add-markup-structure-comments.patch (text/plain), 4.54 KB, created by
Nick Clemens (kidclamp)
on 2019-07-19 11:28:28 UTC
(
hide
)
Description:
Bug 22304: (follow-up) Add markup structure comments
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-07-19 11:28:28 UTC
Size:
4.54 KB
patch
obsolete
>From f2f5513ae20b38f7674648dbab12d04e53c706d0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 12 Jul 2019 13:41:30 +0000 >Subject: [PATCH] Bug 22304: (follow-up) Add markup structure comments > >This patch adds comments to the template to highlight the markup >structure. It also removes the obsolete "type" attribute from the ><script> tag. > >This patch should have no effect on the interface or functionality. > >https://bugs.koha-community.org/show_bug.cgi?id=23304 >Signed-off-by: Nadine Pierre <nadine.pierre@inLibro.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/z3950_search.tt | 28 +++++++++++----------- > 1 file changed, 14 insertions(+), 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index 85e512e916..31bf6f89ee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -47,8 +47,8 @@ > </ol> > <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> > <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" /> >- </fieldset> >- </div> >+ </fieldset> <!-- /.rows --> >+ </div> <!-- /.col-xs-6 --> > > <div class="col-xs-6"> > <h2>Search targets</h2> >@@ -67,18 +67,18 @@ > <label for="z3950_[% serverloo.id | html %]">[% serverloo.servername | html %]</label> > </p> > [% END %] >- </div> >- </div> >- </div> >+ </div> <!-- /#z3950_search_targets --> >+ </div> <!-- /.col-xs-6 --> >+ </div> <!-- /.row --> > > <nav class="navbar navbar-default navbar-fixed-bottom"> > <div class="container-fluid"> > <fieldset class="action"><input type="submit" class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset> > </div> > </nav> >- </form> >+ </form> <!-- /.checkboxed --> > >- [% ELSE %] >+ [% ELSE # IF opsearch %] > > <div class="row"> > <div class="col-xs-12"> >@@ -166,7 +166,7 @@ > [% END %] > [% END %] > </tbody> >- </table> >+ </table> <!-- /#resultst --> > > <div id="dataPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true"> > <div class="modal-dialog"> >@@ -209,11 +209,11 @@ > <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" /> > [% END %] > <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /><input type="submit" name="changepage_goto" value="Go" /> >- </form> >+ </form> <!-- /#page_form --> > > [% ELSE %] > <div class="dialog message">Nothing found.</div> >- [% END %] >+ [% END # /IF breeding_loop %] > > <form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"> > <p> >@@ -222,9 +222,9 @@ > <input type="submit" value="Try another search"/> > </p> > </form> >- </div> >- </div> >- [% END %] >+ </div> <!-- /.col-xs-12 --> >+ </div> <!-- /.row --> >+ [% END # /IF opsearch %] > > [% IF ( numberpending ) %] > <h3 align="center">Still [% numberpending | html %] servers to search</h3> >@@ -234,7 +234,7 @@ > [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] > [% Asset.js("js/z3950_search.js") | $raw %] > [% INCLUDE 'datatables.inc' %] >- <script type="text/javascript"> >+ <script> > $(document).ready(function(){ > > $(".dropdown").on("hidden.bs.dropdown", function(){ >-- >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 23304
:
91483
|
91490
|
91491
|
91498
|
91499
|
91635
| 91636