New: Can edit options of autosubscribe form for member module

This commit is contained in:
Laurent Destailleur
2011-07-03 16:00:18 +00:00
parent 80477ccb58
commit 503ff66100
9 changed files with 251 additions and 105 deletions

View File

@@ -20,7 +20,7 @@
/**
* \file htdocs/lib/member.lib.php
* \brief Ensemble de fonctions de base pour les adherents
* \version $Id$
* \version $Id: member.lib.php,v 1.24 2011/07/03 16:00:19 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
@@ -116,6 +116,11 @@ function member_admin_prepare_head($object)
$head[$h][2] = 'attributes';
$h++;
$head[$h][0] = DOL_URL_ROOT.'/adherents/admin/public.php';
$head[$h][1] = $langs->trans("BlankSubscriptionForm");
$head[$h][2] = 'public';
$h++;
// Show more tabs from modules
// Entries must be declared in modules descriptor with line
// $this->tabs = array('entity:+tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__'); to add new tab