|
From: Joe Z. <jz...@co...> - 2004-01-19 01:21:49
|
Joe Zacky wrote: > Jochen Metzger wrote: > >> What I think about, is if it is possible to change the "list" item >> in config. >> >> The advantage would be, that one could seperate option and value, >> which would be better if a option should be longer. >> >> Only two changings would be necessary for this: >> >> 1. definition in config.php.in >> now: >> $server_defs["backup_method"]["list"]["0"] = "rsync"; >> then: >> $server_defs["backup_method"]["list"]["rsync"] = "rsync (using >> daemon)"; >> >> >> > I'm thinking of doing it like this by adding a line to config.php: > > $server_defs["backup_method"]["list"]["0"] = "rsync" > $server_defs["backup_method"]["list_text"]["0"] = "rsync (using daemon)" > > I like your method better because it's shorter and simpler, but I'm > thinking this would be forward compatible for installing an upgrade of > bobs. > I made the above change to config.php.in and gui.pinc but I'm waiting for cvs to come back online. Maybe I'll upload this stuff tomorrow. Joe |