Ok, so why is there no modify records? Is this a fundamental design choice?
If it is something that just missed the todo list then I understand. Maybe
it has something to do with making the logging easier? I won't bother with a
patch until the logging is finished (anxious to see how that works).
Oh, feel free to pick a different color but this is valuable. Bill, I can't
believe you look at hundreds of records w/o this ;)
--- vegadns-0.7/templates/list_records.tpl Sun Apr 25 01:53:46 2004
+++ vegadns-0.7.ori/templates/list_records.tpl Thu Apr 22 12:20:48 2004
@@ -96,7 +96,7 @@
</tr>
{foreach from=$out_array item=row}
- <tr bgcolor="{cycle values="#ffffff,#eeeeee"}">
+ <tr bgcolor="#eeeeee">
<td nowrap width="20%">{$row.host}</td>
<td width="5%" nowrap>{$row.type}</td>
<td nowrap>{$row.val}</td>
-Ryan