[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.9,1.100.2.10
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.9,1.100.2.10 |
Date: |
Fri, 30 Sep 2005 06:56:59 -0700 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21437/updater
Modified Files:
Tag: rel_2_2
updatedatabase
Log Message:
Two new system preferences:
SortItemsby and Disable_Dictionary
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.9
retrieving revision 1.100.2.10
diff -C2 -r1.100.2.9 -r1.100.2.10
*** updatedatabase 23 Sep 2005 11:08:27 -0000 1.100.2.9
--- updatedatabase 30 Sep 2005 13:56:57 -0000 1.100.2.10
***************
*** 907,910 ****
--- 907,929 ----
type => 'YesNo',
},
+ {
+ uniquefieldrequired => 'variable',
+ variable => 'SortItemsBy',
+ value => 'b',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1},
+ explanation => 'subfield on which whould be sorted items',
+ type => 'Choice',
+ options => 'a|b|c|d'
+ },
+ {
+ uniquefieldrequired => 'variable',
+ variable => 'Disable_Dictionary',
+ value => '0',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1},
+ explanation => 'Disables Dictionary buttons if set to
yes',
+ type => 'YesNo',
+ },
],
***************
*** 1503,1506 ****
--- 1522,1529 ----
# $Log$
+ # Revision 1.100.2.10 2005/09/30 13:56:57 hdl
+ # Two new system preferences:
+ # SortItemsby and Disable_Dictionary
+ #
# Revision 1.100.2.9 2005/09/23 11:08:27 tipaul
# some code cleaning, should not change anything otherwise
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.9,1.100.2.10,
Henri-Damien LAURENT <=