Bug 398170 - "XUL fixes for accessibility on PageInfo screens" [p=marco.zehe@googlemail.com (Marco Zehe) r=Mano a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2007-10-08 14:11:17 -07:00
Родитель 0fb996cf1c
Коммит 33df9d2c5d
1 изменённых файлов: 16 добавлений и 15 удалений

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

@ -59,6 +59,7 @@
windowtype="Browser:page-info" windowtype="Browser:page-info"
onload="onLoadPageInfo()" onload="onLoadPageInfo()"
onunload="onUnloadPageInfo()" onunload="onUnloadPageInfo()"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
align="stretch" align="stretch"
screenX="10" screenY="10" screenX="10" screenY="10"
width="&pageInfoWindow.width;" height="&pageInfoWindow.height;" width="&pageInfoWindow.width;" height="&pageInfoWindow.height;"
@ -316,15 +317,15 @@
<!-- Permissions --> <!-- Permissions -->
<vbox id="permPanel"> <vbox id="permPanel">
<hbox> <hbox>
<label value="&permissionsFor;" control="hosttext" /> <label value="&permissionsFor;" control="hostText" />
<textbox id="hostText" class="header" readonly="true" <textbox id="hostText" class="header" readonly="true"
crop="end" flex="1"/> crop="end" flex="1"/>
</hbox> </hbox>
<vbox id="permList" flex="1"> <vbox id="permList" flex="1">
<vbox> <vbox>
<label value="&permImage;"/> <label value="&permImage;" control="permImageGroup imageRadioGroup"/>
<hbox> <hbox id="permImageGroup" xhtml:role="group">
<checkbox id="imageDef" command="cmd_imageDef" label="&permUseDefault;"/> <checkbox id="imageDef" command="cmd_imageDef" label="&permUseDefault;"/>
<spacer flex="1"/> <spacer flex="1"/>
<radiogroup id="imageRadioGroup" orient="horizontal"> <radiogroup id="imageRadioGroup" orient="horizontal">
@ -334,8 +335,8 @@
</hbox> </hbox>
</vbox> </vbox>
<vbox> <vbox>
<label value="&permPopup;"/> <label value="&permPopup;" control="permPopupGroup popupRadioGroup"/>
<hbox> <hbox id="permPopupGroup" xhtml:role="group">
<checkbox id="popupDef" command="cmd_popupDef" label="&permUseDefault;"/> <checkbox id="popupDef" command="cmd_popupDef" label="&permUseDefault;"/>
<spacer flex="1"/> <spacer flex="1"/>
<radiogroup id="popupRadioGroup" orient="horizontal"> <radiogroup id="popupRadioGroup" orient="horizontal">
@ -345,8 +346,8 @@
</hbox> </hbox>
</vbox> </vbox>
<vbox> <vbox>
<label value="&permCookie;"/> <label value="&permCookie;" control="permCookieGroup cookieRadioGroup"/>
<hbox> <hbox id="permCookieGroup" xhtml:role="group">
<checkbox id="cookieDef" command="cmd_cookieDef" label="&permUseDefault;"/> <checkbox id="cookieDef" command="cmd_cookieDef" label="&permUseDefault;"/>
<spacer flex="1"/> <spacer flex="1"/>
<radiogroup id="cookieRadioGroup" orient="horizontal"> <radiogroup id="cookieRadioGroup" orient="horizontal">
@ -357,8 +358,8 @@
</hbox> </hbox>
</vbox> </vbox>
<vbox> <vbox>
<label value="&permInstall;"/> <label value="&permInstall;" control="permInstallGroup installRadioGroup"/>
<hbox> <hbox id="permInstallGroup" xhtml:role="group">
<checkbox id="installDef" command="cmd_installDef" label="&permUseDefault;"/> <checkbox id="installDef" command="cmd_installDef" label="&permUseDefault;"/>
<spacer flex="1"/> <spacer flex="1"/>
<radiogroup id="installRadioGroup" orient="horizontal"> <radiogroup id="installRadioGroup" orient="horizontal">
@ -427,18 +428,18 @@
</columns> </columns>
<rows> <rows>
<row><!-- History --> <row><!-- History -->
<description id="security-privacy-history-label" <label id="security-privacy-history-label"
control="security-privacy-history-value" control="security-privacy-history-value"
class="fieldLabel">&securityView.privacy.history;</description> class="fieldLabel">&securityView.privacy.history;</label>
<textbox id="security-privacy-history-value" <textbox id="security-privacy-history-value"
class="fieldValue" class="fieldValue"
value="&securityView.unknown;" value="&securityView.unknown;"
readonly="true"/> readonly="true"/>
</row> </row>
<row><!-- Cookies --> <row><!-- Cookies -->
<description id="security-privacy-cookies-label" <label id="security-privacy-cookies-label"
control="security-privacy-cookies-value" control="security-privacy-cookies-value"
class="fieldLabel">&securityView.privacy.cookies;</description> class="fieldLabel">&securityView.privacy.cookies;</label>
<hbox> <hbox>
<textbox id="security-privacy-cookies-value" <textbox id="security-privacy-cookies-value"
class="fieldValue" class="fieldValue"
@ -452,9 +453,9 @@
</hbox> </hbox>
</row> </row>
<row><!-- Passwords --> <row><!-- Passwords -->
<description id="security-privacy-passwords-label" <label id="security-privacy-passwords-label"
control="security-privacy-passwords-value" control="security-privacy-passwords-value"
class="fieldLabel">&securityView.privacy.passwords;</description> class="fieldLabel">&securityView.privacy.passwords;</label>
<hbox> <hbox>
<textbox id="security-privacy-passwords-value" <textbox id="security-privacy-passwords-value"
class="fieldValue" class="fieldValue"