@@ -699,6 +699,7 @@ else
print ''."\n";
print "
\n";
+ print '';
print $langs->trans("ThirdPartyType").': ';
print ' '.$langs->trans("Company/Fundation");
@@ -706,7 +707,7 @@ else
print ' '.$langs->trans("Individual");
print ' ('.$langs->trans("ToCreateContactWithSameName").')';
- print "
\n";
+ print '
';
print "
\n";
}
diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php
index 8383576e80d..5788b0f011f 100755
--- a/htdocs/theme/amarok/style.css.php
+++ b/htdocs/theme/amarok/style.css.php
@@ -2095,6 +2095,17 @@ div.tabsElem a.ui-btn-corner-all {
right: 8px;
}
+div.ui-radio
+{
+ display: inline-block;
+}
+.ui-radio input {
+ height: auto;
+ width: auto;
+ margin: 0;
+ position: static;
+}
+
close();
?>
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index 6f4ebcb058d..f998fdc4e9c 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -2247,6 +2247,17 @@ div.tabsElem a.ui-btn-corner-all {
right: 8px;
}
+div.ui-radio
+{
+ display: inline-block;
+}
+.ui-radio input {
+ height: auto;
+ width: auto;
+ margin: 0;
+ position: static;
+}
+
close();
?>
diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index 8d20ba1bec2..f87364fef9b 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -2475,6 +2475,17 @@ div.tabs a.tab#active span.ui-btn-inner, div.tabs a.tab#active span.ui-btn-text,
right: 8px;
}
+div.ui-radio
+{
+ display: inline-block;
+}
+.ui-radio input {
+ height: auto;
+ width: auto;
+ margin: 0;
+ position: static;
+}
+
close();
?>
diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index fb295e4b5e9..3203e556e82 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -2303,6 +2303,17 @@ div.tabs a.tab#active span.ui-btn-inner, div.tabs a.tab#active span.ui-btn-text,
right: 8px;
}
+div.ui-radio
+{
+ display: inline-block;
+}
+.ui-radio input {
+ height: auto;
+ width: auto;
+ margin: 0;
+ position: static;
+}
+
close();
?>
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index b6711ab76eb..9b7020700e3 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -274,6 +274,7 @@ textarea:disabled {
}
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
+
.button {
font-family: ;
background-image: url();
@@ -2640,11 +2641,21 @@ a.ui-link {
text-overflow: hidden;
}
-/* Warning: setting this make screen not beeing refreshed after a combo selection */
+/* Warning: setting this may make screen not beeing refreshed after a combo selection */
.ui-body-c {
background: #fff;
}
+div.ui-radio
+{
+ display: inline-block;
+}
+.ui-radio input {
+ height: auto;
+ width: auto;
+ margin: 0;
+ position: static;
+}
close();