';
diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
index 621d3ada57a..fa24935316e 100644
--- a/htdocs/comm/action/peruser.php
+++ b/htdocs/comm/action/peruser.php
@@ -564,7 +564,7 @@ echo '';
//print "begin_d=".$begin_d." end_d=".$end_d;
-echo '';
+echo '';
echo '';
echo ' | ';
diff --git a/htdocs/core/modules/mailings/contacts3.modules.php b/htdocs/core/modules/mailings/contacts3.modules.php
index 61d992b32aa..b9878fd1c83 100644
--- a/htdocs/core/modules/mailings/contacts3.modules.php
+++ b/htdocs/core/modules/mailings/contacts3.modules.php
@@ -225,14 +225,22 @@ class mailing_contacts3 extends MailingTargets
if ($resql)
{
$num = $this->db->num_rows($resql);
- $i = 0;
- while ($i < $num)
+ if ($num)
{
- $obj = $this->db->fetch_object($resql);
- $s.='';
- $i++;
+ $i = 0;
+ while ($i < $num)
+ {
+ $obj = $this->db->fetch_object($resql);
+ $s.='';
+ $i++;
+ }
+ }
+ else
+ {
+ $s.='';
}
}
+ else dol_print_error($this->db);
$s.='';
return $s;
diff --git a/htdocs/core/modules/mailings/contacts4.modules.php b/htdocs/core/modules/mailings/contacts4.modules.php
index 631f06ec8f2..421fd2676c8 100644
--- a/htdocs/core/modules/mailings/contacts4.modules.php
+++ b/htdocs/core/modules/mailings/contacts4.modules.php
@@ -222,16 +222,21 @@ class mailing_contacts4 extends MailingTargets
$s='';
$s.='';
return $s;
diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
index 688866a4e5b..13659bc5954 100644
--- a/htdocs/langs/en_US/website.lang
+++ b/htdocs/langs/en_US/website.lang
@@ -10,4 +10,5 @@ EditPageMeta=Edit Meta
EditPageContent=Edit Content
Website=Web site
AddPage=Add page
-Page=Page
\ No newline at end of file
+Page=Page
+PreviewOfSiteNotYetAvailable=Preview of your website %s not yet available. You must first add a page.
\ No newline at end of file
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index e7fe3a14952..f7519e16f61 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -81,7 +81,8 @@ $dol_use_jmobile=$conf->dol_use_jmobile;
// Colors
$colorbackhmenu1='120,130,170'; // topmenu
$colorbackvmenu1='255,255,255'; // vmenu
-$colorbacktitle1='230,230,230'; // title of array
+$colortopbordertitle1='40,40,40'; // top border of title
+$colorbacktitle1='230,230,230'; // title of tables,list
$colorbacktabcard1='255,255,255'; // card
$colorbacktabactive='234,234,234';
$colorbacklineimpair1='255,255,255'; // line impair
@@ -345,7 +346,7 @@ input:-moz-placeholder { color:#ccc; }
legend { margin-bottom: 8px; }
-fieldset { border: 1px solid #AAAAAA !important; box-shadow: 2px 2px 3px #DDD; }
+fieldset { border: 1px solid #AAAAAA !important; }
.button, input[name="sbmtConnexion"] {
@@ -1720,11 +1721,11 @@ div.tabBar {
background: rgb();
-
+ /*
-moz-box-shadow: 3px 3px 4px #DDD;
-webkit-box-shadow: 3px 3px 4px #DDD;
box-shadow: 3px 3px 4px #DDD;
-
+ */
}
div.popuptabset {
padding: 6px;
@@ -2177,17 +2178,17 @@ table.liste, table.noborder, table.formdoc, div.noborder {
border-spacing: 0px;
border-top-width: 1px;
- border-top-color: #BBB;
+ border-top-color: rgb();
border-top-style: solid;
- border-right-width: 1px;
+/* border-right-width: 1px;
border-right-color: #BBB;
border-right-style: solid;
border-left-width: 1px;
border-left-color: #BBB;
border-left-style: solid;
-
+*/
border-bottom-width: 1px;
border-bottom-color: #BBB;
border-bottom-style: solid;
@@ -2538,6 +2539,10 @@ div.liste_titre {
border-top-style: solid;
}
div.liste_titre_bydiv {
+ border-top-width: 1px;
+ border-top-color: rgb();
+ border-top-style: solid;
+
border-collapse: collapse;
display: table;
padding: 2px 0px 2px 0;
@@ -2555,13 +2560,13 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.list
color: #000 !important;*/
/* TO MATCH ELDY */
- background: rgb();
+ /*background: rgb();*/
- background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
- background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
- background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
- background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
- background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
+ background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
+ background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
+ background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
+ background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
+ background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
font-weight: ;
@@ -2707,13 +2712,13 @@ tr.box_titre {
color: #000 !important;*/
/* TO MATCH ELDY */
- background: rgb();
+ /* background: rgb(); */
- background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
- background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
- background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
- background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
- background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(250,250,250,0.3) 100%);
+ background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
+ background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
+ background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
+ background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
+ background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(,0.3) 100%);
color: rgb();
diff --git a/htdocs/websites/index.php b/htdocs/websites/index.php
index bfcdb9e0c85..ba2a4466b4d 100644
--- a/htdocs/websites/index.php
+++ b/htdocs/websites/index.php
@@ -334,7 +334,8 @@ print '';
if ($action == 'preview')
{
- print 'Preview TO DO';
+ print ' '.$langs->trans("PreviewOfSiteNotYetAvailable", $website).' ';
+ print ' ';
}
|