You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-29 22:41:11 +03:00
*Handler:
- add $msg['confirm'] (confirmation message when attemping to delete an item, displayed by list.php) *.lang: - add various confirm_delete_* texts needed by *Handler - rename confirm_domain to confirm_delete_domain git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1749 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@ -81,6 +81,8 @@ class AdminHandler extends PFAHandler {
|
||||
protected function initMsg() {
|
||||
$this->msg['error_already_exists'] = 'admin_already_exists';
|
||||
$this->msg['error_does_not_exist'] = 'admin_does_not_exist';
|
||||
$this->msg['confirm_delete'] = 'confirm_delete_admin';
|
||||
|
||||
if ($this->new) {
|
||||
$this->msg['logname'] = 'create_admin';
|
||||
$this->msg['store_error'] = 'pAdminCreate_admin_result_error';
|
||||
|
Reference in New Issue
Block a user