From a4675010ac3647bb9d267cda98f6adaa9312c4f7 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Tue, 5 May 2015 22:08:53 +0200
Subject: [PATCH] Fix label

---
 htdocs/product/card.php         | 2 +-
 htdocs/theme/eldy/style.css.php | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index 4a6af7b855e..f8b945c2559 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -1085,7 +1085,7 @@ else
             print '<tr><td width="20%" class="fieldrequired">'.$langs->trans("Ref").'</td><td colspan="3"><input name="ref" size="32" maxlength="128" value="'.dol_escape_htmltag($object->ref).'"></td></tr>';
 
             // Label
-            print '<tr><td class="fieldrequired">'.$langs->trans("Label").'</td><td colspan="3"><input name="libelle" size="40" maxlength="255" value="'.dol_escape_htmltag($object->label).'"></td></tr>';
+            print '<tr><td class="fieldrequired">'.$langs->trans("Label").'</td><td colspan="3"><input name="label" size="40" maxlength="255" value="'.dol_escape_htmltag($object->label).'"></td></tr>';
 
             // Status To sell
             print '<tr><td class="fieldrequired">'.$langs->trans("Status").' ('.$langs->trans("Sell").')</td><td colspan="3">';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index bcb5acb361b..4b68d4c975c 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2974,7 +2974,6 @@ a span.select2-chosen
 	cursor: default;
 }
 .select2-container-multi .select2-choices .select2-search-choice {
-  margin-top: 2px;
   margin-bottom: 2px;
 }
 
-- 
GitLab