Bugzilla – Attachment 91868 Details for
Bug 23339
Reindent addbooks.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23339: (follow-up) Markup comments and corrections
Bug-23339-follow-up-Markup-comments-and-correction.patch (text/plain), 5.10 KB, created by
Nick Clemens (kidclamp)
on 2019-07-30 12:32:24 UTC
(
hide
)
Description:
Bug 23339: (follow-up) Markup comments and corrections
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-07-30 12:32:24 UTC
Size:
5.10 KB
patch
obsolete
>From 0941033cc6202ec2bee7413c47971cbdce695427 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 18 Jul 2019 15:42:22 +0000 >Subject: [PATCH] Bug 23339: (follow-up) Markup comments and corrections > >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. > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/addbooks.tt | 34 +++++++++++----------- > 1 file changed, 17 insertions(+), 17 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index 5e0726958f..7f0da14e30 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -37,18 +37,18 @@ > <span class="caret"></span> > </button> > <ul class="dropdown-menu"> >- <li id="" class="z3950searchFw"><a href="#">Default framework</a></li> >+ <li class="z3950searchFw"><a href="#">Default framework</a></li> > [% FOREACH framework IN frameworks %] > <li id="[% framework.frameworkcode | html %]" class="z3950searchFw"><a href="#">[% framework.frameworktext | html %]</a></li> > [% END %] > </ul> > </div> >- [% END %] >+ [% END # /IF servers.count %] > [% IF ( total ) %] > <div class="btn-group"><button type="submit" class="btn btn-default merge-items"><i class="fa fa-compress"></i> Merge selected</button></div> > [% END %] >- </div> >- [% END %] >+ </div> <!-- /#toolbar --> >+ [% END # /IF CAN_user_editcatalogue_edit_catalogue %] > > [% IF ( noitemsfound ) %] > No results found >@@ -138,22 +138,22 @@ > <li><a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% resultsloo.biblionumber | uri %]"><i class="fa fa-plus"></i> Add/Edit items</a></li> > [% END %] > </ul> >- </div> >+ </div> <!-- /.dropup --> > </td> > </tr> >- [% END %] >+ [% END # /FOREACH resultsloo %] > </table> > <div class="pages">[% pagination_bar | $raw %]</div> > <hr /> >- </div> >- [% ELSE %] >+ </div> <!-- /.searchresults --> >+ [% ELSE # IF total %] > [% IF ( query ) %] > [% IF ( error ) %]<div class="dialog alert">[% END %]<b>No results found</b> > [% IF ( error ) %] > Error: <span class="error">[% error | html %]</span></div> > [% END %] > [% END %] >- [% END %] >+ [% END # /IF total %] > > [% IF ( query ) %] > <div id="searchresult-breeding"> >@@ -193,13 +193,13 @@ > </div> > </td> > </tr> >- [% END %] >+ [% END # /IF breeding_loo %] > </table> > [% ELSE %] > <p>None</p> >- [% END %] >+ [% END # /IF breeding_loop %] > </div> >- [% END %] >+ [% END # /IF query %] > > <div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true"> > <div class="modal-dialog"> >@@ -214,11 +214,11 @@ > <div class="modal-footer"> > <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> > </div> >- </div> >- </div> >- </div> >- </div> >- </div> >+ </div> <!-- /.modal-content --> >+ </div> <!-- /.modal-dialog --> >+ </div> <!-- /#dataPreview --> >+ </div> <!-- /.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 --> >+ </div> <!-- /.row --> > > [% MACRO jsinclude BLOCK %] > <script> >-- >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 23339
:
91594
|
91595
|
91669
|
91670
|
91867
|
91868
|
92013
|
92014