Dominik
2014-01-23 2d7d9eaa5acda62f1580bc09304ce85a7f7cea9f
interface/web/client/lib/module.conf.php
@@ -17,13 +17,6 @@
   'link' => 'client/client_edit.php',
   'html_id'   => 'client_add');
if($_SESSION["s"]["user"]["typ"] == 'admin'){
   $items[] = array(   'title'  => "Edit Client-Templates",
      'target'  => 'content',
      'link' => 'client/client_template_list.php',
      'html_id'   => 'client_template_list');
}
$module["nav"][] = array(   'title' => 'Clients',
   'open'  => 1,
   'items' => $items);
@@ -66,6 +59,24 @@
unset($items);
$items[] = array(   'title'  => "Limit-Templates",
   'target'  => 'content',
   'link' => 'client/client_template_list.php',
   'html_id'   => 'client_template_list');
$items[] = array(   'title'  => "Email-Templates",
   'target'  => 'content',
   'link' => 'client/message_template_list.php',
   'html_id'   => 'message_template_list');
$module["nav"][] = array(   'title' => 'Templates',
   'open'  => 1,
   'items' => $items);
unset($items);
$app->uses('ini_parser,getconf');
$settings = $app->getconf->get_global_config('domains');