[% IF op == 'add_form' %]
[% IF ( action_modify ) %]Modify authorized value[% END %]
[% 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 code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% END %]
[% END %]
[% IF op == 'list' %]
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.
[% FOR m IN messages %]
[% SWITCH m.code %]
[% CASE 'error_on_update' %]
An error occurred when updating this authorized value. Perhaps the value already exists.
[% CASE 'error_on_insert' %]
An error occurred when inserting this authorized value. Perhaps the value or the category already exists.
[% CASE 'error_on_insert_cat' %]
An error occurred when inserting this authorized value category. Perhaps the category name already exists.
[% CASE 'error_on_delete' %]
An error occurred when deleting this authorized value. Check the logs.
[% CASE 'success_on_update' %]
Authorized value updated successfully.
[% CASE 'success_on_insert' %]
Authorized value added successfully.
[% CASE 'success_on_insert_cat' %]
Authorized value category added successfully.
[% CASE 'success_on_delete' %]
Authorized value deleted successfully.
[% CASE 'already_exists' %]
This authorized value already exists.
[% CASE 'cat_already_exists' %]
This authorized value category already exists.
[% CASE 'invalid_category_name' %]
The authorized value category 'branches', 'itemtypes' and 'cn_source' are used internally by Koha and are not valid.
[% CASE %]
[% m.code %]
[% END %]
[% END %]
[% IF ( category == 'Bsort1' ) %]
An authorized value attached to patrons, that can be used for stats purposes
[% END %]
[% IF ( category == 'Bsort2' ) %]
An authorized value attached to patrons, that can be used for stats purposes
[% END %]
[% IF ( category == 'Asort1' ) %]
An authorized value attached to acquisitions, that can be used for stats purposes
[% END %]
[% IF ( category == 'Asort2' ) %]
An authorized value attached to acquisitions, that can be used for stats purposes
[% END %]
[% IF ( category == 'SUGGEST' ) %]
Reasons to reject or accept patron suggestions
[% END %]
[% IF ( category == 'DAMAGED' ) %]
Statuses to describe a damaged item
[% END %]
[% IF ( category == 'LOST' ) %]
Statuses to describe a lost item
[% END %]
[% IF ( category == 'MANUAL_INV' ) %]
Additional values for manual invoice types
[% END %]
[% IF ( category == 'BOR_NOTES' ) %]
Values for custom patron notes
[% END %]
[% IF ( category == 'LOC' ) %]
Values for shelving locations
[% END %]
[% IF ( category == 'CCODE' ) %]
Values for collection codes
[% END %]
[% IF ( category == 'NOT_LOAN' ) %]
Statuses to describe why an item is not for loan
[% END %]
Authorized values for category [% category |html %]:
[% IF ( loop ) %][% END %]
[% IF ( loop ) %]
Authorized value |
Description |
Description (OPAC) |
Icon |
Branches limitations |
Actions |
[% FOREACH loo IN loop %]
[% UNLESS ( loop.odd ) %]
[% ELSE %]
[% END %]
[% loo.authorised_value | html %] |
[% loo.lib |html %] |
[% loo.lib_opac |html %] |
[% IF ( loo.imageurl ) %][% ELSE %] [% END %] |
[% IF loo.branches.size > 0 %]
[% branches_str = "" %]
[% FOREACH branch IN loo.branches %]
[% branches_str = branches_str _ " " _ branch.branchname _ "(" _ branch.branchcode _ ")" %]
[% END %]
[% IF loo.branches.size > 1 %]
[% loo.branches.size %] branches limitations
[% ELSE %]
[% loo.branches.size %] branch limitation
[% END %]
[% ELSE %]
No limitation
[% END %]
|
Edit
Delete |
[% END %]
[% ELSE %]
There are no authorized values defined for [% category |html %]
[% END %]
[% IF ( isprevpage ) %]
[% END %]
[% END %]