Move wrapper for content
This commit is contained in:
parent
4cee28ace9
commit
a72ae0f4df
@ -306,8 +306,11 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
$this->elementStart('div', array('id' => 'content'));
|
$this->elementStart('div', array('id' => 'content'));
|
||||||
$this->showPageTitle();
|
$this->showPageTitle();
|
||||||
$this->showPageNotice();
|
$this->showPageNotice();
|
||||||
|
$this->elementStart('div', array('id' => 'content_inner'));
|
||||||
|
// show the actual content (forms, lists, whatever)
|
||||||
$this->showContent();
|
$this->showContent();
|
||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
|
$this->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
function showPageTitle() {
|
function showPageTitle() {
|
||||||
@ -331,9 +334,6 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
|
|
||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
// show the actual content (forms, lists, whatever)
|
|
||||||
$this->elementStart('div', array('id' => 'content_inner'));
|
|
||||||
$this->elementEnd('div');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function showAside()
|
function showAside()
|
||||||
|
Loading…
Reference in New Issue
Block a user