зеркало из https://github.com/mozilla/pjs.git
Bug 194821, Page Info: add access keys for _H_elp button, and _V_iew in Security tab
r=db48x, sr=jaggernaut, patch by jessie.li@sun.com.
This commit is contained in:
Родитель
43f83a6038
Коммит
67a96671aa
|
@ -208,15 +208,15 @@
|
|||
]]>
|
||||
</script>
|
||||
<tabs id="tabs">
|
||||
<tab id="securityTab" label="&pageInfo.securityTab;"
|
||||
accesskey="&pageInfo.accesskey;"/>
|
||||
<tab id="securityTab" label="&pageInfo.securityTab;"/>
|
||||
</tabs>
|
||||
<tabpanels id="tabpanels">
|
||||
<vbox id="securityPanel" flex="1">
|
||||
<label id="security-identity" class="header"/>
|
||||
<description id="security-identity-text" flex="1"/>
|
||||
<hbox align="center">
|
||||
<button id="security-view-cert" label="&pageInfo.view.label;"
|
||||
<button id="security-view-cert" label="&pageInfo.view.label;"
|
||||
accesskey="&pageInfo.view.accesskey;"
|
||||
oncommand="security.viewCert();"/>
|
||||
<description id="security-view-text" flex="1"/>
|
||||
</hbox>
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
-->
|
||||
|
||||
<!ENTITY pageInfo.securityTab "Security">
|
||||
<!ENTITY pageInfo.accesskey "s">
|
||||
<!ENTITY pageInfo.securityHeader "Security information for this page">
|
||||
<!ENTITY pageInfo.view.label "View">
|
||||
<!ENTITY pageInfo.view.accesskey "V">
|
||||
|
|
|
@ -62,14 +62,13 @@
|
|||
|
||||
<tabbox id="tabbox" flex="1">
|
||||
<tabs id="tabs">
|
||||
<tab id="generalTab" label="&generalTab;"
|
||||
accesskey="&generalAccesskey;"/>
|
||||
<tab id="generalTab" label="&generalTab;"/>
|
||||
<tab id="formsTab" label="&formsTab;"
|
||||
accesskey="&formsAccesskey;" oncommand="ensureSelection(formView)"/>
|
||||
oncommand="ensureSelection(formView)"/>
|
||||
<tab id="linksTab" label="&linksTab;"
|
||||
accesskey="&linksAccesskey;" oncommand="ensureSelection(linkView)"/>
|
||||
oncommand="ensureSelection(linkView)"/>
|
||||
<tab id="mediaTab" label="&mediaTab;"
|
||||
accesskey="&mediaAccesskey;" oncommand="ensureSelection(imageView)"/>
|
||||
oncommand="ensureSelection(imageView)"/>
|
||||
<!-- Others added by overlay -->
|
||||
</tabs>
|
||||
<tabpanels id="tabpanels" flex="1">
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
<!ENTITY closeWindow "w">
|
||||
|
||||
<!ENTITY generalTab "General">
|
||||
<!ENTITY generalAccesskey "g">
|
||||
<!ENTITY generalTitle "Title:">
|
||||
<!ENTITY generalURL "URL:">
|
||||
<!ENTITY generalMode "Render Mode:">
|
||||
|
@ -62,7 +61,6 @@
|
|||
<!ENTITY generalMetaContent "Content">
|
||||
|
||||
<!ENTITY formsTab "Forms">
|
||||
<!ENTITY formsAccesskey "f">
|
||||
<!ENTITY formAction "Form Action">
|
||||
<!ENTITY formMethod "Method">
|
||||
<!ENTITY formName "Name">
|
||||
|
@ -76,7 +74,6 @@
|
|||
<!ENTITY formCValue "Current Value">
|
||||
|
||||
<!ENTITY linksTab "Links">
|
||||
<!ENTITY linksAccesskey "l">
|
||||
<!ENTITY linkNo "No.">
|
||||
<!ENTITY linkName "Name">
|
||||
<!ENTITY linkAddress "Address">
|
||||
|
@ -84,7 +81,6 @@
|
|||
<!ENTITY linkTarget "Target">
|
||||
|
||||
<!ENTITY mediaTab "Media">
|
||||
<!ENTITY mediaAccesskey "i">
|
||||
<!ENTITY mediaHeader "Images on this page">
|
||||
<!ENTITY mediaURL "URL:">
|
||||
<!ENTITY mediaBase "Base URL:">
|
||||
|
@ -104,7 +100,6 @@
|
|||
<!ENTITY mediaSaveAsAccesskey "S">
|
||||
|
||||
<!ENTITY framesTab "Frames">
|
||||
<!ENTITY framesAccesskey "r">
|
||||
<!ENTITY frameName "Name">
|
||||
<!ENTITY frameAddress "Address">
|
||||
<!ENTITY frameType "Type">
|
||||
|
|
Загрузка…
Ссылка в новой задаче