replace html code by html5
This commit is contained in:
parent
ec956e1c72
commit
c7df326a91
@ -28,18 +28,18 @@ include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php';
|
|||||||
*/
|
*/
|
||||||
class box_graph_orders_supplier_permonth extends ModeleBoxes
|
class box_graph_orders_supplier_permonth extends ModeleBoxes
|
||||||
{
|
{
|
||||||
var $boxcode="orderssupplierpermonth";
|
public $boxcode="orderssupplierpermonth";
|
||||||
var $boximg="object_order";
|
public $boximg="object_order";
|
||||||
var $boxlabel="BoxSuppliersOrdersPerMonth";
|
public $boxlabel="BoxSuppliersOrdersPerMonth";
|
||||||
var $depends = array("fournisseur");
|
public $depends = array("fournisseur");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var DoliDB Database handler.
|
* @var DoliDB Database handler.
|
||||||
*/
|
*/
|
||||||
public $db;
|
public $db;
|
||||||
|
|
||||||
var $info_box_head = array();
|
public $info_box_head = array();
|
||||||
var $info_box_contents = array();
|
public $info_box_contents = array();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -936,7 +936,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 align="center" class="dolgraphtitle'.(empty($this->cssprefix)?'':' dolgraphtitle'.$this->cssprefix).'">'.$this->title.'</div>';
|
if (! empty($this->title)) $this->stringtoshow.='<div class="center" class="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