mft3k

Firefox Extension that adds a MST3K row of seats to the bottom of the browser
git clone Https://wehaveforgeathome.hates.computer/mft3k.git
Log | Files | Refs | LICENSE

about.xul (690B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
      3 <!DOCTYPE overlay SYSTEM "chrome://mft3k/locale/stringbundle.dtd">
      4 <window class="dialog" title="&mft3k.about;" orient="vertical"
      5     onload="sizeToContent();" autostretch="always"
      6     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      7   <groupbox align="center" orient="horizontal">
      8     <vbox style="font-weight: bold; font-size: x-large;">
      9       <text value="&mft3k.about;" />
     10     </vbox>
     11     <spring flex="1"/>
     12   </groupbox>
     13   <hbox>
     14     <spacer flex="1"/>
     15     <button label="&mft3k.about.close;" oncommand="window.close();"/>
     16   </hbox>
     17 </window>