Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/admin/form/remote_user.tform.php
@@ -40,7 +40,7 @@
if(is_array($modules)) {
   foreach($modules as $mt) {
      if(is_file(ISPC_WEB_PATH.'/'.$mt.'/lib/remote.conf.php')) {
         include(ISPC_WEB_PATH."/$mt/lib/remote.conf.php");
         include ISPC_WEB_PATH."/$mt/lib/remote.conf.php";
      }
   }
}
@@ -67,9 +67,9 @@
   'width'    => 100,
   'template'    => "templates/remote_user_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'remote_userid' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',
@@ -121,9 +121,9 @@
         'cols'      => '30'
      )
      
   ##################################
   # ENDE Datatable fields
   ##################################
      //#################################
      // ENDE Datatable fields
      //#################################
   )
);