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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-3 / +2 lines)
Lines 120-128 Link Here
120
                            [% END %]
120
                            [% END %]
121
                            [% SWITCH m.code %]
121
                            [% SWITCH m.code %]
122
                            [% CASE 'authority_not_modified' %]
122
                            [% CASE 'authority_not_modified' %]
123
                                Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% message.authid | uri %]">[% message.authid | html %]</a> has not been modified. An error occurred on modifying it[% IF m.error %] ([% m.error %])[% END %].
123
                                Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% m.authid | uri %]">[% m.authid | html %]</a> has not been modified. An error occurred on modifying it[% IF m.error %] ([% m.error %])[% END %].
124
                            [% CASE 'authority_modified' %]
124
                            [% CASE 'authority_modified' %]
125
                                Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% message.authid | uri %]">[% message.authid | html %]</a> has successfully been modified..
125
                                Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% m.authid | uri %]">[% m.authid | html %]</a> has successfully been modified..
126
                            [% END %]
126
                            [% END %]
127
                        </div>
127
                        </div>
128
                    [% END %]
128
                    [% END %]
129
- 

Return to bug 22417