From 0a3ab4617ccf36db218e64a4a94b2de8e3dc6de5 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Sat, 28 Nov 2015 14:52:13 +0100 Subject: [PATCH] Fix adherent width colomn of create type form --- htdocs/adherents/type.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php index af708ef2f20..e2fc32f3bcb 100644 --- a/htdocs/adherents/type.php +++ b/htdocs/adherents/type.php @@ -242,15 +242,14 @@ if ($action == 'create') print '
'; print ''; + print ''; dol_fiche_head(''); print ''; print ''; - print ''; - - print ''; + print ''; print '
'.$langs->trans("Label").'
'.$langs->trans("Label").'
'.$langs->trans("SubscriptionRequired").''; print $form->selectyesno("cotisation",1,1);