smart browsing pref pane polish. r/sr=hewitt

This commit is contained in:
blakeross%telocity.com 2006-05-17 02:31:13 +00:00
Родитель fdfaa58ced
Коммит 70868b9f34
1 изменённых файлов: 10 добавлений и 7 удалений

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

@ -60,11 +60,11 @@
<label value="&whatsRelated.label;"/> <label value="&whatsRelated.label;"/>
<html class="small-margin" id="doNotAcceptText">&doNotDecp.label;</html> <html class="small-margin" id="doNotAcceptText">&doNotDecp.label;</html>
<separator class="thin"/>
<grid flex="1"> <grid flex="1">
<columns> <columns>
<column flex="4"/> <column flex="5"/>
<column flex="3"/> <column/>
</columns> </columns>
<rows> <rows>
<row> <row>
@ -73,10 +73,13 @@
<textbox class="small-margin" id="addDomain" flex="1" oninput="doButtonEnabling();" <textbox class="small-margin" id="addDomain" flex="1" oninput="doButtonEnabling();"
prefstring="pref.browser.smartbrowsing.disable_textbox.add" prefattribute="disabled"/> prefstring="pref.browser.smartbrowsing.disable_textbox.add" prefattribute="disabled"/>
</hbox> </hbox>
<button disabled="true" class="dialog" id="addDomainButton" label="&addDomain.label;" accesskey="&addDomain.accesskey;" <vbox align="center">
oncommand="addDomain();" pref="true" preftype="bool" <button disabled="true" class="dialog" id="addDomainButton" label="&addDomain.label;" accesskey="&addDomain.accesskey;"
prefstring="pref.browser.smartbrowsing.disable_button.add" prefattribute="disabled"/> oncommand="addDomain();" pref="true" preftype="bool"
prefstring="pref.browser.smartbrowsing.disable_button.add" prefattribute="disabled"/>
</vbox>
</row> </row>
<separator class="thin"/>
<row flex="1"> <row flex="1">
<tree class="inset" id="disabledDomains" multiple="true" onkeyup="treeHandleEvent(event)" style="height: 0px; width: 0px;" flex="1"> <tree class="inset" id="disabledDomains" multiple="true" onkeyup="treeHandleEvent(event)" style="height: 0px; width: 0px;" flex="1">
<treecolgroup> <treecolgroup>
@ -84,7 +87,7 @@
</treecolgroup> </treecolgroup>
<treechildren id="disabledKids" flex="1"/> <treechildren id="disabledKids" flex="1"/>
</tree> </tree>
<vbox> <vbox align="center">
<button class="dialog" id="removeDomain" label="&removeDomain.label;" accesskey="&removeDomain.accesskey;" <button class="dialog" id="removeDomain" label="&removeDomain.label;" accesskey="&removeDomain.accesskey;"
oncommand="removeDomain();" pref="true" preftype="bool" oncommand="removeDomain();" pref="true" preftype="bool"
prefstring="pref.browser.smartbrowsing.disable_button.remove" prefattribute="disabled"/> prefstring="pref.browser.smartbrowsing.disable_button.remove" prefattribute="disabled"/>