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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +1 lines)
Lines 354-360 function placeHold () { Link Here
354
        [% CASE 'no_biblio_removed' %]
354
        [% CASE 'no_biblio_removed' %]
355
            <span>No biblio has been removed.</span>
355
            <span>No biblio has been removed.</span>
356
        [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
356
        [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
357
            <span>An error occurred when inserting this list. The name already [% shelfname %] exists.</span>
357
            <span>An error occurred when inserting this list. The name [% shelfname %] already exists.</span>
358
        [% CASE 'Koha::Exceptions::Virtualshelves::UseDbAdminAccount' %]
358
        [% CASE 'Koha::Exceptions::Virtualshelves::UseDbAdminAccount' %]
359
            <span>List could not be created. (Do not use the database administrator account.)</span>
359
            <span>List could not be created. (Do not use the database administrator account.)</span>
360
        [% CASE 'DBIx::Class::Exception' %]
360
        [% CASE 'DBIx::Class::Exception' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 143-149 Link Here
143
                    [% CASE 'no_biblio_removed' %]
143
                    [% CASE 'no_biblio_removed' %]
144
                        <span>No biblio has been removed.</span>
144
                        <span>No biblio has been removed.</span>
145
                    [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
145
                    [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
146
                        <span>An error occurred when inserting this list. The name already [% shelfname %] exists.</span>
146
                        <span>An error occurred when inserting this list. The name [% shelfname %] already exists.</span>
147
                    [% CASE 'DBIx::Class::Exception' %]
147
                    [% CASE 'DBIx::Class::Exception' %]
148
                        [% m.msg %]
148
                        [% m.msg %]
149
                    [% CASE %]
149
                    [% CASE %]
150
- 

Return to bug 15208