0) { print "\n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; for ($i = 0; $i < sizeof ($list_admins); $i++) { if ((is_array ($list_admins) and sizeof ($list_admins) > 0)) { print " \n"; print " "; if ($admin_properties[$i]['domain_count'] == 'ALL') $admin_properties[$i]['domain_count'] = $PALANG['pAdminEdit_admin_super_admin']; print " "; print " "; $active = ($admin_properties[$i]['active'] == 1) ? $PALANG['YES'] : $PALANG['NO']; print " "; print " "; print " "; print " \n"; } } print "
" . $PALANG['pAdminList_admin_username'] . "" . $PALANG['pAdminList_admin_count'] . "" . $PALANG['pAdminList_admin_modified'] . "" . $PALANG['pAdminList_admin_active'] . " 
" . $list_admins[$i] . "" . $admin_properties[$i]['domain_count'] . "" . $admin_properties[$i]['modified'] . "" . $active . "" . $PALANG['edit'] . "" . $PALANG['del'] . "
\n"; print "

" . $PALANG['pAdminMenu_create_admin'] . "\n"; } /* vim: set ft=php expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?>