From 46407c1c22a3719ff5eb729e0d5aa80182da602d Mon Sep 17 00:00:00 2001 From: aspangaro Date: Mon, 29 Jun 2015 21:58:38 +0200 Subject: [PATCH 1/3] Forms are using the tab look, even in creation mode --- htdocs/compta/paiement_charge.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php index 420fbd7af69..173226f6ab5 100644 --- a/htdocs/compta/paiement_charge.php +++ b/htdocs/compta/paiement_charge.php @@ -176,6 +176,8 @@ if ($_GET["action"] == 'create') print ''; print ''; + dol_fiche_head('', ''); + print ''; print ""; @@ -235,7 +237,7 @@ if ($_GET["action"] == 'create') print '
".$langs->trans("SocialContribution")."
'; - print '
'; + dol_fiche_end(); /* * Autres charges impayees From e363b20e857ff3edf5a9736c6eac850cf30cc504 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Tue, 30 Jun 2015 06:31:09 +0200 Subject: [PATCH 2/3] Forms are using the tab look, even in creation mode --- htdocs/core/tpl/admin_extrafields_add.tpl.php | 6 +++++- htdocs/core/tpl/admin_extrafields_edit.tpl.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/htdocs/core/tpl/admin_extrafields_add.tpl.php b/htdocs/core/tpl/admin_extrafields_add.tpl.php index fc13acc7072..142c0903212 100644 --- a/htdocs/core/tpl/admin_extrafields_add.tpl.php +++ b/htdocs/core/tpl/admin_extrafields_add.tpl.php @@ -75,6 +75,8 @@ + + @@ -121,7 +123,9 @@
trans("Label"); ?>
-

">   + + +
">      ">
diff --git a/htdocs/core/tpl/admin_extrafields_edit.tpl.php b/htdocs/core/tpl/admin_extrafields_edit.tpl.php index 286eba8c3b7..898348d047e 100644 --- a/htdocs/core/tpl/admin_extrafields_edit.tpl.php +++ b/htdocs/core/tpl/admin_extrafields_edit.tpl.php @@ -46,6 +46,8 @@ + +
-

">   + + +
">      ">
From 58dc11c9587e0a21d69d3a377c44ed8d32f5839f Mon Sep 17 00:00:00 2001 From: aspangaro Date: Tue, 30 Jun 2015 06:31:46 +0200 Subject: [PATCH 3/3] Add language key --- htdocs/langs/en_US/categories.lang | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/langs/en_US/categories.lang b/htdocs/langs/en_US/categories.lang index 9c3a956727e..81c73356c93 100644 --- a/htdocs/langs/en_US/categories.lang +++ b/htdocs/langs/en_US/categories.lang @@ -108,3 +108,4 @@ CategorieRecursiv=Link with parent tag/category automatically CategorieRecursivHelp=If activated, product will also linked to parent category when adding into a subcategory AddProductServiceIntoCategory=Add the following product/service ShowCategory=Show tag/category +ByDefaultInList=By default in list