Bug 32193: (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: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2022-11-14 16:35:26 +00:00 committed by Tomas Cohen Arazi
parent f0e721f441
commit d256711871
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -89,9 +89,9 @@
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&amp;showallitems=1">Show all items</a>
[% END %]
</li>
</ol>
</div>
</div>
</ol> <!-- /.bibliodetails -->
</div> <!-- /.rows -->
</div> <!-- /.listgroup -->
[% IF ONLY_ONE || updated_exclude_from_local_holds_priority.defined %]
<hr />
@ -150,9 +150,9 @@
[% IF ITEM_DAT.materials %]
<li><span class="label">Materials specified:</span> [% ITEM_DAT.materials | html %]</li>
[% END %]
</ol>
</div>
</div>
</ol> <!-- /.bibliodetails -->
</div> <!-- /.rows -->
</div> <!-- /.listgroup -->
<div class="listgroup">
<h4>
@ -314,9 +314,9 @@
<li><span class="label">Withdrawn on:</span>[% ITEM_DAT.withdrawn_on | $KohaDates %]</li>
[% END %]
[% END %]
</ol>
</div>
</div>
</ol> <!-- /.bibliodetails -->
</div> <!-- /.rows -->
</div> <!-- /.listgroup -->
<div class="listgroup">
<h4>Priority</h4>
@ -341,9 +341,9 @@
<input type="submit" name="submit" class="btn btn-primary btn-xs" value="Update" />
</form>
</li>
</ol>
</div>
</div>
</ol> <!-- /.bibliodetails -->
</div> <!-- /.rows -->
</div> <!-- /.listgroup -->
<div class="listgroup">
<h4>History</h4>
@ -466,11 +466,11 @@
[% ITEM_DAT.itemnotes_nonpublic | html %]
[% END %]
</li>
</ol>
</div>
</div>
[% END %]
</div>
</ol> <!-- /.bibliodetails -->
</div> <!-- /.rows -->
</div> <!-- /.listgroup -->
[% END # /FOREACH ITEM_DAT %]
</div> <!-- /#catalogue_detail_biblio -->
</main>
</div> <!-- /.col-sm-10.col-sm-push-2 -->