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).
Not a design choice, but not a high priority. I find it quick to just delete and add a new record, it wasn't a big deal. However, I had always planned to add a modify record mode, and it would be accessible via a link from the record name. I'll add it to TODO.
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>
I assume you meant the reverse patch? And yeah, I think this is a good idea. I'll add it to list_domains and list_default_records, too. I love Smarty!
Cheers,
Bill
