phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.2.2.3.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.2.2.3.2.3,1.2.2.3.2.4
Date: Tue, 29 Apr 2003 19:50:52 -0400

Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv1088/inc

Modified Files:
      Tag: Version-0_9_16-branch
        hook_settings.inc.php 
Log Message:
reworked preferences:
- 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.2.2.3.2.3
retrieving revision 1.2.2.3.2.4
diff -C2 -r1.2.2.3.2.3 -r1.2.2.3.2.4
*** hook_settings.inc.php       3 Apr 2003 21:02:10 -0000       1.2.2.3.2.3
--- hook_settings.inc.php       29 Apr 2003 23:50:50 -0000      1.2.2.3.2.4
***************
*** 25,29 ****
  
        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.',15,3);
        create_select_box('Interface/Template 
Selection','template_set',$_templates,
                'A template defines the layout of phpGroupWare and it contains 
icons for each application.');
--- 25,29 ----
  
        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.');
***************
*** 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(





reply via email to

[Prev in Thread] Current Thread [Next in Thread]