https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23159
--- Comment #2 from M. Tompsett <[email protected]> --- Comment on attachment 90786 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90786 Bug 23159: Reindent addbiblio.tt Review of attachment 90786: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=23159&attachment=90786) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ +488,5 @@ > + [% ELSE %] > + <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 --> HTML comments and Template comments added make this harder to check. @@ +489,5 @@ > + <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 %] Your insertion of comments while clarifying, would have been better in a separate commit, so it would be easier to check. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
