@@ -, +, @@ confirmations - Locate a record in the catalog to which you can attach an item. - Select "Attach item" from the "Edit" menu. - Submit a barcode for an exising item. - Verify that the confirmation dialog is correctly styled. - Test the operation of both the "OK" and the "Attach another item" buttons. - Submit an invalid barcode. - Verify that the error dialog is correctly styled. - Test the operation of both the "OK" and the "Try again" buttons. --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 4 ++++ koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1217,6 +1217,10 @@ div.alert strong { color: #cc0000; } +.new i.fa { + color: #425FAF; +} + a.clear-field { background : transparent url("../../img/clear-field.png") center left no-repeat; padding-left : 16px; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt @@ -21,11 +21,11 @@ [% END %] [% BLOCK fail %] - +
- +
[% END %] @@ -55,11 +55,11 @@
The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %][% bibliotitle |html %].

[% INCLUDE actions %] - +

- +

--