Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/sites/form/shell_user.tform.php
@@ -60,9 +60,9 @@
   'width'    => 100,
   'template'    => "templates/shell_user_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'server_id' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
@@ -148,9 +148,9 @@
         'value'      => '',
         'maxlength'   => '600'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -161,9 +161,9 @@
   'width'    => 100,
   'template'    => "templates/shell_user_advanced.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
         //#################################
         // Begin Datatable fields
         //#################################
      'puser' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -205,9 +205,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
         //#################################
         // ENDE Datatable fields
         //#################################
   )
);