http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14544 --- Comment #66 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Small bugs in : koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt 1/ Line 20, the closing span tag is missing : <span>anyone else to add entries. 2/ In [% BLOCK list_permissions %] the permissions vars must be called from "shelf" : [% IF allow_add %] must be [% IF shelf.allow_add %] Idem for allow_delete_own and allow_delete_other 3/ In breadcrumbs, a <li></li> tag has been removed. It was : <li><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">Your lists</a></li> Direct text is not correct inside a <ul></ul>. -- You are receiving this mail because: You are watching all bug changes.