http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14544
--- Comment #70 from Fridolin SOMERS <[email protected]> --- 4/ I've noticed that when editing a list, the HTML warnings show there are 2 useless ending div tags. I think the correction is : diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt index 245a8dd..e5c40db 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -705,13 +705,13 @@ <p>No private lists.</p> [% END %] [% END %] + </div> + </div> [% ELSIF NOT loggedinusernumber %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] <div class="alert alert-info"><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to create new lists.</div> [% END %] [% END # IF loggedinusername %] - </div> - </div> </div> <!-- / #usershelves --> </div> <!-- / .span10/12 --> </div> <!-- / .row-fluid --> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
