0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
Christian Boltz 4be543e313 adminlistadmin.tpl, adminlistdomain.tpl:
- fix undefined variables (by using $PALANG.* instead)

footer.tpl:
- remove undefined variable because the correct one is already included


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@963 a1433add-5e2c-0410-b055-b7f2511e0802
2011-02-14 18:30:13 +00:00
ADDITIONS list-virtual.php: 2010-09-26 23:14:42 +00:00
admin Finally got rid of admin/ :-) 2007-10-31 18:24:40 +00:00
configs Another step in code cleanup: replaced search.php with search mode in 2010-09-27 00:13:28 +00:00
css list-virtual.php: 2010-09-26 23:14:42 +00:00
debian updating with build deps 2010-10-17 12:17:48 +00:00
DOCUMENTS UPGRADE.txt: 2011-01-08 19:53:37 +00:00
images - add images for calendar JavaScript application 2009-11-05 15:03:11 +00:00
languages ru.lang: 2011-02-12 17:47:44 +00:00
model VacationHandler.php: 2011-02-13 23:59:45 +00:00
scripts shells/domain.php: delete handling, adopted parameter changes 2011-02-13 23:33:52 +00:00
smarty/libs - add missing Smarty plugin 2010-11-23 19:11:37 +00:00
templates adminlistadmin.tpl, adminlistdomain.tpl: 2011-02-14 18:30:13 +00:00
tests model/*, tests/*: 2009-04-15 21:54:18 +00:00
users model/UserHandler.php: fix verifying old password in change_pw() 2010-12-26 20:35:00 +00:00
VIRTUAL_VACATION INSTALL.TXT: 2010-12-30 20:32:26 +00:00
backup.php - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
broadcast-message.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
calendar.js - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
CHANGELOG.TXT list-virtual.php: 2010-09-26 23:14:42 +00:00
common.php see changeset:952 ... move php code out of template into here 2011-02-07 23:31:12 +00:00
config.inc.php config.inc.php: 2011-01-02 21:32:48 +00:00
create-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
create-alias-domain.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
create-alias.php create-alias: support multiple alias targets 2010-12-25 14:26:00 +00:00
create-domain.php list-virtual.php: 2010-09-26 23:14:42 +00:00
create-mailbox.php create-mailbox.php: 2010-12-30 22:40:10 +00:00
delete.php list-virtual.php: 2010-09-26 23:14:42 +00:00
edit-active-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
edit-active-domain.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
edit-active.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
edit-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
edit-alias.php edit-alias.php: 2010-12-25 14:50:26 +00:00
edit-domain.php list-virtual.php: 2010-09-26 23:14:42 +00:00
edit-mailbox.php changed db_update parameters for the most common usecase "WHERE col=value" - 2010-12-31 20:13:53 +00:00
edit-vacation.php list-virtual.php: 2010-09-26 23:14:42 +00:00
fetchmail.php fetchmail.php: 2010-09-29 20:41:52 +00:00
functions.inc.php changed db_update parameters for the most common usecase "WHERE col=value" - 2010-12-31 20:13:53 +00:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php login.php, index.php: 2009-04-22 11:31:53 +00:00
INSTALL.TXT various documentation updates: 2011-01-06 20:01:21 +00:00
LICENSE.TXT LICENSE.TXT: updated contributors 2008-04-26 20:54:26 +00:00
list-admin.php - fix bug that no admins and domains can be edited. 2010-01-23 11:23:14 +00:00
list-domain.php list-virtual.php: 2010-09-26 23:14:42 +00:00
list-virtual.php fix some undefined variables 2011-02-07 23:26:17 +00:00
login.php reindent; give tMessage a default value (undefined var etc) 2011-02-07 23:27:19 +00:00
logout.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
main.php - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
password.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
sendmail.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
setup.php list-virtual.php: 2010-09-26 23:14:42 +00:00
smarty.inc.php smarty.inc.php: interface cleanup etc. 2011-02-13 22:15:22 +00:00
upgrade.php upgrade.php: add vacation.activefrom/activeuntil even for updates from 2.3.x 2011-02-06 19:07:44 +00:00
variables.inc.php - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
viewlog.php list-virtual.php: 2010-09-26 23:14:42 +00:00
xmlrpc.php model/AliasHandler.php: 2010-12-26 00:20:12 +00:00