View | Details | Raw Unified | Return to bug 11897
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (-3 / +1 lines)
Lines 115-122 Link Here
115
  [%# self_check %]
115
  [%# self_check %]
116
    [%- CASE 'self_checkin_module' -%]<span>Log into the self check-in module. Note: this permission prevents the patron from using any other OPAC functionality</span>
116
    [%- CASE 'self_checkin_module' -%]<span>Log into the self check-in module. Note: this permission prevents the patron from using any other OPAC functionality</span>
117
    [%- CASE 'self_checkout_module' -%]<span>Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID</span>
117
    [%- CASE 'self_checkout_module' -%]<span>Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID</span>
118
  [%- END -%]
119
    [%- CASE 'can_add_items_rotas' -%]<span>Add and remove items from rotas</span>
118
    [%- CASE 'can_add_items_rotas' -%]<span>Add and remove items from rotas</span>
120
    [%- CASE 'can_edit_rotas' -%]<span>Create, edit and delete rotas</span>
119
    [%- CASE 'can_edit_rotas' -%]<span>Create, edit and delete rotas</span>
121
    [%- END -%]
120
  [%- END -%]
122
[%- END -%]
121
[%- END -%]
123
- 

Return to bug 11897