Marius Cramer
2013-11-20 f386c610180e7864d002a42667f3eb973c749ece
interface/web/sites/form/web_domain.tform.php
@@ -717,6 +717,28 @@
            'width'  => '30',
            'maxlength' => '255'
         ),
         'added_date' => array (
            'datatype'   => 'DATE',
            'formtype'   => 'TEXT',
            'default'   => date($app->lng('conf_format_dateshort')),
            'value'      => '',
            'separator'   => '',
            'width'      => '15',
            'maxlength'   => '15',
            'rows'      => '',
            'cols'      => ''
         ),
         'added_by' => array (
            'datatype' => 'VARCHAR',
            'formtype' => 'TEXT',
            'default' => $_SESSION['s']['user']['username'],
            'value'  => '',
            'separator' => '',
            'width'  => '30',
            'maxlength' => '255',
            'rows'  => '',
            'cols'  => ''
         ),
         //#################################
         // ENDE Datatable fields
         //#################################