Files
FHC-Core/xul/planner/chrome/content/about.xul
T
Christian Paminger d513512768
2011-10-07 08:18:50 +00:00

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>