feed show() id and class

This commit is contained in:
sarven 2009-01-15 21:58:07 +00:00
parent 5b61f459d6
commit cf809f6464
1 changed files with 3 additions and 2 deletions

View File

@ -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) {