major source structure and module name change - continue4
This commit is contained in:
43
BrowserExtensions/common/casajar/content/about.xul
Normal file
43
BrowserExtensions/common/casajar/content/about.xul
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<window class="dialog"
|
||||
title="Novell CASA"
|
||||
orient="vertical"
|
||||
autostretch="always"
|
||||
onload="sizeToContent()"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<!-- Original template -->
|
||||
|
||||
<groupbox align="center" orient="horizontal">
|
||||
<vbox>
|
||||
<image src="chrome://casa/skin/casa-logo.png"/>
|
||||
<separator class="thin"/>
|
||||
<separator class="thin"/>
|
||||
<separator class="thin"/>
|
||||
<hbox>
|
||||
<text value="Created By:" style="font-weight: bold;"/>
|
||||
<vbox>
|
||||
<text value=" CSL Manojna [smanojna@novell.com]"/>
|
||||
<text value=" Jim Norman [jnorman@novell.com]"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<separator class="thin"/>
|
||||
<hbox>
|
||||
<text value="Home Page:" style="font-weight: bold;"/>
|
||||
<text value=" www.novell.com" class="url"
|
||||
onclick="window.open('http://www.novell.com/'); window.close();"/>
|
||||
</hbox>
|
||||
<separator class="thin"/>
|
||||
</vbox>
|
||||
<!--
|
||||
<spring flex="1"/>
|
||||
-->
|
||||
</groupbox>
|
||||
|
||||
<hbox>
|
||||
<spacer flex="1"/>
|
||||
<button label="Close" oncommand="window.close();"/>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
Reference in New Issue
Block a user