when we press the save button in edit module admin page (Admin> Extensions> Module> Accounts), we are always directed to module list page (Admin> Extensions> Module).
Can we remain in the edit module page after we click the Save button?
Well you would have to change it in each module if that's what you wanted
But if only for the account module, then open: admin/controller/module/account.php
find
change to
But if only for the account module, then open: admin/controller/module/account.php
find
Code: Select all
$this->redirect($this->url->link('extension/module', 'token=' . $this->session->data['token'], 'SSL'));
Code: Select all
$this->redirect($this->url->link('module/account', 'token=' . $this->session->data['token'], 'SSL'));
Who is online
Users browsing this forum: No registered users and 66 guests