From 0c6e15282cd91405725ac61f277a95059319ded5 Mon Sep 17 00:00:00 2001 From: ceb Date: Tue, 10 Dec 2002 22:38:05 +0000 Subject: [PATCH] droped files --- preferences/inc/hook_config.inc.php | 39 ----- preferences/templates/default/config.tpl | 187 ----------------------- 2 files changed, 226 deletions(-) delete mode 100644 preferences/inc/hook_config.inc.php delete mode 100644 preferences/templates/default/config.tpl diff --git a/preferences/inc/hook_config.inc.php b/preferences/inc/hook_config.inc.php deleted file mode 100644 index 0c00cf4bbe..0000000000 --- a/preferences/inc/hook_config.inc.php +++ /dev/null @@ -1,39 +0,0 @@ - * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; either version 2 of the License, or (at your * - * option) any later version. * - \**************************************************************************/ - - /* $Id$ */ - - function country_set($config) - { - $country = array( - 'user_choice' => 'Users Choice', - 'force_select' => 'Force Selectbox' - ); - - $out = ''; - while (list ($key, $value) = each ($country)) - { - if ($config['countrylist'] == $key) - { - $selected = ' selected'; - } - else - { - $selected = ''; - } - $descr = lang($value); - - $out .= '' . "\n"; - } - return $out; - } -?> diff --git a/preferences/templates/default/config.tpl b/preferences/templates/default/config.tpl deleted file mode 100644 index 940530ec4e..0000000000 --- a/preferences/templates/default/config.tpl +++ /dev/null @@ -1,187 +0,0 @@ - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 {title}
 
{lang_Preferences}
{lang_Enter_the_title_for_your_site}.
{lang_Country_Selection} ({lang_Text_Entry}/{lang_SelectBox}): - -
{lang_Use_pure_HTML_compliant_code_(not_fully_working_yet)}: - -
{lang_Use_cookies_to_pass_sessionid}: - -
{lang_check_ip_address_of_all_sessions}: - -
{lang_Would_you_like_phpGroupWare_to_check_for_a_new_version
when_admins_login_?}:
- -
- {lang_Timeout_for_sessions_(in_seconds)}. -
{lang_(not_for_php4_sessions)} -
{lang_Timeout_for_application_session_data_(in_seconds)}.
{lang_Would_you_like_to_show_each_application's_upgrade_status_?}: - -
{lang_Would_you_like_phpGroupWare_to_cache_the_phpgw_info_array_?}: - -
{lang_Deny_all_users_access_to_grant_other_users_access_to_their_entries_?}: - -
{lang_Minimum_password_length}.
{lang_Require_non-alpha_characters}: - -
{lang_Require_numerical_characters}: - -
{lang_Require_special_characters}: - -
-  -
- - -
-
-