adjusting pref names to match what we are exporting.

git-svn-id: svn://10.0.0.236/trunk@49142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com 1999-09-27 19:58:06 +00:00
parent 400dd96e60
commit 9eb4c99f11
2 changed files with 6 additions and 6 deletions

View File

@ -28,14 +28,14 @@
<html:fieldset style="width: 100%;">
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.enabled" />
<html:label for="pref:0:bool:autoupdate.enabled">
<html:label for="pref:0:bool:xpinstall.enabled">
&enableSU.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.notifications_enabled" />
<html:label for="pref:0:bool:xpinstall.notifications_enabled">
<html:input type="checkbox" id="pref:0:bool:xpinstall.notifications.enabled" />
<html:label for="pref:0:bool:xpinstall.notifications.enabled">
&enableNotification.label;
</html:label>
</html:div>

View File

@ -28,14 +28,14 @@
<html:fieldset style="width: 100%;">
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.enabled" />
<html:label for="pref:0:bool:autoupdate.enabled">
<html:label for="pref:0:bool:xpinstall.enabled">
&enableSU.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.notifications_enabled" />
<html:label for="pref:0:bool:xpinstall.notifications_enabled">
<html:input type="checkbox" id="pref:0:bool:xpinstall.notifications.enabled" />
<html:label for="pref:0:bool:xpinstall.notifications.enabled">
&enableNotification.label;
</html:label>
</html:div>