Update dolgraph.class.php
This commit is contained in:
parent
d6198a1e33
commit
0d41216624
@ -944,7 +944,7 @@ class DolGraph
|
|||||||
$tag=dol_escape_htmltag(dol_string_unaccent(dol_string_nospecial(basename($file), '_', array('-','.'))));
|
$tag=dol_escape_htmltag(dol_string_unaccent(dol_string_nospecial(basename($file), '_', array('-','.'))));
|
||||||
|
|
||||||
$this->stringtoshow ='<!-- Build using '.$this->_library.' -->'."\n";
|
$this->stringtoshow ='<!-- Build using '.$this->_library.' -->'."\n";
|
||||||
if (! empty($this->title)) $this->stringtoshow.='<div class="center" class="dolgraphtitle'.(empty($this->cssprefix)?'':' dolgraphtitle'.$this->cssprefix).'">'.$this->title.'</div>';
|
if (! empty($this->title)) $this->stringtoshow.='<div class="center dolgraphtitle'.(empty($this->cssprefix)?'':' dolgraphtitle'.$this->cssprefix).'">'.$this->title.'</div>';
|
||||||
if (! empty($this->shownographyet))
|
if (! empty($this->shownographyet))
|
||||||
{
|
{
|
||||||
$this->stringtoshow.='<div style="width:'.$this->width.'px;height:'.$this->height.'px;" class="nographyet"></div>';
|
$this->stringtoshow.='<div style="width:'.$this->width.'px;height:'.$this->height.'px;" class="nographyet"></div>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user