PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/postfixadmin/postfixadmin
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.
 
 
 
 
 
 
Go to file
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
9 years ago
ADDITIONS fetchmail.pl: 9 years ago
DOCUMENTS POSTFIX_CONF.txt: 10 years ago
VIRTUAL_VACATION VIRTUAL_VACATION/INSTALL.TXT: 10 years ago
configs migrate search input field to use search[_], and use list.tpl for alias domains 9 years ago
css list.tpl, default.css: 9 years ago
debian debian/control - change to depend on php5-mysql | php5-mysqlnd | php5-pgsql 9 years ago
images added quota level percentage display 13 years ago
languages *.lang: 9 years ago
model Use list.tpl to display the alias list 9 years ago
scripts Add CliScheme.php: 10 years ago
smarty update Smarty to 3.1.21 10 years ago
templates Use list.tpl to display the alias list 9 years ago
tests this will probably migrate us to phpunit; stupid dev env is misbehaving though so it is hard to test 13 years ago
users login.php, users/login.php: 10 years ago
CHANGELOG.TXT 2.92 (aka 3.0 beta2) release 10 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 17 years ago
INSTALL.TXT INSTALL.TXT, ADDITIONS/squirrelmail-plugin/INSTALL 10 years ago
LICENSE.TXT LICENSE.TXT: 13 years ago
backup.php functions.inc.php: 11 years ago
broadcast-message.php broadcast-message.php: 10 years ago
calendar.js - big merge of Postfixadmin smarty into trunk 15 years ago
common.php use !empty to avoid error 11 years ago
config.inc.php Add FetchmailHandler.php 9 years ago
delete.php delete.php: 10 years ago
edit.php edit.php: 9 years ago
editactive.php editactive.php: 11 years ago
functions.inc.php AliasHandler: 9 years ago
index.php remove "postfixadmin.com" in comments in lots of files 11 years ago
list-virtual.php Use list.tpl to display the alias list 9 years ago
list.php list.php: 9 years ago
login.php login.php, users/login.php: 10 years ago
main.php remove "postfixadmin.com" in comments in lots of files 11 years ago
sendmail.php remove "postfixadmin.com" in comments in lots of files 11 years ago
setup.php setup.php: 11 years ago
smarty.inc.php smarty.inc.php: 9 years ago
upgrade.php upgrade_1767: fetchmail.active field was just added. Make sure all 9 years ago
vacation.php vacation.php: 10 years ago
variables.inc.php remove "postfixadmin.com" in comments in lots of files 11 years ago
viewlog.php various files: 11 years ago
xmlrpc.php fix xmlrpc function call (non-static method being called statically); fix method docblock which is read by Zend_XmlRpc_Server etc 10 years ago