Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Fixed GUI issues with the Custom Homepage policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
n8felton committed Dec 12, 2013
1 parent 7061697 commit 436745c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions ADMX/Mozilla.admx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
<policies>
<policy name="MOZILLA_FIREFOX_LOCKED_CUSTOM_HOMEPAGE" class="Machine" displayName="$(string.MOZILLA_FIREFOX_LOCKED_CUSTOM_HOMEPAGE)" explainText="$(string.MOZILLA_FIREFOX_LOCKED_CUSTOM_HOMEPAGE_Help)" presentation="$(presentation.MOZILLA_FIREFOX_LOCKED_CUSTOM_HOMEPAGE)" key="Software\Policies\Mozilla\Firefox" valueName="Homepage">
<parentCategory ref="MOZILLA_FIREFOX_LOCKED" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<delete />
</enabledValue>
<disabledValue>
<delete />
</disabledValue>
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<elements>
<enum id="MOZILLA_FIREFOX_LOCKED_CUSTOM_HOMEPAGE_DISPLAY_DROPDOWN" key="Software\Policies\Mozilla\Firefox" valueName="HomepageDisplay" required="true">
<item displayName="$(string.MOZILLA_FIREFOX_LOCKED_CUSTOM_HOMEPAGE_BLANKPAGE)">
Expand Down
2 changes: 0 additions & 2 deletions ADMX/en-US/Mozilla.adml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ If you enable this policy, that page will be supressed.</string>
<dropdownList refId="MOZILLA_FIREFOX_LOCKED_CUSTOM_HOMEPAGE_DISPLAY_DROPDOWN" defaultItem="0">Display when Firefox starts</dropdownList>
<textBox refId="MOZILLA_FIREFOX_LOCKED_CUSTOM_HOMEPAGE_CUSTOMPAGETEXT">
<label>Custom Homepage</label>
<defaultValue>
</defaultValue>
</textBox>
</presentation>
<presentation id="MOZILLA_FIREFOX_LOCKED_DISABLEUPDATES">
Expand Down

0 comments on commit 436745c

Please sign in to comment.