Remove buttons save and cancel
This commit is contained in:
parent
21fb47d223
commit
e3536a9e2e
|
@ -2,6 +2,11 @@
|
|||
|
||||
class pluginSitemap extends Plugin {
|
||||
|
||||
public function init()
|
||||
{
|
||||
$this->formButtons = false;
|
||||
}
|
||||
|
||||
// Method called on the settings of the plugin on the admin area
|
||||
public function form()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue