[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/admin systempreferences.pl [rel_3_0]
From: |
Bruno Toumi |
Subject: |
[Koha-cvs] koha/admin systempreferences.pl [rel_3_0] |
Date: |
Wed, 06 Dec 2006 14:19:19 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Bruno Toumi <btoumi> 06/12/06 14:19:19
Modified files:
admin : systempreferences.pl
Log message:
move 2 systempreferences in right menu
(AutoLocation in Admin menu and BorrowersTitles in Borrowers Menu)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.34.2.8&r2=1.34.2.9
Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.34.2.8
retrieving revision 1.34.2.9
diff -u -b -r1.34.2.8 -r1.34.2.9
--- systempreferences.pl 30 Nov 2006 18:23:51 -0000 1.34.2.8
+++ systempreferences.pl 6 Dec 2006 14:19:19 -0000 1.34.2.9
@@ -68,6 +68,7 @@
$tabsysprefs{timeout}="Admin";
$tabsysprefs{Activate_Log}="Admin";
$tabsysprefs{Intranet_includes}="Admin";
+ $tabsysprefs{AutoLocation}="Admin";
# Authorities
$tabsysprefs{authoritysep}="Authorities";
@@ -122,6 +123,7 @@
$tabsysprefs{ReadingHistory}="Members";
$tabsysprefs{BorrowerMandatoryField}="Members";
$tabsysprefs{borrowerRelationship}="Members";
+ $tabsysprefs{BorrowersTitles}="Members";
# OPAC
$tabsysprefs{AmazonAssocTag}="OPAC";
$tabsysprefs{AmazonContent}="OPAC";
- [Koha-cvs] koha/admin systempreferences.pl [rel_3_0],
Bruno Toumi <=