Bug 29299: (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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Owen Leonard 2021-10-21 12:02:06 +00:00 committed by Jonathan Druart
parent 42158f3c06
commit 4d1bed2b60

View file

@ -190,13 +190,13 @@
</li>
</ul>
</div>
[% END %]
</div>
[% END # IF closed %]
</div> <!-- /.btn-group -->
</td>
</tr>
[% END %]
[% END %]
[% END # /UNLESS subscription.cannotdisplay %]
[% END # /FOREACH subscription %]
</tbody>
<tfoot>
<tr>
@ -220,7 +220,7 @@
</tfoot>
</table>
</form>
[% END %]
[% END # /BLOCK subscriptions_table %]
<div class="main container-fluid">
<div class="row">
@ -292,10 +292,11 @@
<fieldset class="action">
<input type="submit" value="Search" />
</fieldset>
</fieldset>
</fieldset> <!-- /.rows -->
</form>
</div>
[% END %]
</div> <!-- /#advsearch -->
[% END # /UNLESS ( done_searched )%]
[% IF ( done_searched ) %]
[% IF ( total ) %]
<div id="serialstabs" class="toptabs" style="clear:both;">
@ -330,14 +331,14 @@
</div>
[% END %]
</div>
[% END %]
</div>
[% END # /IF mana %]
</div> <!-- /#serialstabs -->
[% ELSE %]
<div class="dialog message">
<p>Your search returned no results.</p>
</div>
[% END %]
[% END %]
[% END # IF ( total ) %]
[% END # /IF done_searched %]
</main>
</div> <!-- /.col-sm-10.col-sm-push-2 -->
@ -421,11 +422,11 @@
<input type="submit" value="Search" />
</fieldset>
</fieldset>
</fieldset> <!-- /.brief -->
</form>
</div>
[% END %]
[% END %]
</div> <!-- /#advsearch -->
[% END # / UNLESS ( mana ) %]
[% END # / IF ( done_searched ) %]
</aside>
</div> <!-- /.col-sm-2.col-sm-pull-10 -->
</div> <!-- /.row -->