mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
32 lines
790 B
XML
32 lines
790 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
|
|
<!DOCTYPE window SYSTEM "removelinkdlog.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 selected text contains one or more links.</p>
|
|
<br/>
|
|
<p>Removing all text styles will also erase the links.</p>
|
|
<p/>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td></td>
|
|
<td>
|
|
<p/>
|
|
<input type="button" id="cancelbutton" value=" Cancel " />
|
|
<input type="button" id="okbutton" value=" Remove " />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</window>
|