Bug 362646 - domNodeDialog.xul doesn't have control attributes pointing to valid ids
p=comrade693+bmo@gmail.com (Shawn Wilsher) r=db48x (Daniel Brooks) sr=neil@parkwaycc.co.uk git-svn-id: svn://10.0.0.236/trunk@216806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2757ebe9db
commit
5ab5e9bf90
@ -54,15 +54,15 @@
|
||||
</columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<label value="&nodeName.label;" control="nodeName"/>
|
||||
<label value="&nodeName.label;" control="tx_nodeName"/>
|
||||
<textbox id="tx_nodeName" oninput="dialog.toggleAccept();"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label value="&nodeValue.label;" control="nodeValue"/>
|
||||
<label value="&nodeValue.label;" control="tx_nodeValue"/>
|
||||
<textbox id="tx_nodeValue"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label value="&namespaceURI.label;" control="namespaceURI"/>
|
||||
<label value="&namespaceURI.label;" control="ml_namespaceURI"/>
|
||||
<menulist id="ml_namespace" oncommand="dialog.toggleNamespace();">
|
||||
<menupopup id="mp_namespaces">
|
||||
<!-- This must be first, and must have a the value attribute set to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user