Bugzilla – Attachment 91298 Details for
Bug 23221
Reindent tools/manage-marc-import.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23221: (follow-up) Add comments on markup structure
Bug-23221-follow-up-Add-comments-on-markup-structu.patch (text/plain), 4.49 KB, created by
Mark Tompsett
on 2019-07-04 18:57:05 UTC
(
hide
)
Description:
Bug 23221: (follow-up) Add comments on markup structure
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2019-07-04 18:57:05 UTC
Size:
4.49 KB
patch
obsolete
>From 0ec586ea0611329dd60d1f335f9192d3b5f3d9ad Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 26 Jun 2019 17:52:52 +0000 >Subject: [PATCH] Bug 23221: (follow-up) Add comments on markup structure > >This patch adds a few comments to the markup in order to highlight the >structure of the page. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > .../prog/en/modules/tools/manage-marc-import.tt | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >index 3dc23e9887..13b0309a07 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >@@ -203,7 +203,7 @@ > <fieldset class="action"><input type="submit" value="Apply different matching rules" class="button" /></fieldset> > </form> > [% END %] >- </fieldset> >+ </fieldset> <!-- /#staged-record-matching-rules --> > > <div> > [% IF ( can_commit ) %] >@@ -225,12 +225,12 @@ > <br /> > <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> > </fieldset> >- </form> >+ </form> <!-- /#import_batch_form --> > <div id="jobpanel"> > <div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> > <div id="jobfailed"></div> > </div> >- [% END %] >+ [% END # /IF can_commit %] > [% IF ( can_revert ) %] > <form action="[% script_name | html %]" method="post" id="revert_batch_form"> > <input type="hidden" name="op" value="revert-batch" /> >@@ -243,7 +243,7 @@ > <div id="jobstatus">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> > <div id="jobfailed"></div> > </div> >- [% END %] >+ [% END # /IF can_revert %] > </div> > > [% IF ( did_commit ) %] >@@ -276,7 +276,7 @@ > </tr> > [% END %] > </table> >- [% END %] >+ [% END #/ IF did_commit %] > > [% IF ( did_revert ) %] > <div class="dialog message">Success: Import reversed</div> >@@ -304,9 +304,9 @@ > <td>[% num_ignored | html %]</td> > </tr> > </table> >- [% END %] >+ [% END # /IF did_revert%] > >- [% END %] >+ [% END # /IF batch_info %] > > <br style="clear:both;" /> > >@@ -377,7 +377,7 @@ > [% END %] > </td> > </tr> >- [% END %] >+ [% END # /FOREACH batch_lis %] > </table> > > [% IF ( pages ) %] >@@ -391,7 +391,7 @@ > [% END %] > </div> > [% END %] >- [% END %] >+ [% END # /IF batch_lis %] > > [% IF import_batch_id %] > <table id="records-table"> >@@ -423,8 +423,8 @@ > </div> > </div> > </div> >- </div> >- [% END %] >+ </div> <!-- /#marcPreview --> >+ [% END # /IF import_batch_id %] > </main> > > </div> <!-- /.col-sm-10.col-sm-push-2 --> >-- >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 23221
:
91023
|
91024
|
91030
|
91031
|
91032
|
91033
|
91297
|
91298
|
91383
|
91384