phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.base.php, 1.1.1.2


From: nomail
Subject: [Phpgroupware-cvs] property/class.base.php, 1.1.1.2
Date: Sun, 20 Jun 2004 17:31:26 +0200

Update of /property
Modified Files:
        Branch: 
          class.base.php

date: 2004/06/20 15:31:26;  author: sigurdne;  state: Exp;  lines: +1 -106

Log Message:
no message
=====================================================================
Index: property/class.base.php
diff -u property/class.base.php:1.1.1.1 property/class.base.php:1.1.1.2
--- property/class.base.php:1.1.1.1     Wed Jun  2 20:06:49 2004
+++ property/class.base.php     Sun Jun 20 15:31:26 2004
@@ -58,110 +58,5 @@
 //html_print_r($GLOBALS['phpgw_data']);
                        echo ' ';
                }
-
-               var $prefs = array
-               (
-                       0 => array
-                       (
-                               'type'   => 'selectbox',
-                               'name'   => 'default_start_page',
-                               'label'  => 'Default start page',
-                               'values' => array
-                               (
-                                       0 => array(
-                                               'value'    => 'location',
-                                               'text'     => 'Location'
-                                       ),
-                                       1 => array(
-                                               'value'    => 'project',
-                                               'text'     => 'Project'
-                                       ),
-                                       2 => array(
-                                               'value'    => 'tts',
-                                               'text'     => 'Ticket'
-                                       ),
-                                       3 => array(
-                                               'value'    => 'invoice',
-                                               'text'     => 'Invoice'
-                                       ),
-                                       4 => array(
-                                               'value'    => 'document',
-                                               'text'     => 'Document'
-                                       )
-                               )
-                       ),
-                       2 => array
-                       (
-                               'type'        => 'inputbox',
-                               'name'        => 'cellphone',
-                               'label'       => 'Your Cellphone',
-                               'value'       => '15'
-                       ),
-                       3 => array
-                       (
-                               'type'        => 'inputbox',
-                               'name'        => 'email',
-                               'label'       => 'Insert your email address',
-                               'value'       => '15'
-                       ),
-                       4 => array
-                       (
-                               'type'   => 'selectbox',
-                               'name'   => 'dateformat',
-                               'label'  => 'Dateformat',
-                               'values' => array
-                               (
-                                       0 => array(
-                                               'value'    => 'm/d/Y',
-                                               'text'     => 'm/d/Y'
-                                       ),
-                                       1 => array(
-                                               'value'    => 'm-d-Y',
-                                               'text'     => 'm-d-Y'
-                                       ),
-                                       2 => array(
-                                               'value'    => 'm.d.Y',
-                                               'text'     => 'm.d.Y'
-                                       ),
-                                       3 => array(
-                                               'value'    => 'Y/d/m',
-                                               'text'     => 'Y/d/m'
-                                       ),
-                                       4 => array(
-                                               'value'    => 'Y-d-m',
-                                               'text'     => 'Y-d-m'
-                                       ),
-                                       5 => array(
-                                               'value'    => 'Y.d.m',
-                                               'text'     => 'Y.d.m'
-                                       ),
-                                       6 => array(
-                                               'value'    => 'Y/m/d',
-                                               'text'     => 'Y/m/d'
-                                       ),
-                                       7 => array(
-                                               'value'    => 'Y-m-d',
-                                               'text'     => 'Y-m-d'
-                                       ),
-                                       8 => array(
-                                               'value'    => 'Y.m.d',
-                                               'text'     => 'Y.m.d'
-                                       ),
-                                       9 => array(
-                                               'value'    => 'd/m/Y',
-                                               'text'     => 'd/m/Y'
-                                       ),
-                                       10 => array(
-                                               'value'    => 'd-m-Y',
-                                               'text'     => 'd-m-Y'
-                                       ),
-                                       11 => array(
-                                               'value'    => 'd.m.Y',
-                                               'text'     => 'd.m.Y'
-                                       )
-                               )
-                       )
-               );
-
        }
 




reply via email to

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