Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/client/form/domain.tform.php
@@ -82,9 +82,9 @@
   'width'    => 100,
   'template'    => "templates/domain_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'domain' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -108,9 +108,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);