\r
public function getBackground()\r
{\r
- $this->fond = ROOT . '/images/devis.png';\r
- $this->fond1 = ROOT . '/images/devis2page1.png';\r
- $this->fond2 = ROOT . '/images/devis2page2.png';\r
+ $this->fond = SYSIMG . '/devis.png';\r
+ $this->fond1 = SYSIMG . '/devis2page1.png';\r
+ $this->fond2 = SYSIMG . '/devis2page2.png';\r
}\r
\r
protected function documentTitre()\r
public function getBackground()\r
{\r
if ($this->status == 0) {\r
- $this->fond1 = $this->fond2 = $this->fond = ROOT . '/images/facture-brouillon.png';\r
+ $this->fond1 = $this->fond2 = $this->fond = SYSIMG . '/facture-brouillon.png';\r
} else {\r
- $this->fond1 = $this->fond2 = $this->fond = ROOT . '/images/facture.png';\r
+ $this->fond1 = $this->fond2 = $this->fond = SYSIMG . '/facture.png';\r
}\r
}\r
\r
.listeTimereport .info{width:30px;}\r
.listeTimereport tr.bold td{border-top:1px solid #4e555c;}\r
\r
-#devisTop{background:url(../images/devis.png) top left;width:960px;height:500px;}\r
+#devisTop{background:url(../../images/extranet/devis.png) top left;width:960px;height:500px;}\r
#devisMiddle{background:url(bg-document.png);width:960px;padding-bottom:20px;}\r
-#devisBottom{background:url(../images/devis.png) bottom left;width:960px;height:300px;}\r
+#devisBottom{background:url(../../images/extranet/devis.png) bottom left;width:960px;height:300px;}\r
#factureAdresse,#devisAdresse{position:absolute;top:180px;left:520px;height:165px;width:360px;padding:0px;}\r
#factureAdresse input[type="text"],#devisAdresse input[type="text"]{width:100%;}\r
#factureAdresseDisplay,#devisAdresseDisplay{font-size:20px;padding:20px;position:relative;min-height:150px;}\r