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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-6 / +5 lines)
Lines 76-94 Link Here
76
    <div class="dialog message [% m.code | html %]">
76
    <div class="dialog message [% m.code | html %]">
77
        [% SWITCH m.code %]
77
        [% SWITCH m.code %]
78
        [% CASE 'add_success' %]
78
        [% CASE 'add_success' %]
79
            Type added
79
            Restriction type added
80
        [% CASE 'update_success' %]
80
        [% CASE 'update_success' %]
81
            Type updated
81
            Restriction type updated
82
        [% CASE 'duplicate_display_text' %]
82
        [% CASE 'duplicate_display_text' %]
83
            Another restriction already has this label
83
            Another restriction already has this label
84
        [% CASE 'duplicate_code' %]
84
        [% CASE 'duplicate_code' %]
85
            Another restriction already has this code
85
            Another restriction already has this code
86
        [% CASE 'delete_success' %]
86
        [% CASE 'delete_success' %]
87
            Type deleted
87
            Restriction type deleted
88
        [% CASE 'delete_default' %]
88
        [% CASE 'delete_default' %]
89
            Cannot delete the default type
89
            Cannot delete the default restriction type
90
        [% CASE 'delete_system' %]
90
        [% CASE 'delete_system' %]
91
            Cannot delete a system type
91
            Cannot delete a system restriction type
92
        [% CASE %]
92
        [% CASE %]
93
            [% m.code | html %]
93
            [% m.code | html %]
94
        [% END %]
94
        [% END %]
95
- 

Return to bug 33549