change the location and title of the feeds section
This commit is contained in:
parent
55ad954b15
commit
28fdc733a7
@ -715,14 +715,14 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
{
|
{
|
||||||
$this->elementStart('div', array('id' => 'aside_primary',
|
$this->elementStart('div', array('id' => 'aside_primary',
|
||||||
'class' => 'aside'));
|
'class' => 'aside'));
|
||||||
if (Event::handle('StartShowExportData', array($this))) {
|
|
||||||
$this->showExportData();
|
|
||||||
Event::handle('EndShowExportData', array($this));
|
|
||||||
}
|
|
||||||
if (Event::handle('StartShowSections', array($this))) {
|
if (Event::handle('StartShowSections', array($this))) {
|
||||||
$this->showSections();
|
$this->showSections();
|
||||||
Event::handle('EndShowSections', array($this));
|
Event::handle('EndShowSections', array($this));
|
||||||
}
|
}
|
||||||
|
if (Event::handle('StartShowExportData', array($this))) {
|
||||||
|
$this->showExportData();
|
||||||
|
Event::handle('EndShowExportData', array($this));
|
||||||
|
}
|
||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ class FeedList extends Widget
|
|||||||
{
|
{
|
||||||
$this->out->elementStart('div', array('id' => 'export_data',
|
$this->out->elementStart('div', array('id' => 'export_data',
|
||||||
'class' => 'section'));
|
'class' => 'section'));
|
||||||
$this->out->element('h2', null, _('Export data'));
|
$this->out->element('h2', null, _('Feeds'));
|
||||||
$this->out->elementStart('ul', array('class' => 'xoxo'));
|
$this->out->elementStart('ul', array('class' => 'xoxo'));
|
||||||
|
|
||||||
foreach ($feeds as $feed) {
|
foreach ($feeds as $feed) {
|
||||||
|
Loading…
Reference in New Issue
Block a user