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 8043515fdf migrate search input field to use search[_], and use list.tpl for alias domains
User-visible changes:
- alias domain list can be downloaded as CSV
- no more search highlighting for alias domains

list-virtual.php:
- expect $search to be an array
- change alias domain handling to use list.php instead of
  list-virtual_alias_domain.tpl, and move some logic from the template
  to list-virtual.php. (The template file is kept as list.tpl wrapper.)
- adopt mailbox and alias search to $search[_]
- adopt pagebrowser to $search[_]

list-virtual_alias_domain.tpl:
- replace custom output generation with {include 'list.php'} and some
  variable assignments

PFAHandler.php:
- add $this->id_field to $this->msg (avoids another smarty template
  variable)

configs/menu.conf:
- change input name to search[_]

list-virtual_alias.tpl, list-virtual_mailbox.tpl:
- adopt to $search[_] by setting $search in a backwards-compatible way

list.tpl:
- add special handling for aliasdomain.target_domain linking



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1773 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 PFAHandler: 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 migrate search input field to use search[_], and use list.tpl for alias domains 11 years ago
VacationHandler.php *Handler: 11 years ago