http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14544

--- Comment #66 from Fridolin SOMERS <[email protected]> ---
Small bugs in : koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt

1/
Line 20, the closing span tag is missing :
  &nbsp;<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.
_______________________________________________
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/

Reply via email to