wrong pref attached to checkbox

This commit is contained in:
brade%netscape.com 1999-12-23 15:24:47 +00:00
parent 63ecc57a4c
commit c97059070c

View File

@ -67,8 +67,8 @@ function InitColors()
</html:div> </html:div>
<!-- Take out Auto-Save; not supported at this time <!-- Take out Auto-Save; not supported at this time
<html:div> <html:div>
<html:input name="autosave" type="checkbox" id="pref:0:int:editor.auto_save_delay" /> <html:input name="autosave" type="checkbox" id="pref:0:int:editor.auto_save" />
<html:label for="pref:0:int:editor.auto_save_delay" accesskey="a" tabindex="0"> <html:label for="pref:0:int:editor.auto_save" accesskey="a" tabindex="0">
&AutoSaveCheck.label; &AutoSaveCheck.label;
</html:label> </html:label>
<html:input name="time" type="text" size="3" value="5" id="pref:5:int:editor.auto_save_delay" /> <html:input name="time" type="text" size="3" value="5" id="pref:5:int:editor.auto_save_delay" />