[prefwindow] search pane tidy-up

This commit is contained in:
rgoodger%ihug.co.nz 2006-05-17 02:23:06 +00:00
Родитель 008ce9d747
Коммит adb8532235
2 изменённых файлов: 14 добавлений и 12 удалений

Просмотреть файл

@ -41,11 +41,9 @@
<box align="vertical"> <box align="vertical">
<html:fieldset flex="1"> <html:fieldset flex="1">
<html:legend align="left"> <html:legend align="left">&legendHeader;</html:legend>
<html:div>&legendHeader;</html:div>
</html:legend>
<html:div> <html:div class="hspace-both">
<html:input name="powermode" type="radio" id="browserSearchPowermode0" <html:input name="powermode" type="radio" id="browserSearchPowermode0"
pref="true" preftype="int" prefindex="0" prefstring="browser.search.powermode"/> pref="true" preftype="int" prefindex="0" prefstring="browser.search.powermode"/>
<html:label for="browserSearchPowermode0" accesskey="t" tabindex="0"> <html:label for="browserSearchPowermode0" accesskey="t" tabindex="0">
@ -71,7 +69,7 @@
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input name="powermode" type="radio" id="browserSearchPowermode1" <html:input name="powermode" type="radio" id="browserSearchPowermode1"
pref="true" preftype="int" prefindex="1" prefstring="browser.search.powermode"/> pref="true" preftype="int" prefindex="1" prefstring="browser.search.powermode"/>
<html:label for="browserSearchPowermode1" accesskey="t" tabindex="1"> <html:label for="browserSearchPowermode1" accesskey="t" tabindex="1">
@ -80,13 +78,16 @@
</html:div> </html:div>
</html:fieldset> </html:fieldset>
<html:div> <html:fieldset>
<html:input name="opensearchpanel" type="checkbox" id="browserSearchOpenSidebarSearchPanel" <html:legend>&searchResults.label;</html:legend>
pref="true" preftype="bool" prefstring="browser.search.opensidebarsearchpanel"/> <html:div class="hspace-both" style="padding-right: 0px;">
<html:label for="browserSearchOpenSidebarSearchPanel" accesskey="t" tabindex="2"> <html:input name="opensearchpanel" type="checkbox" id="browserSearchOpenSidebarSearchPanel"
&openSidebarSearchPanel.label; pref="true" preftype="bool" prefstring="browser.search.opensidebarsearchpanel"/>
</html:label> <html:label for="browserSearchOpenSidebarSearchPanel" accesskey="t" tabindex="2">
</html:div> &openSidebarSearchPanel.label;
</html:label>
</html:div>
</html:fieldset>
</box> </box>
</window> </window>

Просмотреть файл

@ -14,3 +14,4 @@
<!--LOCALIZATION NOTE (defaultengine.label): Keep parenthesis so it sorts to the first position in the list --> <!--LOCALIZATION NOTE (defaultengine.label): Keep parenthesis so it sorts to the first position in the list -->
<!ENTITY defaultengine.label "(Default)"> <!ENTITY defaultengine.label "(Default)">
<!ENTITY searchResults.label "Search Results">