From 0cbe83aaeda7221c219f41807af708c985e41bc4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 16 May 2012 12:33:10 +0200 Subject: [PATCH] Fix: W3C --- htdocs/public/members/new.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php index 9a82627c3bb..a20fb716f6e 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -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 ''; + print ''; // 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)."
\n"; @@ -344,6 +345,8 @@ else print $langs->trans("NewSubscriptionDesc",$conf->global->MAIN_INFO_SOCIETE_ dol_htmloutput_errors($errmsg); +print '
'; + print '
'.$langs->trans("FieldsWithAreMandatory",'*').'
'; //print $langs->trans("FieldsWithIsForPublic",'**').'
'; @@ -563,10 +566,10 @@ if (! empty($backtopage)) } print ''; -print "
\n"; +print "
\n"; print ''; - +print llxFooterVierge(); $db->close();