@@ -, +, @@ - Go to Administration -> Authorized values. - Confirm that the "NOTE" box is styled correctly. - Edit an existing authorized value. - Confirm that the "NOTE" box is styled correctly. - Go to Tools -> Batch record deletion. - Submit a batch of biblionumbers. - Confirm that the "Reminder" box is styled correctly. - Go back and submit a batch of authority numbers. - Confirm that the "Reminder" box is styled correctly. - Go to Tools -> Batch record modification. - Submit a batch of biblionumbers. - Confirm that the "Reminder" box is styled correctly. - Go back and submit a batch of authority numbers. - Confirm that the "Reminder" box is styled correctly. - Check that there are no other references to "note.png" in the templates. --- .../intranet-tmpl/prog/en/css/staff-global.css | 33 +++++++++++--------- .../prog/en/modules/admin/authorised_values.tt | 4 +-- .../prog/en/modules/tools/batch_delete_records.tt | 4 +-- .../en/modules/tools/batch_record_modification.tt | 4 +-- koha-tmpl/intranet-tmpl/prog/img/note.png | Bin 511 -> 0 bytes 5 files changed, 24 insertions(+), 21 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/note.png --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1278,22 +1278,25 @@ div.message ul+h4 { } div.note { - background: #f4f6fa; - background-repeat : no-repeat; - background-position : left center; - background-image : url("../../img/note.png"); - background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */ - background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */ - background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */ - background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */ - background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */ - background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */ - border : 1px solid #BCBCBC; - padding : .5em .5em .5em 20px; - margin : .5em 0; + background: #f4f6fa; + background: -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */ + border : 1px solid #BCBCBC; + padding : .5em; + margin : .5em 0; } - + +div.note i.fa-exclamation { + color: #cc0000; + font-style: italic; + padding: 0 0.3em; +} + div.results { padding : .7em 0; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -74,7 +74,7 @@ $(document).ready(function() { [% IF ( action_add_category ) %]New category[% END %] - [% IF ( action_modify ) %]
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% END %] + [% IF ( action_modify ) %]
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% END %]
@@ -167,7 +167,7 @@ $(document).ready(function() {

Authorized values

-
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
+
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% FOR m IN messages %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -175,7 +175,7 @@ $(document).ready(function() { [% END %] -
Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!
+
Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!
[% ELSE %]
Select all @@ -203,7 +203,7 @@ $(document).ready(function() { [% END %] -
Reminder: this action will delete all selected authorities!
+
Reminder: this action will delete all selected authorities!
[% END %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -215,7 +215,7 @@ $(document).ready(function() { [% END %] -
Reminder: this action will modify all selected biblios!
+
Reminder: this action will modify all selected biblios!
[% ELSE %]
Select all @@ -241,7 +241,7 @@ $(document).ready(function() { [% END %] -
Reminder: this action will modify all selected authorities!
+
Reminder: this action will modify all selected authorities!
[% END %]