From: Jamie C. <jca...@we...> - 2001-07-19 10:05:20
|
Kenneth Porter wrote: > > Using 0.87. > > I tried restricting the set of domains I could edit by selecting > "selected zones", selecting a subset of zones in the listbox and > saving. Returning to the user config page, I found that the radio > buttons were set to "all zones", although the zones in the list box > retained their selection. (Note, don't use Opera: it has a bug in its > handling of <SELECT>. It always selects the first listbox <option>, > ignoring the "selected" attribute.) > > Just looked at the source for this page and see this: > > <input type=radio name=zones_def value=1 checked> All zones<br> > <input type=radio name=zones_def value=0 > Selected zones..<br> > <input type=radio name=zones_def value=2 > All except selected..</td> > > I note that the values are not in order. Could be a related symptom, > like the wrong text is being attached to the options. Damn, you're right .. I have posted an update to http://www.webmin.com/webmin/updates.html that fixes this problem. - Jamie |