]> git.donarmstrong.com Git - x_full.git/blob - .mozilla/firefox/default/extensions/itsalltext@docwhat.gerf.org/chrome/content/badeditor.xul
add itsalltext
[x_full.git] / .mozilla / firefox / default / extensions / itsalltext@docwhat.gerf.org / chrome / content / badeditor.xul
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
3
4 <!DOCTYPE badeditorwindow SYSTEM "chrome://itsalltext/locale/badeditor.dtd" >
5
6 <dialog
7   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
8   id="ItsAllTextBadEditor"
9   title="&title;"
10   buttonlabelaccept="&pref.label;"
11   ondialogaccept="return onOK();"
12   onload="doOnload();"
13   >
14
15   <script type="application/x-javascript" src="chrome://itsalltext/content/badeditor.js"/>
16   <stringbundleset id="strbundles">
17     <stringbundle id="strings" src="chrome://itsalltext/locale/badeditor.properties"/>
18   </stringbundleset>
19
20   <dialogheader title="&header;"/>
21   <vbox>
22     <description>&helptext;</description>
23     <spacer flex="1"/>
24     <groupbox flex="1">
25       <caption label="&reason;"/>
26       <description id="reason" style="max-width: 30em;">
27       </description>
28     </groupbox>
29   </vbox>
30     
31 </dialog>
32 <!-- Local Variables: -->
33 <!-- mode: xml -->
34 <!-- End: -->