Bugzilla – Attachment 124721 Details for
Bug 28988
Reindent calendar template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29899: (follow-up) Add markup comments
Bug-29899-follow-up-Add-markup-comments.patch (text/plain), 5.14 KB, created by
Owen Leonard
on 2021-09-09 18:45:04 UTC
(
hide
)
Description:
Bug 29899: (follow-up) Add markup comments
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-09-09 18:45:04 UTC
Size:
5.14 KB
patch
obsolete
>From 82593cf69e6228cbd622464341124b71e1cc52da Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 9 Sep 2021 18:42:48 +0000 >Subject: [PATCH] Bug 29899: (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. > >https://bugs.koha-community.org/show_bug.cgi?id=28988 >--- > .../prog/en/modules/tools/holidays.tt | 34 +++++++++---------- > 1 file changed, 17 insertions(+), 17 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >index a8bdc947d1..5d20e5a938 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >@@ -137,9 +137,9 @@ > <input type="submit" name="submit" value="Save" /> > <a href="#" class="cancel hidePanel showHoliday">Cancel</a> > </fieldset> >- </fieldset> >+ </fieldset> <!-- /.brief --> > </form> >- </div> >+ </div> <!-- /#showHoliday --> > > <!-- ***************************** Panel to deal with new holidays ********************** --> > <div class="panel" id="newHoliday"> >@@ -224,9 +224,9 @@ > <input type="submit" name="submit" value="Save" /> > <a href="#" class="cancel hidePanel newHoliday">Cancel</a> > </fieldset> >- </fieldset> >+ </fieldset> <!-- /.brief --> > </form> >- </div> >+ </div> <!-- /#newHoliday --> > > <!-- *************************************************************************************** --> > <!-- ****** END OF FLAT PANELS ****** --> >@@ -250,7 +250,7 @@ > <input type="submit" value="Copy" /> > </form> > </div> >- </div> >+ </div> <!-- /.col-sm-6 --> > > <div class="col-sm-6"> > <div class="help"> >@@ -270,7 +270,7 @@ > <span class="key repeatableyearly">Holiday repeating yearly</span> > <span class="key exception">Holiday exception</span> > </p> >- </div> >+ </div> <!-- /#help --> > > <div id="holiday-list"> > <!-- Exceptions First --> >@@ -302,8 +302,8 @@ > </tr> > [% END %] > </tbody> >- </table> >- [% END %] >+ </table> <!-- /#holidayexceptions --> >+ [% END # /IF ( EXCEPTION_HOLIDAYS_LOOP ) %] > > [% IF ( WEEK_DAYS_LOOP ) %] > <h3>Weekly - Repeatable holidays</h3> >@@ -324,8 +324,8 @@ > </tr> > [% END %] > </tbody> >- </table> >- [% END %] >+ </table> <!-- /#holidayweeklyrepeatable --> >+ [% END # / IF ( WEEK_DAYS_LOOP ) %] > > [% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %] > <h3>Yearly - Repeatable holidays</h3> >@@ -352,8 +352,8 @@ > </tr> > [% END %] > </tbody> >- </table> >- [% END %] >+ </table> <!-- /#holidaysyearlyrepeatable --> >+ [% END # /IF ( DAY_MONTH_HOLIDAYS_LOOP ) %] > > [% IF ( HOLIDAYS_LOOP ) %] > <h3>Unique holidays</h3> >@@ -382,11 +382,11 @@ > </tr> > [% END %] > </tbody> >- </table> >- [% END %] >- </div> >- </div> >- </div> >+ </table> <!-- #holidaysunique --> >+ [% END # /IF ( HOLIDAYS_LOOP ) %] >+ </div> <!-- /#holiday-list --> >+ </div> <!-- /.col-sm-6 --> >+ </div> <!-- /.row --> > </main> > </div> <!-- /.col-sm-10.col-sm-push-2 --> > >-- >2.20.1
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 28988
:
124720
|
124721
|
124817
|
124818
|
125318
|
125319