зеркало из https://github.com/mozilla/pjs.git
version 1.3 caused this dialog to come up blank! Backing out, filed bug 9313 to track getting the right fix in
This commit is contained in:
Родитель
df4a9bb7f8
Коммит
c4851bb0bc
|
@ -6,7 +6,7 @@
|
|||
<xul:window width="320" height="255" title="Insert HTML"
|
||||
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns="http://www.w3.org/TR/REC-html40"
|
||||
onload = "Startup()" align="vertical" flex="100%">
|
||||
onload = "Startup()">
|
||||
|
||||
<!-- Methods common to all editor dialogs -->
|
||||
<script language="JavaScript" src="chrome://editordlgs/content/EdDialogCommon.js">
|
||||
|
@ -15,7 +15,7 @@
|
|||
</script>
|
||||
|
||||
<xul:broadcaster id="args" value=""/>
|
||||
<div flex="100%>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -35,5 +35,4 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</xul:window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче