@@ -, +, @@ - Reformatted for T:T - Changed wording slighly - Styled message with new "note" style for non-dialog messages - Added correct alert style to existing error message --- .../intranet-tmpl/prog/en/css/staff-global.css | 17 +++++++++++++++++ .../prog/en/modules/admin/authorised_values.tt | 12 +++++------- koha-tmpl/intranet-tmpl/prog/img/note.png | Bin 0 -> 511 bytes 3 files changed, 22 insertions(+), 7 deletions(-) create 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 @@ -1214,6 +1214,23 @@ div.message h5 { div.message ul+h4 { margin-top : .7em; } + +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; +} 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 @@ -50,6 +50,9 @@ [% IF ( action_add_value ) %]New authorized value[% END %] [% IF ( action_add_category ) %]New category[% END %] + + [% IF ( action_modify ) %]
NOTE: If you change an authorized value, existing records using it won't be updated.
[% END %] +
@@ -173,15 +176,10 @@

Authorized values

-

These values can be used in many pull down menus throughout the Koha system. You can define as many categories as you want, and as many authorized values as you want in each category.

- -

When you define the MARC subfield structure, you can link a subfield to a authorized-value category. When the user ask for adding of modifying a biblio, the subfield is not entered through a free field, but though a list of authorized values

+
NOTE: If you change an authorized value, existing records using it won't be updated.
[% IF ( duplicate_category ) %] -
-Could not add value "[% duplicate_value %]" for category - "[% duplicate_category %]" — value already present. - +
Could not add value "[% duplicate_value %]" for category "[% duplicate_category %]" — value already present.
[% END %] [% tab_list %]