[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.9,1.10
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.9,1.10 |
Date: |
Thu, 01 May 2003 21:45:28 -0400 |
Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv16630/inc
Modified Files:
hook_settings.inc.php
Log Message:
added notify-messages to prefs:
- notify messages contain vars to be substituted, eg. $$username$$
- the var-name gets translated for editing
- new function create_notify in preferences.php
- new function parse_notify to substitute / create the notify msg
Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/hook_settings.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** hook_settings.inc.php 1 May 2003 09:19:50 -0000 1.9
--- hook_settings.inc.php 2 May 2003 01:45:26 -0000 1.10
***************
*** 100,104 ****
if (is_admin())
{
! create_check_box('Show current users on navigation
bar','show_currentusers',
'Should the number of active sessions be displayed for
you all the time.');
}
--- 100,104 ----
if (is_admin())
{
! create_check_box('Show number of current
users','show_currentusers',
'Should the number of active sessions be displayed for
you all the time.');
}
***************
*** 113,121 ****
}
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',
! 'Which currency symbole or name should be used in
phpGroupWare.');
create_check_box('Show helpmessages by default','show_help',
! 'Should the help messages always be shown when you enter the
preferences or only on request.');
--- 113,128 ----
}
create_select_box('Default application','default_app',$user_apps,
! "The default application 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',
! 'Which currency symbol or name should be used in
phpGroupWare.');
+ $account_sels = array(
+ 'selectbox' => lang('Selectbox'),
+ 'popup' => lang('Popup with search')
+ );
+ create_select_box('How do you like to select
accounts','account_selection',$account_sels,
+ 'The selectbox shows all available users (can be very slow on
big installs with many users). The popup can search users by name or group.');
+
create_check_box('Show helpmessages by default','show_help',
! 'Should this help messages shown up always, when you enter the
preferences or only on request.');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.9,1.10,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: preferences preferences.php,1.32,1.33
- Next by Date:
[Phpgroupware-cvs] CVS: preferences/setup phpgw_de.lang,1.14,1.15 phpgw_en.lang,1.14,1.15
- Previous by thread:
[Phpgroupware-cvs] CVS: preferences preferences.php,1.32,1.33
- Next by thread:
[Phpgroupware-cvs] CVS: preferences/setup phpgw_de.lang,1.14,1.15 phpgw_en.lang,1.14,1.15
- Index(es):