зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 91721. This part of the fix removes the language selection drop down
from the main Pref/Appearance menu. It's now with content pack selection in the language/Content selection section as a list box. r=tao, sr=alecf
This commit is contained in:
Родитель
08a7c972c2
Коммит
5e11ca0304
|
@ -97,33 +97,6 @@
|
|||
|
||||
<separator/>
|
||||
|
||||
<description>&languageList.txt.label;</description>
|
||||
|
||||
<separator class="thin" />
|
||||
|
||||
<label value="&languageList.label;" control="languageList"/>
|
||||
|
||||
<separator class="thin" />
|
||||
|
||||
<menulist id="languageList"
|
||||
preftype="localizedstring"
|
||||
prefstring="general.useragent.locale"
|
||||
wsm_attributes="value"
|
||||
datasources="rdf:chrome" ref="urn:mozilla:locale:root"
|
||||
sortResource="http://www.mozilla.org/rdf/chrome#name"
|
||||
sortDirection="ascending">
|
||||
<template xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
||||
<rule chrome:localeType="region"/>
|
||||
<rule>
|
||||
<menupopup>
|
||||
<menuitem
|
||||
uri="..."
|
||||
label="rdf:http://www.mozilla.org/rdf/chrome#displayName"
|
||||
value="rdf:http://www.mozilla.org/rdf/chrome#name"/>
|
||||
</menupopup>
|
||||
</rule>
|
||||
</template>
|
||||
</menulist>
|
||||
</vbox>
|
||||
</page>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче