| ';
- print $html->selectarray("contactid",$soc->thirdparty_and_contact_email_array());
+ print $html->selectarray("contactid",$listofemails);
print ' | ';
print '';
print $html->selectarray("actionid",$actions,'',1);
@@ -345,6 +350,7 @@ if ( $soc->fetch($soc->id) )
print '';
}
+else dol_print_error('','RecordNotFound');
$db->close();
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index e8c7b805f8f..fb0d19d721c 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -1200,64 +1200,68 @@ padding: 0px 0px;
/* For lists */
table.liste {
-width: 100%;
-border-collapse: collapse;
-border-top-color: #FEFEFE;
+ width: 100%;
+ border-collapse: collapse;
+ border-top-color: #FEFEFE;
-border-left-width: 1px;
-border-left-color: #BBBBBB;
-border-left-style: solid;
+ border-left-width: 1px;
+ border-left-color: #BBBBBB;
+ border-left-style: solid;
-border-right-width: 1px;
-border-right-color: #BBBBBB;
-border-right-style: solid;
+ border-right-width: 1px;
+ border-right-color: #BBBBBB;
+ border-right-style: solid;
-border-bottom-width: 1px;
-border-bottom-color: #BBBBBB;
-border-bottom-style: solid;
+ border-bottom-width: 1px;
+ border-bottom-color: #BBBBBB;
+ border-bottom-style: solid;
-margin-bottom: 2px;
-margin-top: 0px;
+ margin-bottom: 2px;
+ margin-top: 0px;
--moz-box-shadow: 4px 4px 4px #CCC;
--webkit-box-shadow: 4px 4px 4px #CCC;
-box-shadow: 4px 4px 4px #CCC;
+ -moz-box-shadow: 4px 4px 4px #CCC;
+ -webkit-box-shadow: 4px 4px 4px #CCC;
+ box-shadow: 4px 4px 4px #CCC;
}
table.liste td {
-padding-right: 2px;
+ padding-right: 2px;
}
-tr.liste_titre {
-height: 24px;
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #FFFFFF;
-font-family: ;
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
-}
-td.liste_titre {
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #FFFFFF;
-font-family: ;
-font-weight: normal;
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
-}
-td.liste_titre_sel
+tr.liste_titre
{
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #FFFFFF;
-font-family: ;
-font-weight: normal;
-/* text-decoration: underline; */
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
+ height: 24px;
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #FFFFFF;
+ font-family: ;
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+}
+th.liste_titre, td.liste_titre
+{
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #FFFFFF;
+ font-family: ;
+ font-weight: normal;
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+ text-align: ;
+}
+th.liste_titre_sel, td.liste_titre_sel
+{
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #FFFFFF;
+ font-family: ;
+ font-weight: normal;
+ /* text-decoration: underline; */
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
background: transparent;
@@ -1274,19 +1278,6 @@ font-weight: normal;
white-space: nowrap;
}
-th {
-/* background: #7699A9; */
-background: #91ABB3;
-color: #334444;
-font-family: ;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
-
.impair {
/* background: #d0d4d7; */
background: #eaeaea;
diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index 4aa1e974344..7312b757d11 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -1402,8 +1402,8 @@ tr.liste_titre:first-child {
background-position: top right;
}
-td.liste_titre_sel,
-tr.liste_titre:first-child td {
+th.liste_titre_sel, td.liste_titre_sel,
+tr.liste_titre:first-child td {
color: #FFFFFF !important;
}
@@ -1430,7 +1430,8 @@ tr.liste_titre td {
background: none !important;
}
-td.liste_titre {
+th.liste_titre, td.liste_titre
+{
background-repeat: repeat-x;
color: #333333;
font-family: ;
@@ -1438,6 +1439,7 @@ td.liste_titre {
white-space: nowrap;
background-image: none;
background: none;
+ text-align: ;
}
/*tr.liste_titre select.flat {
@@ -1453,7 +1455,8 @@ tr.liste_titre input.button {
/*margin: 30px 10px 10px 0px;*/
}
-td.liste_titre_sel {
+th.liste_titre_sel, td.liste_titre_sel
+{
background: #505050;
background-repeat: repeat-x;
color: #FFFFFF;
@@ -1462,6 +1465,7 @@ td.liste_titre_sel {
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
@@ -1481,19 +1485,6 @@ white-space: nowrap;
padding: 5px;
}
-th {
-/* background: #7699A9; */
-background: #91ABB3;
-color: #334444;
-font-family: ;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
-
.impair {
/* background: #d0d4d7; */
background: #eaeaea;
@@ -2221,7 +2212,7 @@ a.cke_dialog_ui_button
margin-left: -240px;
margin-bottom: 30px;
}
-
+
div#infoVersion {
position: relative;
width: 100%;
@@ -2231,14 +2222,14 @@ div#infoVersion {
font-size: 10px;
background-color: #D6D6D6;
}
-
+
div#logoBox {
position: relative;
width: 100%;
height: auto;
margin-top: 30px;
}
-
+
div#parameterBox {
position: relative;
width: 100%;
@@ -2249,14 +2240,14 @@ div#parameterBox {
background-repeat: no-repeat;
background-position: top center;
}
-
+
div#parameterBox div {
width: 100%;
height: 20px;
position: relative;
line-height: 20px;
}
-
+
div#parameterBox div label {
width: 190px;
text-align: right;
@@ -2264,7 +2255,7 @@ div#parameterBox div label {
float: left;
margin-right: 10px;
}
-
+
div#parameterBox div input[type="text"],
div#parameterBox div input[type="password"] {
width: 180px;
@@ -2272,12 +2263,12 @@ div#parameterBox div input[type="password"] {
font-size: 10px;
margin-top: 2px;
}
-
+
div#connectionLine {
margin: 10px 0px;
text-align: center;
}
-
+
div#logBox {
margin-top: 25px;
}
@@ -2285,7 +2276,7 @@ margin-top: 25px;
div.captchaBox {
margin-top: 10px;
}
-
+
div.captchaImg {
margin-bottom: 10px;
margin-top: 5px;
@@ -2295,7 +2286,7 @@ div.captchaImg {
img#captcha {
margin-left: 200px;
}
-
+
div#infoLogin {
width: 100%;
height: auto;
@@ -2314,11 +2305,11 @@ div.other {
left: 50%;
margin-left: -240px;
}
-
+
form.listactionsfilter img {
display: none;
}
-
+
form.listactionsfilter input[type="submit"] {
margin: 2px 0px;
}
diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index 4af783fde2d..42f43efc8c8 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -1339,30 +1339,31 @@ table.liste td {
}
tr.liste_titre {
-height: 20px;
-color: #842F00;
-font-weight: bold;
-font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
-/*border-bottom: 1px solid #FDFFFF;*/
-border-radius: 8px;
-line-height: 18px;
-padding-left: 10px;
-padding-right: 10px;
-white-space: nowrap;
+ height: 20px;
+ color: #842F00;
+ font-weight: bold;
+ font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
+ /*border-bottom: 1px solid #FDFFFF;*/
+ border-radius: 8px;
+ line-height: 18px;
+ padding-left: 10px;
+ padding-right: 10px;
+ white-space: nowrap;
}
-
-tr.liste_titre td {
- padding-left: 6px;
- padding-right: 6px;
- /*vertical-align: text-top;*/
-}
-
-td.liste_titre_sel
+th.liste_titre, td.liste_titre
{
-background-position: top right;
-color: #A51B00;
-font-weight: bold;
-white-space: nowrap;
+ padding-left: 6px;
+ padding-right: 6px;
+ /*vertical-align: text-top;*/
+ text-align: ;
+}
+th.liste_titre_sel, td.liste_titre_sel
+{
+ background-position: top right;
+ color: #A51B00;
+ font-weight: bold;
+ white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
@@ -1383,19 +1384,6 @@ font-weight: normal;
white-space: nowrap;
}
-th {
-/* background: #7699A9; */
-background: #91ABB3;
-color: #334444;
-font-family: ;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
-
.impair {
/* background: #d0d4d7; */
background: #eaeaea;
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 9de61eaaa77..58e2ced4c1e 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -228,12 +228,12 @@ div.fichecenter {
div.fichethirdleft {
browser->phone)) { print "float: ".$left.";\n"; } ?>
browser->phone)) { print "width: 35%;\n"; } ?>
- browser->phone)) { print "padding-bottom: 6px;\n"; } ?>
+ browser->phone)) { print "padding-bottom: 6px;\n"; } ?>
}
div.fichetwothirdright {
browser->phone)) { print "float: ".$left.";\n"; } ?>
browser->phone)) { print "width: 65%;\n"; } ?>
- browser->phone)) { print "padding-bottom: 6px\n"; } ?>
+ browser->phone)) { print "padding-bottom: 6px\n"; } ?>
}
div.fichehalfleft {
browser->phone)) { print "float: ".$left.";\n"; } ?>
@@ -1222,59 +1222,63 @@ padding: 0px 0px;
/* For lists */
table.liste {
-width: 100%;
-border-collapse: collapse;
-border-top-color: #FEFEFE;
+ width: 100%;
+ border-collapse: collapse;
+ border-top-color: #FEFEFE;
-border-right-width: 1px;
-border-right-color: #BBBBBB;
-border-right-style: solid;
+ border-right-width: 1px;
+ border-right-color: #BBBBBB;
+ border-right-style: solid;
-border-bottom-width: 1px;
-border-bottom-color: #BBBBBB;
-border-bottom-style: solid;
+ border-bottom-width: 1px;
+ border-bottom-color: #BBBBBB;
+ border-bottom-style: solid;
-margin-bottom: 2px;
-margin-top: 0px;
+ margin-bottom: 2px;
+ margin-top: 0px;
--moz-box-shadow: 4px 4px 4px #CCC;
--webkit-box-shadow: 4px 4px 4px #CCC;
-box-shadow: 4px 4px 4px #CCC;
+ -moz-box-shadow: 4px 4px 4px #CCC;
+ -webkit-box-shadow: 4px 4px 4px #CCC;
+ box-shadow: 4px 4px 4px #CCC;
}
table.liste td {
-padding-right: 2px;
+ padding-right: 2px;
}
-tr.liste_titre {
-height: 20px !important;
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #334444;
-font-family: ;
-border-bottom: 1px solid #FDFFFF;
-white-space: nowrap;
-}
-td.liste_titre {
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #334444;
-font-family: ;
-font-weight: normal;
-border-bottom: 1px solid #FDFFFF;
-white-space: nowrap;
-}
-td.liste_titre_sel
+tr.liste_titre
{
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #F5FFFF;
-font-family: ;
-font-weight: normal;
-border-bottom: 1px solid #FDFFFF;
-white-space: nowrap;
+ height: 20px !important;
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #334444;
+ font-family: ;
+ border-bottom: 1px solid #FDFFFF;
+ white-space: nowrap;
+}
+th.liste_titre, td.liste_titre
+{
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #334444;
+ font-family: ;
+ font-weight: normal;
+ border-bottom: 1px solid #FDFFFF;
+ white-space: nowrap;
+ text-align: ;
+}
+th.liste_titre_sel, td.liste_titre_sel
+{
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #F5FFFF;
+ font-family: ;
+ font-weight: normal;
+ border-bottom: 1px solid #FDFFFF;
+ white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
background: #7699A9;
@@ -1292,18 +1296,6 @@ font-weight: normal;
white-space: nowrap;
}
-th {
-/* background: #7699A9; */
-background: #91ABB3;
-color: #334444;
-font-family: ;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
.impair {
/* background: #d0d4d7; */
diff --git a/htdocs/theme/phones/smartphone/theme/default/default.css.php b/htdocs/theme/phones/smartphone/theme/default/default.css.php
index 89048687034..4145de0a326 100644
--- a/htdocs/theme/phones/smartphone/theme/default/default.css.php
+++ b/htdocs/theme/phones/smartphone/theme/default/default.css.php
@@ -316,33 +316,37 @@ padding: 0px 0px;
-tr.liste_titre {
-height: 24px;
-background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
-border: 1px solid #456F9A;
-color: #FFFFFF;
-font-family: ;
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
-}
-td.liste_titre {
-background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
-border: 1px solid #456F9A;
-color: #FFFFFF;
-font-family: ;
-font-weight: normal;
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
-}
-td.liste_titre_sel
+tr.liste_titre
{
-background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
-color: #FFFFFF;
-font-family: ;
-font-weight: normal;
-/* text-decoration: underline; */
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
+ height: 24px;
+ background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
+ border: 1px solid #456F9A;
+ color: #FFFFFF;
+ font-family: ;
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+}
+th.liste_titre, td.liste_titre
+{
+ background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
+ border: 1px solid #456F9A;
+ color: #FFFFFF;
+ font-family: ;
+ font-weight: normal;
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+ text-align: ;
+}
+th.liste_titre_sel, td.liste_titre_sel
+{
+ background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
+ color: #FFFFFF;
+ font-family: ;
+ font-weight: normal;
+ /* text-decoration: underline; */
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
background: transparent;
|