diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
index 19633aa13d7..991e0c4a148 100644
--- a/htdocs/comm/action/card.php
+++ b/htdocs/comm/action/card.php
@@ -656,7 +656,7 @@ if ($action == 'create')
}
// Title
- print '
| global->AGENDA_USE_EVENT_TYPE)?' class="fieldrequired"':'').'>'.$langs->trans("Title").' | |
';
+ print '| global->AGENDA_USE_EVENT_TYPE)?' class="fieldrequired"':'').'>'.$langs->trans("Title").' | |
';
// Full day
print '| '.$langs->trans("EventOnFullDay").' | |
';
diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php
index fca007bfd1f..cc67393d679 100644
--- a/htdocs/contact/card.php
+++ b/htdocs/contact/card.php
@@ -797,7 +797,7 @@ else
{
print ' | ';
print '';
- print $form->select_company(GETPOST('socid','int')?GETPOST('socid','int'):($object->socid?$object->socid:-1),'socid','',1);
+ print $form->select_company(GETPOST('socid','int')?GETPOST('socid','int'):($object->socid?$object->socid:-1), 'socid', '', $langs->trans("SelectThirdParty"));
print ' | ';
print '
';
}
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 00701e9621d..1601302c046 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -438,6 +438,9 @@ th .button {
.quatrevingtpercent, .inputsearch {
width: 80%;
}
+.soixantepercent {
+ width: 60%;
+}
textarea.centpercent {
width: 96%;
}
@@ -3832,7 +3835,7 @@ dl.dropdown {
position:absolute;
top:2px;
list-style:none;
- max-height: 200px;
+ max-height: 300px;
overflow: auto;
}
.dropdown span.value {
diff --git a/htdocs/theme/md/img/object_category.png b/htdocs/theme/md/img/object_category.png
index b0292d92aae..389277f4004 100644
Binary files a/htdocs/theme/md/img/object_category.png and b/htdocs/theme/md/img/object_category.png differ
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index e4a4eb58107..55f4e72cb85 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -425,6 +425,9 @@ th .button {
.quatrevingtpercent, .inputsearch {
width: 80%;
}
+.soixantepercent {
+ width: 60%;
+}
textarea.centpercent {
width: 96%;
}
@@ -3613,7 +3616,7 @@ span.noborderoncategories a, li.noborderoncategories a {
line-height: normal;
}
span.noborderoncategories {
- padding: 5px 5px 0px 5px;
+ padding: 3px 5px 0px 5px;
}
.categtextwhite, .treeview .categtextwhite.hover {
color: #fff !important;
@@ -3664,7 +3667,7 @@ dl.dropdown {
position:absolute;
top:2px;
list-style:none;
- max-height: 200px;
+ max-height: 300px;
overflow: auto;
}
.dropdown span.value {