New: Link to wiki help

This commit is contained in:
Laurent Destailleur 2009-08-24 17:11:30 +00:00
parent 5b158fc84a
commit 9dba1ee3fa
5 changed files with 23 additions and 17 deletions

View File

@ -419,7 +419,8 @@ if ($_POST["action"] == 'update')
* View * View
*/ */
llxHeader(); $help_url='EN:Module_Agenda_En|FR:Module_Agenda|ES:M&omodulodulo_Agenda';
llxHeader('',$langs->trans("Agenda"),$help_url);
$html = new Form($db); $html = new Form($db);
$htmlactions = new FormActions($db); $htmlactions = new FormActions($db);

View File

@ -104,7 +104,8 @@ if ($action=='delete_action')
* View * View
*/ */
llxHeader('','','EN:Module_Agenda_En|FR:Module_Agenda|ES:M&omodulodulo_Agenda'); $help_url='EN:Module_Agenda_En|FR:Module_Agenda|ES:M&omodulodulo_Agenda';
llxHeader('',$langs->trans("Agenda"),$help_url);
$form=new Form($db); $form=new Form($db);

View File

@ -97,7 +97,9 @@ if (! empty($_POST["viewcal"]))
* View * View
*/ */
llxHeader(); $help_url='EN:Module_Agenda_En|FR:Module_Agenda|ES:M&omodulodulo_Agenda';
llxHeader('',$langs->trans("Agenda"),$help_url);
$form=new Form($db); $form=new Form($db);
$sql = "SELECT s.nom as societe, s.rowid as socid, s.client,"; $sql = "SELECT s.nom as societe, s.rowid as socid, s.client,";

View File

@ -471,7 +471,8 @@ if (! empty($_POST["cancel"]))
* View * View
*/ */
llxHeader('',$langs->trans("Mailing"),'EN:Module_EMailing|FR:Module_Mailing|ES:Módulo_Mailing'); $help_url='EN:Module_EMailing|FR:Module_Mailing|ES:Módulo_Mailing';
llxHeader('',$langs->trans("Mailing"),$help_url);
$html = new Form($db); $html = new Form($db);
$htmlother = new FormOther($db); $htmlother = new FormOther($db);

View File

@ -38,7 +38,8 @@ if (! $user->rights->mailing->lire || $user->societe_id > 0)
* View * View
*/ */
llxHeader('','Mailing'); $help_url='EN:Module_EMailing|FR:Module_Mailing|ES:Módulo_Mailing';
llxHeader('','EMailing',$help_url);
print_fiche_titre($langs->trans("MailingArea")); print_fiche_titre($langs->trans("MailingArea"));