Bug 32030: ERM - New permission UI
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 24 Feb 2022 12:39:03 +0000 (13:39 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:43:32 +0000 (09:43 -0300)
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc

index 51734c2..e0329e4 100644 (file)
@@ -78,6 +78,9 @@
     [%- CASE 'recalls' -%]
         <span class="main_permission recalls_permission">Recalls</span>
         <span class="permissioncode">([% name | html %])</span>
+    [%- CASE 'erm' -%]
+        <span class="main_permission erm_permission">Manage the electronic resources module</span>
+        <span class="permissioncode">([% name | html %])</span>
     [%- END -%]
 [%- END -%]