From 813a5402b0a72b40a85f910836181bb6e0a284cb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 17 Aug 2012 13:59:47 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 8655 - Re-order items on administration page to better match configuration priority Circulation and Fine Rules should have a higher priority than cities and road types. Signed-off-by: Nicole C. Engard Tested on main admin page and the menu on the left of all of the other admin pages. Looks a-ok to me. --- .../intranet-tmpl/prog/en/includes/admin-menu.inc | 6 +++--- .../prog/en/modules/admin/admin-home.tt | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc index 5611a04..72162d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc @@ -27,12 +27,12 @@
Patrons and circulation
Catalog
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index a85d490..3906c46 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/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.
-- 1.7.2.3