Add buttons to search results page
authorJamie Cameron <jcameron@webmin.com>
Mon, 20 Apr 2009 18:08:49 +0000 (18:08 +0000)
committerJamie Cameron <jcameron@webmin.com>
Mon, 20 Apr 2009 18:08:49 +0000 (18:08 +0000)
bind8/CHANGELOG
bind8/find_zones.cgi

index 01cdec4..de08a91 100644 (file)
@@ -103,3 +103,5 @@ Fixed the 'Directory for DNSSEC keys' option on the Module Config page so that i
 SPF records longer than 255 bytes are automatically split into separate fields in the underlying TXT record.
 ---- Changes since 1.460 ----
 When adding a master zone with automatically created slaves, add an also-notify block to the master configuration to update the slaves.
+---- Changes since 1.480 ----
+Added mass record change and creation buttons to the zone search results page.
index a785697..1199a89 100755 (executable)
@@ -66,7 +66,9 @@ if ($len) {
                print &ui_grid_table(\@grid, 2, 100,
                                     [ "width=50%", "width=50%" ]);
                print &ui_links_row(\@links);
-               print &ui_form_end([ [ "delete", $text{'index_massdelete'} ] ]);
+               print &ui_form_end([ [ "delete", $text{'index_massdelete'} ],
+                                    [ "update", $text{'index_massupdate'} ],
+                                    [ "create", $text{'index_masscreate'} ] ]);
                }
        else {
                # display as icons