Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/tools/lib/menu.d/import.menu.php
@@ -5,27 +5,27 @@
if($app->auth->is_admin()) {
$items = array();
   $items = array();
$items[] = array( 'title'    => 'ISPConfig 3 mail',
              'target'    => 'content',
              'link'   => 'tools/import_ispconfig.php');
   $items[] = array( 'title'  => 'ISPConfig 3 mail',
      'target'  => 'content',
      'link' => 'tools/import_ispconfig.php');
$items[] = array( 'title'    => 'PDNS Tupa',
              'target'    => 'content',
              'link'   => 'tools/dns_import_tupa.php');
   $items[] = array( 'title'  => 'PDNS Tupa',
      'target'  => 'content',
      'link' => 'tools/dns_import_tupa.php');
/* not yet complete
   /* not yet complete
$items[] = array( 'title'    => 'Plesk',
              'target'    => 'content',
              'link'   => 'tools/import_plesk.php');
*/
$module['nav'][] = array(   'title'   => 'Import',
                     'open'    => 1,
                     'items'   => $items);
unset($items);
   $module['nav'][] = array( 'title' => 'Import',
      'open'  => 1,
      'items' => $items);
   unset($items);
}
?>
?>