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['domain'] = 'Domain'; which replaces duplicate texts: -$PALANG['pOverview_get_domain'] -$PALANG['pViewlog_domain'] -$PALANG['pAdminList_admin_domain'] -$PALANG['pAdminList_domain_domain'] -$PALANG['pAdminEdit_domain_domain'] -$PALANG['pAdminCreate_admin_address'] model/*, templates/*: - update to use $PALANG['domain'] git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1502 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@ -58,7 +58,7 @@ class AdminHandler extends PFAHandler {
|
||||
# TODO: Create them with the trunk version to avoid this problem.
|
||||
),
|
||||
|
||||
'domains' => pacol( 1, 1, 1, 'list', 'pAdminCreate_admin_address' , '' , array(), list_domains(),
|
||||
'domains' => pacol( 1, 1, 1, 'list', 'domain' , '' , array(), list_domains(),
|
||||
/*not_in_db*/ 0,
|
||||
/*dont_write_to_db*/ 1,
|
||||
/*select*/ "coalesce(domains,'') as domains"
|
||||
|
Reference in New Issue
Block a user