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)
|
function show($feeds)
|
||||||
{
|
{
|
||||||
$this->out->elementStart('div', array('class' => 'feeds'));
|
$this->out->elementStart('div', array('id' => 'export_data',
|
||||||
$this->out->element('p', null, 'Feeds:');
|
'class' => 'section'));
|
||||||
|
$this->out->element('h2', null, _('Export data'));
|
||||||
$this->out->elementStart('ul', array('class' => 'xoxo'));
|
$this->out->elementStart('ul', array('class' => 'xoxo'));
|
||||||
|
|
||||||
foreach ($feeds as $key => $value) {
|
foreach ($feeds as $key => $value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user