Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/client/form/client_template.tform.php
@@ -67,9 +67,9 @@
   'width'    => 80,
   'template'    => "templates/client_template_edit_template.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'template_type' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
@@ -87,9 +87,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # END Datatable fields
   ##################################
      //#################################
      // END Datatable fields
      //#################################
   )
);
@@ -98,9 +98,9 @@
   'width'    => 80,
   'template'    => "templates/client_template_edit_limits.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'limit_maildomain' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
@@ -630,9 +630,9 @@
         'rows'      => '',
         'cols'      => ''
      ),
   ##################################
   # END Datatable fields
   ##################################
      //#################################
      // END Datatable fields
      //#################################
   )
);