You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
*.lang:
- add $PALANG['active'] = 'Active' to replace various duplicates: -$PALANG['pOverview_alias_active'] -$PALANG['pOverview_alias_domain_active'] -$PALANG['pOverview_mailbox_active'] -$PALANG['pCreate_alias_active'] -$PALANG['pEdit_alias_active'] -$PALANG['pCreate_mailbox_active'] -$PALANG['pAdminList_admin_active'] -$PALANG['pAdminList_domain_active'] -$PALANG['pAdminList_virtual_mailbox_active'] -$PALANG['pAdminEdit_domain_active'] -$PALANG['pAdminEdit_admin_active'] model/*, templates/*: - use $PALANG['active'] everywhere git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1503 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@ -62,7 +62,7 @@ class DomainHandler extends PFAHandler {
|
||||
'transport' => pacol( $transp, $transp,$transp,'enum', 'pAdminEdit_domain_transport' , 'pAdminEdit_domain_transport_text' , Config::read('transport_default') ,
|
||||
/*options*/ Config::read('transport_options') ),
|
||||
'backupmx' => pacol( 1, 1, 1, 'bool', 'pAdminEdit_domain_backupmx' , '' ),
|
||||
'active' => pacol( 1, 1, 1, 'bool', 'pAdminEdit_domain_active' , '' , 1 ),
|
||||
'active' => pacol( 1, 1, 1, 'bool', 'active' , '' , 1 ),
|
||||
'default_aliases' => pacol( $this->new, $this->new, 0, 'bool', 'pAdminCreate_domain_defaultaliases', '' , 1,'', /*not in db*/ 1 ),
|
||||
'created' => pacol( 0, 0, 1, 'ts', 'created' , '' ),
|
||||
'modified' => pacol( 0, 0, 1, 'ts', 'last_modified' , '' ),
|
||||
|
Reference in New Issue
Block a user