This commit is contained in:
Laurent Destailleur 2012-05-16 12:33:10 +02:00
parent 1c7e3d1097
commit 0cbe83aaed

View File

@ -90,7 +90,7 @@ function llxHeaderVierge($title, $head="", $disablejs=0, $disablehead=0, $arrayo
{
global $user, $conf, $langs, $mysoc;
top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); // Show html headers
print '<body id="mainbody">';
print '<body id="mainbody" class="publicnewmemberform" style="margin-top: 10px;">';
// Print logo
$urllogo=DOL_URL_ROOT.'/theme/login_logo.png';
@ -337,6 +337,7 @@ $extrafields->fetch_name_optionals_label('member'); // fetch optionals attrib
llxHeaderVierge($langs->trans("NewSubscription"));
print_titre($langs->trans("NewSubscription"));
if (! empty($conf->global->MEMBER_NEWFORM_TEXT)) print $langs->trans($conf->global->MEMBER_NEWFORM_TEXT)."<br>\n";
@ -344,6 +345,8 @@ else print $langs->trans("NewSubscriptionDesc",$conf->global->MAIN_INFO_SOCIETE_
dol_htmloutput_errors($errmsg);
print '<div align="center">';
print '<br>'.$langs->trans("FieldsWithAreMandatory",'*').'<br>';
//print $langs->trans("FieldsWithIsForPublic",'**').'<br>';
@ -563,10 +566,10 @@ if (! empty($backtopage))
}
print '</center>';
print "<br></form>\n";
print "<br></div></form>\n";
print '</div>';
print
llxFooterVierge();
$db->close();