Bugzilla – Attachment 145818 Details for
Bug 32690
Reindent the serial collection template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32690: (follow-up) Add markup comments
Bug-32690-follow-up-Add-markup-comments.patch (text/plain), 5.32 KB, created by
Katrin Fischer
on 2023-01-30 21:43:37 UTC
(
hide
)
Description:
Bug 32690: (follow-up) Add markup comments
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-01-30 21:43:37 UTC
Size:
5.32 KB
patch
obsolete
>From b14bebb73278daf0e8a4eaa0ddedc0755981a17b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 20 Jan 2023 17:08:19 +0000 >Subject: [PATCH] Bug 32690: (follow-up) Add markup comments > >This patch adds comments to the template to highlight the markup >structure. > >This patch should have no effect on the page's appearance or >functionality. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../en/modules/serials/serials-collection.tt | 30 +++++++++---------- > 1 file changed, 15 insertions(+), 15 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index 6c805c4789..48e104971c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -72,7 +72,7 @@ > <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button> > </form> > </div> >- [% END %] >+ [% END # /IF delete %] > > [% IF ( error_delitem ) %] > <div class="dialog alert"> >@@ -130,10 +130,10 @@ > [% END %] > [% ELSE %] > >- [% END %] >+ [% END # /UNLESS subscription.closed %] > </td> > </tr> >- [% END %] >+ [% END # /FOREACH subscription %] > [% IF ( subscr ) %] > [% IF ( subscriptioncount > 1 ) %] > <tr> >@@ -142,7 +142,7 @@ > [% END %] > [% END %] > </table> >- [% END %] >+ [% END # /IF subscriptions %] > > [% IF ( years ) %] > <form name="edition" action="/cgi-bin/koha/serials/serials-edit.pl" method="post"> >@@ -175,7 +175,7 @@ > [% END %] > <input type="button" value="Delete selected issues" class="delete-issues btn btn-default btn-sm" data-subscriptionids="[% subscriptionidlist | html %]" /> > </p> >- [% END %] >+ [% END # /IF CAN_user_serials_receive_serials %] > > <span class="checkall"> > <a class="CheckAll" href="#" data-year="[% year.year | html %]">Select all</a> >@@ -228,11 +228,11 @@ > [% ELSE %] > <input type="checkbox" name="serialid" value="[% serial.serialid | html %]" /> > [% END %] >- [% END %] >- [% END %] >- [% END %] >+ [% END # /IF delete %] >+ [% END # /IF serial.subscriptionexpired %] >+ [% END # /UNLESS CAN_user_serials_receive_serials %] > </td> >- [% END %] >+ [% END # /IF CAN_user_serials_receive_serials %] > [% IF ( subscriptions.size > 1 ) %] > <td><a href="serials-collection.pl?subscriptionid=[% serial.subscriptionid | uri %]">[% serial.subscriptionid | html %]</a></td> > [% END %] >@@ -304,14 +304,14 @@ > </tr> > [% END %] > </tbody> >- </table> >- </div> >- [% END %] >- </div> >+ </table> <!-- /.subscription-year-table --> >+ </div> <!-- /#subscription-year-year --> >+ [% END # /FOREACH year %] >+ </div> <!-- /.tab-content --> > <input type="hidden" name="subscriptionid" value="[% subscriptionidlist | html %]" /> >- </div> >+ </div> <!-- /#subscription_years --> > </form> >- [% END %] >+ [% END # /IF years %] > > </main> > </div> <!-- /.col-sm-10.col-sm-push-2 --> >-- >2.30.2
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 32690
:
145543
|
145544
|
145774
|
145775
|
145817
| 145818