New: Link to wiki help
This commit is contained in:
parent
5b158fc84a
commit
9dba1ee3fa
@ -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);
|
||||||
|
|||||||
@ -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);
|
||||||
|
|
||||||
|
|||||||
@ -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,";
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
@ -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"));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user