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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_restrictions.inc (-8 / +8 lines)
Lines 1-10 Link Here
1
[%- BLOCK restriction_type_description -%]
1
[%- BLOCK restriction_type_description -%]
2
    [% ddisplay = restriction.display_text %]
2
    [%- ddisplay = restriction.display_text -%]
3
    [% SWITCH ddisplay %]
3
    [%- SWITCH ddisplay -%]
4
        [% CASE 'Manual' %]<span>Manual</span>
4
        [%- CASE 'Manual' -%]<span>Manual</span>
5
        [% CASE 'Overdues' %]<span>Overdues</span>
5
        [%- CASE 'Overdues' -%]<span>Overdues</span>
6
        [% CASE 'Suspension' %]<span>Suspension</span>
6
        [%- CASE 'Suspension' -%]<span>Suspension</span>
7
        [% CASE 'Discharge' %]<span>Discharge</span>
7
        [%- CASE 'Discharge' -%]<span>Discharge</span>
8
        [% CASE %]<span>[% ddisplay | html %]</span>
8
        [%- CASE -%]<span>[% ddisplay | html %]</span>
9
    [% END %]
9
    [%- END -%]
10
[%- END -%]
10
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-2 / +1 lines)
Lines 132-138 Link Here
132
                Confirm restriction deletion
132
                Confirm restriction deletion
133
            </legend>
133
            </legend>
134
134
135
            <p>Are you sure you want to delete &quot;[% PROCESS restriction_type_description %]&quot;</p>
135
            <p>Are you sure you want to delete "[% PROCESS restriction_type_description %]"?</p>
136
136
137
            <fieldset class="action">
137
            <fieldset class="action">
138
                <input type="hidden" name="op" value="delete_confirmed" />
138
                <input type="hidden" name="op" value="delete_confirmed" />
139
- 

Return to bug 23681