Removed aside container from output for the admin panel sections
This commit is contained in:
parent
13713a09bb
commit
ef6bf8f331
|
@ -189,6 +189,16 @@ class AdminPanelAction extends Action
|
||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* There is no data for aside, so, we don't output
|
||||||
|
*
|
||||||
|
* @return nothing
|
||||||
|
*/
|
||||||
|
function showAside()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* show human-readable instructions for the page, or
|
* show human-readable instructions for the page, or
|
||||||
* a success/failure on save.
|
* a success/failure on save.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user