зеркало из https://github.com/mozilla/pjs.git
mozilla side of fix for bugscape 1638 - only show ISPs which explicitly request it
r=mscott
This commit is contained in:
Родитель
6597c436ca
Коммит
78bd581bcc
|
@ -26,6 +26,7 @@ Rights Reserved.
|
||||||
<!DOCTYPE window SYSTEM "chrome://messenger/locale/aw-accounttype.dtd" >
|
<!DOCTYPE window SYSTEM "chrome://messenger/locale/aw-accounttype.dtd" >
|
||||||
<window id="accounttype"
|
<window id="accounttype"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
|
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
||||||
class="dialog"
|
class="dialog"
|
||||||
onload="dump('** acctype onload\n'); parent.wizardManager.onPageLoad('accounttype');"
|
onload="dump('** acctype onload\n'); parent.wizardManager.onPageLoad('accounttype');"
|
||||||
orient="vertical"
|
orient="vertical"
|
||||||
|
@ -52,10 +53,12 @@ Rights Reserved.
|
||||||
id="ispBox"
|
id="ispBox"
|
||||||
ref="NC:ispinfo">
|
ref="NC:ispinfo">
|
||||||
<template>
|
<template>
|
||||||
|
<rule nc:wizardShow="true">
|
||||||
<radio group="ispchoice" uri="..."
|
<radio group="ispchoice" uri="..."
|
||||||
wsm_persist="true"
|
wsm_persist="true"
|
||||||
fakeid="rdf:http://home.netscape.com/NC-rdf#wizardShortName"
|
fakeid="rdf:http://home.netscape.com/NC-rdf#wizardShortName"
|
||||||
value="rdf:http://home.netscape.com/NC-rdf#wizardLongName"/>
|
value="rdf:http://home.netscape.com/NC-rdf#wizardLongName"/>
|
||||||
|
</rule>
|
||||||
</template>
|
</template>
|
||||||
</box>
|
</box>
|
||||||
<radio group="ispchoice" value="&accountTypeISP.label;"
|
<radio group="ispchoice" value="&accountTypeISP.label;"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче