/[dolibarr]/dolibarr/htdocs/telephonie/client/pre.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/client/pre.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by rodolphe, Wed Aug 24 08:49:35 2005 UTC revision 1.6 by rodolphe, Tue Sep 6 14:59:37 2005 UTC
# Line 53  function llxHeader($head = "", $title="" Line 53  function llxHeader($head = "", $title=""
53    
54    $menu->add(DOL_URL_ROOT."/telephonie/ligne/index.php", "Lignes");    $menu->add(DOL_URL_ROOT."/telephonie/ligne/index.php", "Lignes");
55    
56    $menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commandes");    if ($user->rights->telephonie->ligne_commander)
57        $menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commandes");
58    
59    if ($user->rights->telephonie->stats->lire)    if ($user->rights->telephonie->stats->lire)
60      $menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques");      $menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques");

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26