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.6


From: nomail
Subject: [Phpgroupware-cvs] property/class.base.php, 1.1.1.6
Date: Sun, 23 May 2004 01:33:14 -0000

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

date: 2004/05/02 12:47:32;  author: sigurdne;  state: Exp;  lines: +58 -1

Log Message:
no message
=====================================================================
Index: property/class.base.php
diff -u property/class.base.php:1.1.1.5 property/class.base.php:1.1.1.6
--- property/class.base.php:1.1.1.5     Fri Apr 30 17:35:55 2004
+++ property/class.base.php     Sun May  2 12:47:32 2004
@@ -104,6 +104,63 @@
                                '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]