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

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

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

revision 1.5 by rodolphe, Fri Sep 2 12:18:38 2005 UTC revision 1.6 by rodolphe, Fri Sep 2 12:19:09 2005 UTC
# Line 53  function llxHeader($head = "", $title="" Line 53  function llxHeader($head = "", $title=""
53    if ($user->rights->telephonie->ligne_commander)        if ($user->rights->telephonie->ligne_commander)    
54      $menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commande");      $menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commande");
55    
56    $menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques");    if ($user->rights->telephonie->stats->lire)
57        $menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques");
58    
59    $menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");    $menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");
60    

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