From ceac589a429e2fb59e9ef8ea5742e605707823a4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Oct 2011 13:31:51 +0200 Subject: [PATCH] Fix: Keep value --- htdocs/adherents/admin/adherent_extrafields.php | 2 +- htdocs/societe/admin/societe_extrafields.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php index 004b5b41c3d..8615877fefb 100755 --- a/htdocs/adherents/admin/adherent_extrafields.php +++ b/htdocs/adherents/admin/adherent_extrafields.php @@ -144,7 +144,7 @@ if ($action == 'create') // Label print ''.$langs->trans("Label").''; // Code - print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; + print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; // Type print ''.$langs->trans("Type").''; print $form->selectarray('type',$type2label,GETPOST('type')); diff --git a/htdocs/societe/admin/societe_extrafields.php b/htdocs/societe/admin/societe_extrafields.php index 4f1f131ba5c..7f092bf3781 100755 --- a/htdocs/societe/admin/societe_extrafields.php +++ b/htdocs/societe/admin/societe_extrafields.php @@ -144,7 +144,7 @@ if ($action == 'create') // Label print ''.$langs->trans("Label").''; // Code - print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; + print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; // Type print ''.$langs->trans("Type").''; print $form->selectarray('type',$type2label,GETPOST('type'));