Fix: Page title

This commit is contained in:
Laurent Destailleur 2013-02-21 10:22:33 +01:00
parent 66ca0ba0e2
commit ec3dab23ca

View File

@ -61,7 +61,7 @@ $companystatic = new Societe($db);
* View
*/
llxHeader();
llxHeader('',$langs->trans("ListOfUsers"));
print_fiche_titre($langs->trans("ListOfUsers"), '<form action="'.DOL_URL_ROOT.'/user/hierarchy.php" method="POST"><input type="submit" class="button" style="width:120px" name="viewcal" value="'.dol_escape_htmltag($langs->trans("HierarchicView")).'"></form>');