mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-30 03:43:40 +01:00
Fixes for the listbox portion of portals.
This commit is contained in:
parent
c7be82ea2d
commit
8a4b563143
@ -67,6 +67,8 @@
|
|||||||
it draws the table(s), placing the required data in the appropriate place.
|
it draws the table(s), placing the required data in the appropriate place.
|
||||||
*/
|
*/
|
||||||
function draw($extra_data='')
|
function draw($extra_data='')
|
||||||
|
{
|
||||||
|
if(count($this->data))
|
||||||
{
|
{
|
||||||
$this->p->parse('row','portal_listbox_header',True);
|
$this->p->parse('row','portal_listbox_header',True);
|
||||||
|
|
||||||
@ -80,6 +82,7 @@
|
|||||||
$this->p->parse('row','portal_listbox_link',True);
|
$this->p->parse('row','portal_listbox_link',True);
|
||||||
}
|
}
|
||||||
$this->p->parse('row','portal_listbox_footer',True);
|
$this->p->parse('row','portal_listbox_footer',True);
|
||||||
|
}
|
||||||
$this->set_internal($extra_data);
|
$this->set_internal($extra_data);
|
||||||
return $this->draw_box();
|
return $this->draw_box();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user