mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
34 lines
788 B
XML
34 lines
788 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
|
|
<!DOCTYPE window SYSTEM "numrangedlog.dtd">
|
|
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:html="http://www.w3.org/TR/REC-html40">
|
|
|
|
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
|
|
<tr>
|
|
<td>
|
|
image
|
|
</td>
|
|
|
|
<td>
|
|
<p>The number you have entered is out of range.</p>
|
|
<p/>
|
|
<p>Please enter a number between:</p>
|
|
<br/>
|
|
<p>Minimum Number: 1</p>
|
|
<br/>
|
|
<p>Maximum Number: 100</p>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td></td>
|
|
<td>
|
|
<p/>
|
|
<input type="button" id="okbutton" value=" OK " disabled />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</window>
|