[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.100,1.100.2.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.100,1.100.2.1 |
Date: |
Thu, 17 Mar 2005 09:15:22 -0800 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1294/updater
Modified Files:
Tag: rel_2_2
updatedatabase
Log Message:
defaulting opacstylesheet to '' instead of 'normal' (that is stupid)
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100
retrieving revision 1.100.2.1
diff -C2 -r1.100 -r1.100.2.1
*** updatedatabase 10 Dec 2004 16:11:32 -0000 1.100
--- updatedatabase 17 Mar 2005 17:15:18 -0000 1.100.2.1
***************
*** 794,797 ****
--- 794,815 ----
options => 'normal|marc|isbd'
},
+ {
+ uniquefieldrequired => 'variable',
+ variable => 'opacstylesheet',
+ value => '',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1},
+ explanation => 'Enter a complete URL to use an alternate
stylesheet in OPAC',
+ type => 'free',
+ },
+ {
+ uniquefieldrequired => 'variable',
+ variable => 'delimiter',
+ value => ';',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1},
+ explanation => 'separator for reports exported to
spreadsheet',
+ type => 'free',
+ },
],
***************
*** 1379,1382 ****
--- 1397,1403 ----
# $Log$
+ # Revision 1.100.2.1 2005/03/17 17:15:18 tipaul
+ # defaulting opacstylesheet to '' instead of 'normal' (that is stupid)
+ #
# Revision 1.100 2004/12/10 16:11:32 tipaul
# Improvement : adding a systempref to define default view in OPAC (either
normal, MARC or ISBD). Created automatically during install or update. Check
that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView,
Variable type : Choice, Variable options : normal|marc|isbd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.100,1.100.2.1,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-basket.tmpl,1.3.2.2,1.3.2.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/images add.gif,NONE,1.1.2.1 back.gif,NONE,1.1.2.1 card.gif,NONE,1.1.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-basket.tmpl,1.3.2.2,1.3.2.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/images add.gif,NONE,1.1.2.1 back.gif,NONE,1.1.2.1 card.gif,NONE,1.1.2.1
- Index(es):