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 6e5c8f8054 add 'can_create' flag
PFAHandler:
- add $msg['can_create'] (true by default)

DomainHandler:
- set $msg['can_create'] based on is_superadmin

list.tpl:
- display 'create' button only if $msg['can_create'] is true

Note: This is only an optical improvement, not a permission check.


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1769 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
..
AdminHandler.php
AdminpasswordHandler.php
AliasHandler.php
AliasdomainHandler.php
CliDelete.php
CliEdit.php
CliHelp.php
CliScheme.php
CliView.php
Config.php
DomainHandler.php add 'can_create' flag 10 years ago
FetchmailHandler.php Add FetchmailHandler.php 10 years ago
MailboxHandler.php
PFAHandler.php add 'can_create' flag 10 years ago
VacationHandler.php