| ';
- print $html->selectarray("contactid",$listofemails);
+ print $html->selectarray("contactid",$soc->thirdparty_and_contact_email_array());
print ' | ';
print '';
print $html->selectarray("actionid",$actions,'',1);
@@ -350,7 +345,6 @@ if ($result > 0)
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 fb0d19d721c..e8c7b805f8f 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -1200,68 +1200,64 @@ 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;
+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;
}
-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: ;
+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;
}
-th.liste_titre_sel, td.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: ;
+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;
}
input.liste_titre {
background: transparent;
@@ -1278,6 +1274,19 @@ 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 7312b757d11..4aa1e974344 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;
}
-th.liste_titre_sel, td.liste_titre_sel,
-tr.liste_titre:first-child td {
+td.liste_titre_sel,
+tr.liste_titre:first-child td {
color: #FFFFFF !important;
}
@@ -1430,8 +1430,7 @@ tr.liste_titre td {
background: none !important;
}
-th.liste_titre, td.liste_titre
-{
+td.liste_titre {
background-repeat: repeat-x;
color: #333333;
font-family: ;
@@ -1439,7 +1438,6 @@ th.liste_titre, td.liste_titre
white-space: nowrap;
background-image: none;
background: none;
- text-align: ;
}
/*tr.liste_titre select.flat {
@@ -1455,8 +1453,7 @@ tr.liste_titre input.button {
/*margin: 30px 10px 10px 0px;*/
}
-th.liste_titre_sel, td.liste_titre_sel
-{
+td.liste_titre_sel {
background: #505050;
background-repeat: repeat-x;
color: #FFFFFF;
@@ -1465,7 +1462,6 @@ th.liste_titre_sel, td.liste_titre_sel
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
- text-align: ;
}
input.liste_titre {
@@ -1485,6 +1481,19 @@ 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;
@@ -2212,7 +2221,7 @@ a.cke_dialog_ui_button
margin-left: -240px;
margin-bottom: 30px;
}
-
+
div#infoVersion {
position: relative;
width: 100%;
@@ -2222,14 +2231,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%;
@@ -2240,14 +2249,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;
@@ -2255,7 +2264,7 @@ div#parameterBox div label {
float: left;
margin-right: 10px;
}
-
+
div#parameterBox div input[type="text"],
div#parameterBox div input[type="password"] {
width: 180px;
@@ -2263,12 +2272,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;
}
@@ -2276,7 +2285,7 @@ margin-top: 25px;
div.captchaBox {
margin-top: 10px;
}
-
+
div.captchaImg {
margin-bottom: 10px;
margin-top: 5px;
@@ -2286,7 +2295,7 @@ div.captchaImg {
img#captcha {
margin-left: 200px;
}
-
+
div#infoLogin {
width: 100%;
height: auto;
@@ -2305,11 +2314,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 42f43efc8c8..4af783fde2d 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -1339,31 +1339,30 @@ 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;
}
-th.liste_titre, td.liste_titre
-{
+
+tr.liste_titre td {
padding-left: 6px;
- padding-right: 6px;
- /*vertical-align: text-top;*/
- text-align: ;
+ padding-right: 6px;
+ /*vertical-align: text-top;*/
}
-th.liste_titre_sel, td.liste_titre_sel
+
+td.liste_titre_sel
{
- background-position: top right;
- color: #A51B00;
- font-weight: bold;
- white-space: nowrap;
- text-align: ;
+background-position: top right;
+color: #A51B00;
+font-weight: bold;
+white-space: nowrap;
}
input.liste_titre {
@@ -1384,6 +1383,19 @@ 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 58e2ced4c1e..9de61eaaa77 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,63 +1222,59 @@ 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;
+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;
}
-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: ;
+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;
}
-th.liste_titre_sel, td.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: ;
+background: #7699A9;
+background-image: url();
+background-repeat: repeat-x;
+color: #F5FFFF;
+font-family: ;
+font-weight: normal;
+border-bottom: 1px solid #FDFFFF;
+white-space: nowrap;
}
input.liste_titre {
background: #7699A9;
@@ -1296,6 +1292,18 @@ 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 4145de0a326..89048687034 100644
--- a/htdocs/theme/phones/smartphone/theme/default/default.css.php
+++ b/htdocs/theme/phones/smartphone/theme/default/default.css.php
@@ -316,37 +316,33 @@ 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;
+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;
}
-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: ;
+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;
}
-th.liste_titre_sel, td.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: ;
+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;
}
input.liste_titre {
background: transparent;
|