- fix bug that no admins and domains can be edited.

- workaround for filename problem.

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@796 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Sebastian 15 years ago
parent 39172bcac7
commit 610009cb50

@ -41,7 +41,7 @@ if ((is_array ($list_admins) and sizeof ($list_admins) > 0))
}
$smarty->assign ('admin_properties', $admin_properties);
$smarty->assign ('tMessage', $tMessage, false);
$smarty->assign ('smarty_template', 'admin_list-admin');
$smarty->assign ('smarty_template', 'adminlistadmin');
$smarty->display ('index.tpl');
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

@ -13,7 +13,7 @@
*
* File: list-domain.php
* List all domains as a quick overview.
* Template File: admin_list-domain.tpl
* Template File: adminlistdomain.tpl
*
* Template Variables:
*
@ -98,7 +98,7 @@ $smarty->assign ('domain_properties', $domain_properties);
if ($is_superadmin)
{
$smarty->assign('select_options', select_options($list_admins, array ($fUsername)), false);
$smarty->assign('smarty_template', 'admin_list-domain');
$smarty->assign('smarty_template', 'adminlistdomain');
}
else
{

Loading…
Cancel
Save