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 4ce0a57e83 PFAHandler:
- add protected $searchfields = array(); - list of fields to search by
  default, if just a search term is given. This will be done with
  $search['_'], but that code is not implemented yet.
- add $this->msg['show_simple_search'] (true if $searchfields is non-empty)

list.tpl:
- display search input box and search overview only if $searchfields is
  not empty

AliasdomainHandler:
- add 'alias_domain' and 'target_domain' to $searchfields

MailboxHandler:
- add 'username' to $searchfields

AliasHandler:
- add 'address' and 'goto' to $searchfields

This effectively means that the search input box is no longer displayed
in list.php for admin, domain and fetchmail listings.


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1770 a1433add-5e2c-0410-b055-b7f2511e0802
9 years ago
..
AdminHandler.php delete list-admin.php and its template, use list.php instead 9 years ago
AdminpasswordHandler.php *Handler: 10 years ago
AliasHandler.php PFAHandler: 9 years ago
AliasdomainHandler.php PFAHandler: 9 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 9 years ago
FetchmailHandler.php Add FetchmailHandler.php 9 years ago
MailboxHandler.php PFAHandler: 9 years ago
PFAHandler.php PFAHandler: 9 years ago
VacationHandler.php *Handler: 10 years ago