Changeset 17892

Show
Ignore:
Timestamp:
10/03/08 13:12:21 (2 months ago)
Author:
flack
Message:

untabify

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/org.openpsa.invoices/config/schemadb_config.inc

    r17890 r17892  
    1111            'title'   => 'default due days', 
    1212            'type'      => 'number', 
    13            'storage' => array 
    14            ( 
    15                'location'      => 'configuration', 
    16                'domain' => 'org.openpsa.invoices', 
    17                'name'    => 'default_due_days', 
    18             ), 
    19            'widget' => 'text', 
     13            'storage' => array 
     14            ( 
     15                'location'      => 'configuration', 
     16                'domain' => 'org.openpsa.invoices', 
     17                'name'    => 'default_due_days', 
     18             ), 
     19            'widget' => 'text', 
    2020            'start_fieldset' => array 
    2121            ( 
     
    2727            'title'   => 'vat percentages', 
    2828            'type'      => 'text', 
    29            'storage' => array 
    30            ( 
    31                'location'      => 'configuration', 
    32                'domain' => 'org.openpsa.invoices', 
    33                'name'    => 'vat_percentages', 
    34             ), 
    35            'widget' => 'text', 
     29            'storage' => array 
     30            ( 
     31                'location'      => 'configuration', 
     32                'domain' => 'org.openpsa.invoices', 
     33                'name'    => 'vat_percentages', 
     34             ), 
     35            'widget' => 'text', 
    3636        ), 
    3737        'invoice_sender' => array 
     
    4444                 'options' => array(), 
    4545            ), 
    46            'storage' => array 
    47            ( 
    48                'location'      => 'configuration', 
    49                'domain' => 'org.openpsa.invoices', 
    50                'name'    => 'invoice_sender', 
    51             ), 
     46            'storage' => array 
     47            ( 
     48                'location'      => 'configuration', 
     49                'domain' => 'org.openpsa.invoices', 
     50                'name'    => 'invoice_sender', 
     51             ), 
    5252            'widget' => 'universalchooser', 
    5353            'widget_config' => array 
     
    8484            'title'   => 'default hourly price', 
    8585            'type'      => 'number', 
    86            'storage' => array 
    87            ( 
    88                'location'      => 'configuration', 
    89                'domain' => 'org.openpsa.invoices', 
    90                'name'    => 'default_hourly_price', 
    91             ), 
    92            'widget' => 'text', 
     86            'storage' => array 
     87            ( 
     88                'location'      => 'configuration', 
     89                'domain' => 'org.openpsa.invoices', 
     90                'name'    => 'default_hourly_price', 
     91             ), 
     92            'widget' => 'text', 
    9393            'end_fieldset' => '', 
    9494        ),         
     
    9999            'title' => 'schema database', 
    100100            'type' => 'text', 
    101            'storage' => array 
    102            ( 
    103                'location' => 'configuration', 
    104                'domain' => 'org.openpsa.invoices', 
    105                'name' => 'schemadb', 
    106             ), 
    107            'widget' => 'text', 
     101            'storage' => array 
     102            ( 
     103                'location' => 'configuration', 
     104                'domain' => 'org.openpsa.invoices', 
     105                'name' => 'schemadb', 
     106             ), 
     107            'widget' => 'text', 
    108108            'start_fieldset' => array 
    109109            (