feed show() id and class
This commit is contained in:
parent
5b61f459d6
commit
cf809f6464
|
@ -59,8 +59,9 @@ class FeedList extends Widget
|
|||
|
||||
function show($feeds)
|
||||
{
|
||||
$this->out->elementStart('div', array('class' => 'feeds'));
|
||||
$this->out->element('p', null, 'Feeds:');
|
||||
$this->out->elementStart('div', array('id' => 'export_data',
|
||||
'class' => 'section'));
|
||||
$this->out->element('h2', null, _('Export data'));
|
||||
$this->out->elementStart('ul', array('class' => 'xoxo'));
|
||||
|
||||
foreach ($feeds as $key => $value) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user