Bug 22197: Add Mana KB link to administration sidebar menu
This patch adds a link to the Mana KB configuration page to the administration sidebar menu. To test, apply the patch and: - Log in to the staff client as a user who lacks permission to manage Mana KB. - Go to an Administration page which shows the sidebar, like Libraries or Patron categories. There should be no link to Mana KB in the left-hand sidebar. - Log in to the staff client as a user who has permission to manage Mana KB. - Go to Administration -> Mana KB - In the sidebar menu you should see a link to Mana KB and it should be bold. - Navigate to another Administration page which shows the sidebar. The Mana KB link should not be highlighted. Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
7f918ed8b1
commit
9caede8d3c
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@
|
|||
[% IF ( CAN_user_parameters_manage_usage_stats ) %]
|
||||
<li><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share usage statistics</a></li>
|
||||
[% END %]
|
||||
[% IF ( CAN_user_parameters_manage_mana ) %]
|
||||
<li><a href="/cgi-bin/koha/admin/share_content.pl">Share content with Mana KB</a></li>
|
||||
[% END %]
|
||||
</ul>
|
||||
[% END %]
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue