Bugzilla – Attachment 90793 Details for
Bug 23159
Reindent addbiblio.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23159: (follow-up) remove added comments
Bug-23159-follow-up-remove-added-comments.patch (text/plain), 6.75 KB, created by
Mark Tompsett
on 2019-06-19 14:17:38 UTC
(
hide
)
Description:
Bug 23159: (follow-up) remove added comments
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2019-06-19 14:17:38 UTC
Size:
6.75 KB
patch
obsolete
>From 4381bd8cd4e6d5f9c3e85252c2169a7a43a2a06b Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 19 Jun 2019 14:01:20 +0000 >Subject: [PATCH] Bug 23159: (follow-up) remove added comments > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > .../prog/en/modules/cataloguing/addbiblio.tt | 42 +++++++++++----------- > 1 file changed, 21 insertions(+), 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index b13ed094c2..c9e4ab6819 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -489,9 +489,9 @@ > <button type="submit" class="new" onclick="confirmnotdup('view'); return false;"><i class="fa fa-fw fa-save"></i> No, save as new record</button> > [% END %] > </form> >- </div> <!-- /.dialog.alert --> >- [% END # /IF duplicatebiblionumber %] >- [% END # /UNLESS number %] >+ </div> >+ [% END %] >+ [% END %] > > [% IF ( done ) %] > <script> >@@ -528,7 +528,7 @@ > [% ELSE %] > <!-- User cannot edit items - single button redirecting to view --> > <div class="btn-group"><a href="#" id="saveandview" class="btn btn-default"><i class="fa fa-save"></i> Save</a></div> >- [% END # /IF CAN_user_editcatalogue_edit_items %] >+ [% END %] > > [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] > <div class="btn-group"><a class="btn btn-default" href="#" id="z3950search"><i class="fa fa-search"></i> Z39.50/SRU search</a></div> >@@ -571,8 +571,8 @@ > </a> > </li> > [% END %] >- </ul> <!-- /#settings-menu --> >- </div> <!-- /.btn-group --> >+ </ul> >+ </div> > [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] > [% IF (biblionumber) %] > [% IF ( BiblioDefaultViewmarc ) %] >@@ -595,7 +595,7 @@ > [% ELSE %] > <a class="btn btn-default" id="cancel" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cancel</a> > [% END %] >- [% END # /UNLESS circborrowernumber %] >+ [% END %] > <div class="toolbar-tabs-container"> > [% IF ( BIG_LOOP.size > 1 ) %] > <ul class="toolbar-tabs"> >@@ -697,7 +697,7 @@ > size="1" > maxlength="1" > value="[% innerloo.indicator2 | html %]" /> >- [% END # /IF innerloo.fixedfield %] - >+ [% END %] - > > [% UNLESS advancedMARCEditor %] > <a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to Expand this Tag">[% innerloo.tag_lib | html %]</a> >@@ -712,8 +712,8 @@ > <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Delete this Tag"> > <img src="[% interface | html %]/[% theme | html %]/img/delete-tag.png" alt="Delete this Tag" /> > </a> >- </span> <!-- /.field_controls --> >- </div> <!-- /div.tag_title --> >+ </span> >+ </div> > > [% FOREACH subfield_loo IN innerloo.subfield_loop %] > <!-- One line on the marc editor --> >@@ -789,7 +789,7 @@ > [% END %] > [% END %] > </select> >- [% END # /IF (mv.type...) %] >+ [% END %] > [% IF ( subfield_loo.mandatory ) %] > <span class="required">Required</span> > [% END %] >@@ -803,15 +803,15 @@ > </a> > [% END %] > </span> >- </div> <!-- /.subfield_line --> >+ </div> > <!-- End of the line --> >- [% END # /FOREACH subfield_loop %] >- </div> <!-- /.tag.clearfix --> >+ [% END %] >+ </div> > [% END %]<!-- if innerloo.tag --> >- [% END # /FOREACH BIG_LOO.innerloop %] >- </div> <!-- /#tabXXX --> >- [% END # /FOREACH BIG_LOOP %] >- </div><!-- /#addbibliotabs --> >+ [% END %]<!-- BIG_LOO.innerloop --> >+ </div> >+ [% END %]<!-- BIG_LOOP --> >+ </div><!-- tabs --> > > [%# Fields for fast cataloging %] > <input type="hidden" name="barcode" value="[% barcode | html %]" /> >@@ -820,8 +820,8 @@ > <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> > <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> > [%# End of fields for fast cataloging %] >- </form> <!-- /name=f --> >- </div> <!-- /.col-md-10.col-md-offset-1 --> >- </div> <!-- /.row --> >+ </form> >+ </div> >+ </div> > > [% INCLUDE 'intranet-bottom.inc' %] >-- >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 23159
:
90786
|
90789
|
90790
|
90791
|
90792
|
90793
|
90794
|
90873
|
90874
|
90875