From b1d50e3f7fc0570f7841ba3e90799c05c6adb0d2 Mon Sep 17 00:00:00 2001 From: jfefe Date: Fri, 15 Mar 2013 18:56:44 +0100 Subject: [PATCH] Move extrafield type select list on top of form --- htdocs/core/tpl/admin_extrafields_add.tpl.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/tpl/admin_extrafields_add.tpl.php b/htdocs/core/tpl/admin_extrafields_add.tpl.php index d4f5cf9ae4029..864eaa13f0d1e 100644 --- a/htdocs/core/tpl/admin_extrafields_add.tpl.php +++ b/htdocs/core/tpl/admin_extrafields_add.tpl.php @@ -55,16 +55,16 @@ function init_typeoffields(type) + + - -
trans("Type"); ?> +selectarray('type',$type2label,GETPOST('type')); ?> +
trans("Position"); ?>
trans("Label"); ?>
trans("AttributeCode"); ?> (trans("AlphaNumOnlyCharsAndNoSpace"); ?>)
trans("Type"); ?> -selectarray('type',$type2label,GETPOST('type')); ?> -