You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/model
Christian Boltz 3a72203de4 AliasHandler:
- initStruct(): replace (wrong) 'editable' with '_can_edit' and '_can_delete'
- read_from_db_postprocess(): disable _can_edit and _can_delete for
  default aliases if special_alias_control is off and not superadmin

list.tpl:
- use $item._can_edit instead of $check_alias_owner

list-virtual.php:
- drop $check_alias_owner variable and check_alias_owner() call
  (replaced by the code added in AliasHandler)
- drop unused $sql_domain

functions.inc.php:
- delete no longer used check_alias_owner() function



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1774 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
..
AdminHandler.php delete list-admin.php and its template, use list.php instead 10 years ago
AdminpasswordHandler.php *Handler: 10 years ago
AliasHandler.php AliasHandler: 10 years ago
AliasdomainHandler.php AliasdomainHandler: 10 years ago
CliDelete.php Cli*.php: 10 years ago
CliEdit.php Cli*.php: 10 years ago
CliHelp.php Cli*.php: 10 years ago
CliScheme.php Add CliScheme.php: 10 years ago
CliView.php Cli*.php: 10 years ago
Config.php Config.php: 11 years ago
DomainHandler.php add 'can_create' flag 10 years ago
FetchmailHandler.php Add FetchmailHandler.php 10 years ago
MailboxHandler.php PFAHandler: 10 years ago
PFAHandler.php migrate search input field to use search[_], and use list.tpl for alias domains 10 years ago
VacationHandler.php *Handler: 10 years ago