Add TODO to print header table as Dolibarr
This commit is contained in:
parent
ae2ab3276d
commit
ed27b44f62
@ -590,7 +590,10 @@ class Listview
|
||||
{
|
||||
if(empty($head['width']))$head['width']='auto';
|
||||
|
||||
|
||||
$out.='<th style="width:'.$head['width'].';text-align:'.$head['text-align'].'" class="liste_titre">'.$head['libelle'];
|
||||
// TODO replace the actual html by this function call to print a standard output as Dolibarr then add extrafields
|
||||
// $out .= getTitleFieldOfList($head, $_SERVER["PHP_SELF"],"p.ref");
|
||||
|
||||
if($head['order']) $out.='<span class="nowrap">
|
||||
<a href="javascript:Listview_OrderDown(\''.$this->id.'\',\''.$field.'\')">'.img_down().'</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user