diff -r 47248e2af079 -r e1b918eaf69a list_zones.php --- a/list_zones.php Tue Jan 29 21:32:48 2008 +0000 +++ b/list_zones.php Sat Feb 02 15:39:04 2008 +0000 @@ -25,8 +25,8 @@ $num_all_domains = zone_count(0); $doms = zone_count(0, LETTERSTART); ?> -
- | echo _('Name'); ?> | -echo _('Type'); ?> | -echo _('Records'); ?> | -echo _('Owner'); ?> | ++ | + | + | |
---|---|---|---|---|---|---|---|---|
- | echo _('There are no zones.'); ?> | +- ">" alt="[ echo _('Edit zone') . " " . $c['name']; ?> ]"> - + ">" alt="[ ]"> + - ">" alt="[ echo _('Delete zone') . " " . $c['name']; ?>]"> - + ">" alt="[]"> + | -echo $c["name"] ?> | -echo strtolower(get_domain_type($c["id"])) ?> | -echo $c["numrec"] ?> | ++ | + | - + |
printf(_('This lists shows all %s zones(s) you have access to.'), $num_all_domains); ?>
- + + -printf(_('This lists shows %s out of %s zones you have access to.'), $num_show_domains, $num_all_domains); ?>
- + + - // RZ TODO Check next, does it work? + echo _('You only administer some records of domains marked with an (*).'); ?> - +