Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/admin/form/directive_snippets.tform.php
@@ -60,9 +60,9 @@
   'width'    => 100,
   'template'    => "templates/directive_snippets_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'name' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
@@ -99,9 +99,9 @@
         'default'   => 'y',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);