| ';
-
-print '';
print ' | ';
-
+/*
+ * Derniers produits
+ */
$sql = "SELECT p.rowid, p.label, p.price, p.ref FROM llx_product as p WHERE envente=1";
$sql .= " ORDER BY p.datec DESC ";
$sql .= $db->plimit(15 ,0);
@@ -71,7 +71,7 @@ if ($result)
if ($num > 0)
{
- print '';
+ print '';
print '| Derniers produits et services | ';
@@ -80,7 +80,7 @@ if ($result)
{
$objp = $db->fetch_object( $i);
$var=!$var;
- print "";
+ print " ";
print "| rowid\">$objp->ref | \n";
print "$objp->label | \n";
$i++;
@@ -95,7 +95,7 @@ else
print $db->error() . " " .$sql;
}
-print ' ';
+print ' ';
$db->close();
diff --git a/htdocs/theme/cdg/cdg.css b/htdocs/theme/cdg/cdg.css
index 9272b3d2074..24e83b4834f 100644
--- a/htdocs/theme/cdg/cdg.css
+++ b/htdocs/theme/cdg/cdg.css
@@ -20,6 +20,7 @@
body {
background: #fce8fd;
+ margin: 0px;
text-decoration: none ;
color:black;
font-family: Verdana, Arial, Helvetica;
diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css
index d6e792ccf90..0ab4292c8a2 100644
--- a/htdocs/theme/dolibarr/dolibarr.css
+++ b/htdocs/theme/dolibarr/dolibarr.css
@@ -19,6 +19,7 @@
*/
body {
background: #e0ebeb;
+ margin: 0px;
font-family: sans-serif; font-size: 0.9em;
}
/*
diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css
index 792e07015d2..8c7f7d4e340 100644
--- a/htdocs/theme/freelug/freelug.css
+++ b/htdocs/theme/freelug/freelug.css
@@ -21,6 +21,7 @@
body {
background: #EEEEEE;
+ margin: 0px;
background-image: url("/theme/freelug/img/background.png");
font-family: Helvetica, Verdana; font-size: 12px;
text-decoration: none ;
diff --git a/htdocs/theme/rhizomes/rhizomes.css b/htdocs/theme/rhizomes/rhizomes.css
index 497be986604..54923bdf811 100644
--- a/htdocs/theme/rhizomes/rhizomes.css
+++ b/htdocs/theme/rhizomes/rhizomes.css
@@ -21,6 +21,7 @@
body
{
background: #eae0ff;
+ margin: 0px;
font-family: Helvetica, Verdana; font-size: 12px;
}
/*
diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css
index dff47a1af49..f0b2bdca8bb 100644
--- a/htdocs/theme/rodolphe/rodolphe.css
+++ b/htdocs/theme/rodolphe/rodolphe.css
@@ -21,6 +21,7 @@
body
{
background: #ebe0eb;
+ margin: 0px;
font-family: sans-serif; font-size: 0.9em;
}
/*
|