diff -r 58094faf794d -r 9a485c41cfcf users.php --- a/users.php Tue Apr 10 22:40:43 2007 +0000 +++ b/users.php Sat Apr 14 11:37:27 2007 +0000 @@ -33,26 +33,26 @@ } else { - $error = "Usernames cant contain spaces"; + $error = _('Usernames cant contain spaces'); } } elseif($_POST["submit"]) { - $error = "Please fill in all fields"; + $error = _('Please fill in all fields'); } // Dirty hack, maybe revise? include_once("inc/header.inc.php"); ?> -
Name | Domains | Domain list | Level | Status | ||
echo _('Name'); ?> | echo _('Domains'); ?> | echo _('Domain list'); ?> | echo _('Level'); ?> | echo _('Status'); ?> | ||
"> | +"> | ">= $c["fullname"] ?> (= $c["username"] ?>) | = $c["numdomains"] ?> |
@@ -90,7 +90,7 @@
$domains = get_domains_from_userid($c["id"]);
foreach ($domains as $d)
{
- ?>"> ">= $d["name"] ?> + ?>"> ">= $d["name"] ?> } ?> | = $c["level"] ?> | = get_status($c["active"]) ?> |