Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/web/admin/form/server_php.tform.php
@@ -81,9 +81,9 @@
   'width'    => 80,
   'template'    => "templates/server_php_name_edit.htm",
   'fields'    => array (
   ##################################
   # Beginn Datenbankfelder
   ##################################
      //#################################
      // Beginn Datenbankfelder
      //#################################
      'server_id' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
@@ -118,9 +118,9 @@
         'width'      => '40',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datenbankfelder
   ##################################
      //#################################
      // ENDE Datenbankfelder
      //#################################
   )
);
@@ -129,9 +129,9 @@
   'width' => 80,
   'template' => "templates/server_php_fastcgi_edit.htm",
   'fields' => array(
      ##################################
      # Begin Datatable fields
      ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'php_fastcgi_binary' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
@@ -148,9 +148,9 @@
         'width' => '40',
         'maxlength' => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
@@ -159,9 +159,9 @@
   'width' => 80,
   'template' => "templates/server_php_fpm_edit.htm",
   'fields' => array(
      ##################################
      # Begin Datatable fields
      ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'php_fpm_init_script' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
@@ -186,9 +186,9 @@
         'width' => '40',
         'maxlength' => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);
?>