Fix widgets that has disappeared
This commit is contained in:
parent
409b73fe2c
commit
ea1c55cf1e
@ -204,6 +204,6 @@ class box_last_modified_ticket extends ModeleBoxes
|
|||||||
*/
|
*/
|
||||||
public function showBox($head = null, $contents = null, $nooutput = 0)
|
public function showBox($head = null, $contents = null, $nooutput = 0)
|
||||||
{
|
{
|
||||||
parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
|
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -202,6 +202,6 @@ class box_last_ticket extends ModeleBoxes
|
|||||||
*/
|
*/
|
||||||
public function showBox($head = null, $contents = null, $nooutput = 0)
|
public function showBox($head = null, $contents = null, $nooutput = 0)
|
||||||
{
|
{
|
||||||
parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
|
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -111,6 +111,6 @@ class box_lastlogin extends ModeleBoxes
|
|||||||
*/
|
*/
|
||||||
public function showBox($head = null, $contents = null, $nooutput = 0)
|
public function showBox($head = null, $contents = null, $nooutput = 0)
|
||||||
{
|
{
|
||||||
parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
|
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -888,7 +888,7 @@ print '<div class="fichecenter fichecenterbis">';
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Show boxes
|
* Show widgets (boxes)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$boxlist .= '<div class="twocolumns">';
|
$boxlist .= '<div class="twocolumns">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user