@@ -, +, @@ match configuration priority --- .../intranet-tmpl/prog/en/includes/admin-menu.inc | 6 +++--- .../prog/en/modules/admin/admin-home.tt | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc @@ -27,12 +27,12 @@
Patrons and circulation
Catalog
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -42,21 +42,21 @@
Patron categories
Define patron categories.
-
Cities and towns
-
Define cities and towns that your patrons live in.
-
Road types -
-
Define road types (street, avenue, way, etc.). Road types display as authorized values when adding/editing patrons and can be used in geographic statistics.
-
Patron attribute types
-
Define extended attributes (identifiers and statistical categories) for patron records
[% IF CAN_user_parameters_manage_circ_rules %] -
Circulation and fines rules
-
Define circulation and fines rules for combinations of libraries, patron categories, and item types
+
Circulation and fines rules
+
Define circulation and fines rules for combinations of libraries, patron categories, and item types
[% END %] +
Patron attribute types
+
Define extended attributes (identifiers and statistical categories) for patron records
Library transfer limits
Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON.
Item circulation alerts
Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types
+
Cities and towns
+
Define cities and towns that your patrons live in.
+
Road types +
+
Define road types (street, avenue, way, etc.). Road types display as authorized values when adding/editing patrons and can be used in geographic statistics.
--