[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.8,1.9
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.8,1.9 |
Date: |
Thu, 01 May 2003 05:19:52 -0400 |
Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv20447/inc
Modified Files:
hook_settings.inc.php
Log Message:
reworked preferences (ported from .16 incl. fixes):
- not set user-prefs use the default value, default values have been used only
for new accounts before
- preference-table has new column preference_app
- preferences got automaticaly quoted now, eg. its save to use single and
double quotes as well as backslashs
Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/hook_settings.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** hook_settings.inc.php 2 Apr 2003 17:41:30 -0000 1.8
--- hook_settings.inc.php 1 May 2003 09:19:50 -0000 1.9
***************
*** 25,31 ****
create_input_box('Max matches per page','maxmatchs',
! 'Any listing in phpGW will show you this number or entries or
lines per page.<br>To many slow down the page display, to less will cost you
the overview.',15,3);
create_select_box('Interface/Template
Selection','template_set',$_templates,
! 'A template defines the layout of phpGroupWare and it contains
icons vor each application.');
create_select_box('Theme (colors/fonts) Selection','theme',$_themes,
'A theme defines the colors and fonts used by the template.');
--- 25,31 ----
create_input_box('Max matches per page','maxmatchs',
! 'Any listing in phpGW will show you this number of entries or
lines per page.<br>To many slow down the page display, to less will cost you
the overview.','',3);
create_select_box('Interface/Template
Selection','template_set',$_templates,
! 'A template defines the layout of phpGroupWare and it contains
icons for each application.');
create_select_box('Theme (colors/fonts) Selection','theme',$_themes,
'A theme defines the colors and fonts used by the template.');
***************
*** 55,59 ****
}
create_select_box('Time zone offset','tz_offset',$tz_offset,
! 'How many hours are you in front or after the timezone of the
server.<br>If you are in the same time zone as the server select 0 hours, else
select your locale date and time.',0);
$date_formats = array(
--- 55,59 ----
}
create_select_box('Time zone offset','tz_offset',$tz_offset,
! 'How many hours are you in front or after the timezone of the
server.<br>If you are in the same time zone as the server select 0 hours, else
select your locale date and time.');
$date_formats = array(
***************
*** 113,117 ****
}
create_select_box('Default application','default_app',$user_apps,
! "This is the application which will be started when you enter
phpGroupWare or click on the homepage icon.<br>You can also have more than one
applications showing up on the homepage, if you don't choose a specific
application here (has to be configured in the preferences of each
applicaton).");
create_input_box('Currency','currency',
--- 113,117 ----
}
create_select_box('Default application','default_app',$user_apps,
! "This is the application which will be started when you enter
phpGroupWare or click on the homepage icon.<br>You can also have more than one
application showing up on the homepage, if you don't choose a specific
application here (has to be configured in the preferences of each
application).");
create_input_box('Currency','currency',
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.8,1.9,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: preferences preferences.php,1.31,1.32
- Next by Date:
[Phpgroupware-cvs] CVS: preferences/setup phpgw_de.lang,1.13,1.14 phpgw_en.lang,1.13,1.14
- Previous by thread:
[Phpgroupware-cvs] CVS: preferences preferences.php,1.31,1.32
- Next by thread:
[Phpgroupware-cvs] CVS: preferences/setup phpgw_de.lang,1.13,1.14 phpgw_en.lang,1.13,1.14
- Index(es):