зеркало из https://github.com/mozilla/pjs.git
Bug 398700 - "DOM Inspector Insert Node dialog does not have access keys" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=sdwilsh sr=Neil a1.9=schrep]
This commit is contained in:
Родитель
410ace0d82
Коммит
987f152226
|
@ -22,6 +22,7 @@
|
|||
-
|
||||
- Contributor(s):
|
||||
- Dave Townsend <dave.townsend@blueprintit.co.uk>
|
||||
- Ehsan Akhgari <ehsan.akhgari@gmail.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
@ -54,7 +55,9 @@
|
|||
</columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<label value="&nodeType.label;" control="ml_nodeType"/>
|
||||
<label value="&nodeType.label;"
|
||||
accesskey="&nodeType.accesskey;"
|
||||
control="ml_nodeType"/>
|
||||
<menulist id="ml_nodeType" oncommand="dialog.updateType();">
|
||||
<menupopup id="mp_nodetypes">
|
||||
<menuitem label="&nodeType.element.label;"
|
||||
|
@ -68,7 +71,9 @@
|
|||
</row>
|
||||
<rows id="row_element">
|
||||
<row align="center">
|
||||
<label value="&namespaceURI.label;" control="ml_namespace"/>
|
||||
<label value="&namespaceURI.label;"
|
||||
accesskey="&namespaceURI.accesskey;"
|
||||
control="ml_namespace"/>
|
||||
<menulist id="ml_namespace" oncommand="dialog.toggleNamespace();">
|
||||
<menupopup id="mp_namespaces">
|
||||
<!-- This must be first, and must have a the value attribute set to
|
||||
|
@ -129,12 +134,16 @@
|
|||
<textbox id="tx_namespace"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="&tagName.label;" control="tx_tagName"/>
|
||||
<label value="&tagName.label;"
|
||||
accesskey="&tagName.accesskey;"
|
||||
control="tx_tagName"/>
|
||||
<textbox id="tx_tagName" oninput="dialog.toggleAccept()"/>
|
||||
</row>
|
||||
</rows>
|
||||
<row id="row_text" flex="1">
|
||||
<label value="&nodeValue.label;" control="tx_nodeValue"/>
|
||||
<label value="&nodeValue.label;"
|
||||
accesskey="&nodeValue.accesskey;"
|
||||
control="tx_nodeValue"/>
|
||||
<textbox id="tx_nodeValue" multiline="true"/>
|
||||
</row>
|
||||
</rows>
|
||||
|
|
|
@ -119,11 +119,15 @@
|
|||
|
||||
<!ENTITY insertNode.title "Insert Node">
|
||||
<!ENTITY nodeType.label "Node Type:">
|
||||
<!ENTITY nodeType.accesskey "T">
|
||||
<!ENTITY nodeType.element.label "Element">
|
||||
<!ENTITY nodeType.text.label "Text">
|
||||
<!ENTITY namespaceURI.label "Namespace URI:">
|
||||
<!ENTITY namespaceURI.accesskey "U">
|
||||
<!ENTITY tagName.label "Tag Name:">
|
||||
<!ENTITY tagName.accesskey "N">
|
||||
<!ENTITY nodeValue.label "Node Value:">
|
||||
<!ENTITY nodeValue.accesskey "V">
|
||||
|
||||
<!ENTITY namespaceTitle.null.label "null">
|
||||
<!ENTITY namespaceTitle.default.label "Document Default">
|
||||
|
|
Загрузка…
Ссылка в новой задаче