Fix for bug 120383 - make Category at the top of the prefs listing unclickable

r=sicking, sr=bz
This commit is contained in:
varga%netscape.com 2006-05-17 02:35:14 +00:00
Родитель 8fc81d6617
Коммит bb38f6428b
4 изменённых файлов: 7 добавлений и 5 удалений

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

@ -55,8 +55,11 @@
<script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/>
<hbox flex="1">
<vbox>
<label value="&categoryHeader;"/>
<!-- tree sidebar -->
<tree id="prefsTree" style="width: 13em;"/>
<tree id="prefsTree" style="width: 13em;" flex="1"/>
</vbox>
<vbox flex="1">
<dialogheader id="header"/>
<iframe id="panelFrame" name="panelFrame" style="width: 0px" flex="1"/>

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

@ -39,7 +39,7 @@
<tree id="prefsTree" seltype="single" hidecolumnpicker="true"
onselect="if( hPrefWindow ) hPrefWindow.switchPage();">
<treecols>
<treecol id="categoryCol" label="&category.label;" flex="1" primary="true"/>
<treecol id="categoryCol" flex="1" primary="true" hideheader="true"/>
</treecols>
<treechildren id="panelChildren">
<treeitem container="true" id="appearance">

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

@ -2,6 +2,7 @@
<!-- LOCALIZATION NOTE : FILE UI for the outer parts of the Prefs dialog -->
<!ENTITY prefWindow.title "Preferences">
<!ENTITY categoryHeader "Category">
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
preference dialog's <window> node, which specifies the width and height

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

@ -1,7 +1,5 @@
<!-- extracted from content/preftree.xul -->
<!ENTITY category.label "Category">
<!--LOCALIZATION NOTE : FILE Lists preferences categories that appear on the left of the preferences dialog -->
<!ENTITY appear.label "Appearance">
<!ENTITY fonts.label "Fonts">