From 124dbbc2f2893995a6faf7e199b18bd743a01af1 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Tue, 19 May 2015 22:36:35 +0200 Subject: [PATCH] Members: Add background in create mode in type adherent --- htdocs/adherents/type.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php index cdeaa21ba9f..46f87644399 100644 --- a/htdocs/adherents/type.php +++ b/htdocs/adherents/type.php @@ -241,8 +241,12 @@ if ($action == 'create') print '
'; print ''; - print ''; + dol_fiche_head(''); + + print '
'; + print ''; + print ''; print ''; @@ -271,9 +275,12 @@ if ($action == 'create') { print $adht->showOptionals($extrafields,'edit'); } + print ''; print "
'.$langs->trans("Label").'
\n"; + + dol_fiche_end(); - print '
'; + print '
'; print ''; print '     '; print '';