[feladat @ 67]
authorrejo
Sun, 10 Jun 2007 17:06:30 +0000
changeset 20 76e20b9d45e6
parent 19 f9ea2a05149b
child 21 31e17a9406eb
[feladat @ 67] Fixed small layout bug in list_zones.php.
docs/TODO
list_zones.php
--- a/docs/TODO	Tue Jun 05 23:57:11 2007 +0000
+++ b/docs/TODO	Sun Jun 10 17:06:30 2007 +0000
@@ -1,26 +1,1 @@
-The TODO isnt much atm, to be fixed in the feature using a bug tracker.
-The documentation has to be converted to docbook or a similar format.
-
-Legenda:
-	+ = useful option, or not too hard to implement, should be implemented in time.
-	- = might be useful but time consuming and maybe a bit overkill. Nice if we have time left :)
-	* = being worked on
-
-        +- <Trance> Add some more webbased support for those who dont know DNS.
-        -- <Trance> disable priority when adding IN A (JavaScript)
-        +- <Sjeemz> put the template(s) in database.
-	-- <Trance> Multilanguage support is an option?
-	+- <Trance> logging functionality
-        +- <Sjeemz> accept email/url when adding new domains.
-	+- <Sjeemz> add support for more pdns backends
-	*- <Trance> Move error codes to defined file.
-	-- <DeViCeD> a little checkbox that would state: create corresponding PTR record
-	-- <Trance> change the listing order (Ian's remark)
-Priority:
-	+- <Trance> slave master functionality, also includes issue below
-	+- <Trance> mijo requested a function so that SOA records serials would be auto incremented. This in combination with bind
-	backends that require so
-	+- <Trance> fix multidatabase install.php
-	+- <Trance> Document security issues on mysql level.
-
-
+Please see <https://rejo.zenger.nl/poweradmin/>.
--- a/list_zones.php	Tue Jun 05 23:57:11 2007 +0000
+++ b/list_zones.php	Sun Jun 10 17:06:30 2007 +0000
@@ -6,10 +6,13 @@
 $all_doms = get_domains(0);
 $num_all_domains = ($all_doms == -1) ? 0 : count($all_doms);
 $doms = get_domains(0,LETTERSTART);
-show_pages(count($doms),ROWAMOUNT);
 ?>
    <h2><? echo _('List zones'); ?></h2>
 <?
+	echo "<div class=\"showmax\">";
+	show_pages(count($doms),ROWAMOUNT);
+	echo "</div>";
+
 if ($num_all_domains > ROWAMOUNT) 
 {
 	echo "<div class=\"showmax\">";