https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39372

--- Comment #6 from David Cook <[email protected]> ---
(In reply to David Cook from comment #4)
> - Masthead : "Lists" dropdown menu

Show "New list" if OpacAllowPrivateListCreation || OpacAllowPublicListCreation

> - Search results : "Add to list", "Save to lists"

Show "Save to lists" if OpacAllowPrivateListCreation ||
OpacAllowPublicListCreation
koha-tmpl/opac-tmpl/bootstrap/en/includes/title-actions-menu.inc

Show "Add to list" if OpacAllowPrivateListCreation ||
OpacAllowPublicListCreation
koha-tmpl/opac-tmpl/bootstrap/en/includes/result-batch-controls.inc

> - Detail page : "Save to your lists"

Show "Save to your lists" if OpacAllowPrivateListCreation ||
OpacAllowPublicListCreation

Show new list form only if OpacAllowPrivateListCreation ||
OpacAllowPublicListCreation
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt

> - Lists/Shelves : "New list", "Your lists", "Save to another list" and "Add 
> to list"
> (for public lists)

Show "Save to another list" if OpacAllowPrivateListCreation ||
OpacAllowPublicListCreation

Show "New list" if OpacAllowPrivateListCreation || OpacAllowPublicListCreation

> - Cart : "Add to a list"

Show "Add to a list" if OpacAllowPrivateListCreation ||
OpacAllowPublicListCreation

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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