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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-6 / +5 lines)
Lines 121-142 Link Here
121
[% IF added %]
121
[% IF added %]
122
    <div class="dialog message group-added">
122
    <div class="dialog message group-added">
123
        [% IF added.branchcode %]
123
        [% IF added.branchcode %]
124
            [% added.library.branchname | $KohaSpan class = 'name' | html %] added to group.
124
            [% added.library.branchname | $KohaSpan class = 'name' | $raw %] added to group.
125
        [% ELSE %]
125
        [% ELSE %]
126
            Group [% added.title | $KohaSpan class = 'name' | html %] created.
126
            Group [% added.title | $KohaSpan class = 'name' | $raw %] created.
127
        [% END %]
127
        [% END %]
128
    </div>
128
    </div>
129
[% ELSIF deleted %]
129
[% ELSIF deleted %]
130
    <div class="dialog message group-deleted">
130
    <div class="dialog message group-deleted">
131
        [% IF deleted.title %]
131
        [% IF deleted.title %]
132
            Group [% deleted.title | $KohaSpan class = 'name' | html %] has been deleted.
132
            Group [% deleted.title | $KohaSpan class = 'name' | $raw %] has been deleted.
133
        [% ELSE %]
133
        [% ELSE %]
134
            [% deleted.library | $KohaSpan class = 'name' | html %] has been removed from group.
134
            [% deleted.library | $KohaSpan class = 'name' | $raw %] has been removed from group.
135
        [% END %]
135
        [% END %]
136
    </div>
136
    </div>
137
[% ELSIF error_duplicate_title %]
137
[% ELSIF error_duplicate_title %]
138
    <div class="dialog alert error-duplicate-group-title">
138
    <div class="dialog alert error-duplicate-group-title">
139
            A group with the title [% error_duplicate_title | $KohaSpan class = 'name' | html %] already exists.
139
            A group with the title [% error_duplicate_title | $KohaSpan class = 'name' | $raw %] already exists.
140
    </div>
140
    </div>
141
[% END %]
141
[% END %]
142
142
143
- 

Return to bug 13618