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 37bba15625 Use list.tpl to display the alias list
list-virtual.php:
- use list.tpl for aliases
- move show_gen_status handling for aliases to AliasHandler

AliasHandler:
- initStruct():
  - add 'status' column (hidden by default)
  - hide 'created'
  - move 'active' after 'modified' to match old list-virtual.php layout
- initMsg: add list_header
- webformConfig(): if $CONF[show_status], set display_in_list for
  'status' column. Also set a (whitespace) label to make sure it's
  displayed
- db_read_from_db_postprocess(): if 'status' column is requested, call
  gen_show_status() for each row

list-virtual.tpl
- remove alias table header and create alias button (which should have
  been in list-virtual_alias.tpl)

list-virtual_alias.tpl:
- replace code to generate the alias table with {include 'list.tpl'}
  (and some variable assignments)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1777 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
..
AdminHandler.php delete list-admin.php and its template, use list.php instead 11 years ago
AdminpasswordHandler.php *Handler: 11 years ago
AliasHandler.php Use list.tpl to display the alias list 11 years ago
AliasdomainHandler.php AliasdomainHandler: 11 years ago
CliDelete.php Cli*.php: 11 years ago
CliEdit.php Cli*.php: 11 years ago
CliHelp.php Cli*.php: 11 years ago
CliScheme.php Add CliScheme.php: 11 years ago
CliView.php Cli*.php: 11 years ago
Config.php Config.php: 12 years ago
DomainHandler.php add 'can_create' flag 11 years ago
FetchmailHandler.php Add FetchmailHandler.php 11 years ago
MailboxHandler.php PFAHandler: 11 years ago
PFAHandler.php list.tpl: 11 years ago
VacationHandler.php *Handler: 11 years ago