diff -r 7be4525290cc -r 2ff220cfde13 list_zones.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/list_zones.php Mon Jun 04 18:43:11 2007 +0000 @@ -0,0 +1,109 @@ + +
+ | echo _('Name'); ?> | +echo _('Type'); ?> | +echo _('Records'); ?> | +echo _('Owner'); ?> | +|
---|---|---|---|---|---|
+ | echo _('There are no zones.'); ?> | +||||
+ ">" alt="[ echo _('Edit zone') . " " . $c['name']; ?> ]"> + ">" alt="[ echo _('Delete zone') . " " . $c['name']; ?>]"> + | + +} +else +{ +?> ++ + | + +} +?> +echo $c["name"] ?> | +echo strtolower(get_domain_type( $c["id"])) ?> | +echo $c["numrec"] ?> | +echo get_owner_from_id($c["owner"]) ?> | +
printf(_('This lists shows all %s zones(s) you have access to.'), $num_all_domains); ?>
+ +} +else +{ +?> +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 (*).'); +?> + + +include_once("inc/footer.inc.php"); +?>