mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
19 lines
751 B
XML
Executable File
19 lines
751 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE dialog SYSTEM "chrome://planner/locale/about.dtd">
|
|
|
|
<dialog title="&about; FHC-Planner" orient="vertical" autostretch="always" onload="sizeToContent()" buttons="accept" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<groupbox align="center" orient="horizontal">
|
|
<vbox>
|
|
<text value="FHC-Planner" style="font-weight: bold; font-size: x-large;"/>
|
|
<text value="&version; 1.0"/>
|
|
<separator class="thin"/>
|
|
<text value="&createdBy;" style="font-weight: bold;"/>
|
|
<text value="Christian Paminger"/>
|
|
<separator class="thin"/>
|
|
</vbox>
|
|
</groupbox>
|
|
</dialog>
|