@@ -, +, @@ able to write Additional contents for other branches 5-1- Set permission for the borrower - catalogue - edit_additional_contents --> you can delete or edit the additional contents created by superlibrarian for All libraries --> you can add additional content for other branches --> you cannot delete or edit the additional contents create by superlibrarian for All libraries --> you cannot add additional content for other branches --> the branch of the created additional content is the current user branch --- .../prog/en/modules/tools/additional-contents.tt | 6 ++++++ tools/additional-contents.pl | 12 +++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -237,6 +237,7 @@ [% INCLUDE 'html-customization-help.inc' %] + [% UNLESS my_branch %]
  • + [% END %] [% UNLESS languages.size %]
  • [% IF category == 'news' %] @@ -403,7 +405,9 @@ [% SET default_localization = c.default_localization %] [% IF ( c.is_expired ) %][% ELSE %][% END %] + [% UNLESS ( my_branch && my_branch != c.branchcode ) %] + [% END %] [% IF c.category == 'news' || c.category == 'pages' %] @@ -462,6 +466,7 @@ + [% UNLESS ( my_branch && my_branch != c.branchcode ) %]
    Edit