/[dolibarr]/dolibarr/htdocs/includes/menus/barre_top/esprit.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/menus/barre_top/esprit.php

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

revision 1.13 by eldy, Fri Apr 8 20:30:44 2005 UTC revision 1.14 by eldy, Mon Oct 31 17:38:13 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
# Line 64  class MenuTop { Line 63  class MenuTop {
63          $langs->load("commercial");          $langs->load("commercial");
64          $langs->load("other");          $langs->load("other");
65                    
66            print '<table class="tmenu"><tr class="tmenu">';
67    
68          // Entrée home          // Entrée home
69          print '<a class="tmenu" href="'.DOL_URL_ROOT.'/index.php?mainmenu=home&leftmenu="'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Home").'</a>';          print '<td class="tmenu"><a class="tmenu" href="'.DOL_URL_ROOT.'/index.php?mainmenu=home&leftmenu="'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Home").'</a></td>';
70    
71          // Autres entrées          // Autres entrées
72          print '<a class="tmenu" href="'.DOL_URL_ROOT.'/boutique/livre/"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Books").'</a>';          print '<td class="menu"><a class="tmenu" href="'.DOL_URL_ROOT.'/boutique/livre/"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Books").'</a></td>';
73          print '<a class="tmenu" href="'.DOL_URL_ROOT.'/boutique/client/"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Customers").'</a>';          print '<td class="menu"><a class="tmenu" href="'.DOL_URL_ROOT.'/boutique/client/"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Customers").'</a></td>';
74          print '<a class="tmenu" href="'.DOL_URL_ROOT.'/product/critiques/"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Criticals").'</a>';          print '<td class="menu"><a class="tmenu" href="'.DOL_URL_ROOT.'/product/critiques/"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Criticals").'</a></td>';
75          print '<a class="tmenu" href="'.DOL_URL_ROOT.'/product/categorie/"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Categories").'</a>';          print '<td class="menu"><a class="tmenu" href="'.DOL_URL_ROOT.'/product/categorie/"'.($this->atarget?" target=$this->atarget":"").'>'.$langs->trans("Categories").'</a></td>';
76    
77            print '</tr></table>';
78      }      }
79    
80  }  }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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