0) { print "\n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; if ($CONF['quota'] == 'YES') print " \n"; if ($CONF['transport'] == 'YES') print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; for ($i = 0; $i < sizeof ($list_domains); $i++) { if ((is_array ($list_domains) and sizeof ($list_domains) > 0)) { print " \n"; print ""; print ""; print ""; print ""; if ($CONF['quota'] == 'YES') { print " \n"; } if ($CONF['transport'] == 'YES') print ""; $backupmx = ($domain_properties[$i]['backupmx'] == 1) ? $PALANG['YES'] : $PALANG['NO']; print ""; print ""; $active = ($domain_properties[$i]['active'] == 1) ? $PALANG['YES'] : $PALANG['NO']; print ""; print ""; print ""; print "\n"; } } print "
" . $PALANG['pAdminList_domain_domain'] . "" . $PALANG['pAdminList_domain_description'] . "" . $PALANG['pAdminList_domain_aliases'] . "" . $PALANG['pAdminList_domain_mailboxes'] . "" . $PALANG['pAdminList_domain_maxquota'] . "" . $PALANG['pAdminList_domain_transport'] . "" . $PALANG['pAdminList_domain_backupmx'] . "" . $PALANG['pAdminList_domain_modified'] . "" . $PALANG['pAdminList_domain_active'] . " 
" . $list_domains[$i] . "" . $domain_properties[$i]['description'] . "" . $domain_properties[$i]['alias_count'] . " / " . $domain_properties[$i]['aliases'] . "" . $domain_properties[$i]['mailbox_count'] . " / " . $domain_properties[$i]['mailboxes'] . ""; if ($domain_properties[$i]['maxquota'] == 0) { print $PALANG['pOverview_unlimited']; } elseif ($domain_properties[$i]['maxquota'] < 0) { print $PALANG['pOverview_disabled']; } else { print $domain_properties[$i]['maxquota']; } print "" . $domain_properties[$i]['transport'] . "$backupmx" . $domain_properties[$i]['modified'] . "" . $active . "" . $PALANG['edit'] . "" . $PALANG['del'] . "
\n"; } echo "

{$PALANG['pAdminMenu_create_domain']}"; ?>