<string id="Bookmark_Explain">Bookmark Explanation</string>
<string id="BookmarkPlacementToolbar">Toolbar</string>
<string id="BookmarkPlacementFolder">Folder</string>
+ <string id="Homepage">Homepage</string>
+ <string id="Homepage_Explain">Homepage Settings</string>
</stringTable>
<presentationTable>
<presentation id="PopupsAllow"><listBox refId="PopupsAllowDesc">Allow popups for websites</listBox></presentation>
<presentation id="CookiesBlock"><listBox refId="CookiesBlockDesc">Block cookies for websites</listBox></presentation>
<presentation id="FlashAllow"><listBox refId="FlashAllowDesc">Allow Flash for websites</listBox></presentation>
<presentation id="FlashBlock"><listBox refId="FlashBlockDesc">Block Flash for websites</listBox></presentation>
+ <presentation id="Homepage">
+ <text>URL:</text>
+ <textBox refId="HomepageURL">
+ <label/>
+ </textBox>
+ <checkBox refId="HomepageLocked">Don't allow the homepage to be changed.</checkBox>
+ <listBox refId="HomepageAdditional">Additional homepages (optional)</listBox>
+ </presentation>
<presentation id="Bookmark">
<text>Title:</text>
<textBox refId="BookmarkTitle">
<list id="FlashBlockDesc" key="Software\Policies\Mozilla\Firefox\Flash\Block" valuePrefix=""/>
</elements>
</policy>
+ <policy class="Both" displayName="$(string.Homepage)" name="Homepage" explainText="$(string.Homepage_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.Homepage)" >
+ <parentCategory ref="firefox" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <text id="HomepageURL" valueName="URL" required="true" />
+ <boolean id="HomepageLocked" key="Software\Policies\Mozilla\Firefox\Homepage" valueName="Locked">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ <list id="HomepageAdditional" key="Software\Policies\Mozilla\Firefox\Homepage\Additional" valuePrefix=""/>
+ </elements>
+ </policy>
<policy class="Both" displayName="$(string.Bookmark1)" name="Bookmark1" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\1" presentation="$(presentation.Bookmark)" >
<parentCategory ref="Bookmarks" />
<supportedOn ref="SUPPORTED_WINXPSP2" />