New: Link to wiki help
This commit is contained in:
parent
757cb2c391
commit
61d540fadc
@ -89,7 +89,8 @@ if (isset($_POST["action"]) && $_POST["action"] == 'update')
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
llxHeader();
|
$wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
|
||||||
|
llxHeader($langs->trans("Setup"),'',$wikihelp);
|
||||||
|
|
||||||
$html=new Form($db);
|
$html=new Form($db);
|
||||||
$formadmin=new FormAdmin($db);
|
$formadmin=new FormAdmin($db);
|
||||||
|
|||||||
@ -88,7 +88,8 @@ if (isset($_POST["action"]) && $_POST["action"] == 'update')
|
|||||||
$html=new Form($db);
|
$html=new Form($db);
|
||||||
$htmladmin=new FormAdmin($db);
|
$htmladmin=new FormAdmin($db);
|
||||||
|
|
||||||
llxHeader();
|
$wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
|
||||||
|
llxHeader($langs->trans("Setup"),'',$wikihelp);
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("Menus"),'','setup');
|
print_fiche_titre($langs->trans("Menus"),'','setup');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user