[IMP] Thunderbird About tab New Licesnse

bzr revid: jam@tinyerp.com-20101216103616-901sn9m1uo99z5mg
This commit is contained in:
jam-openerp 2010-12-16 16:06:16 +05:30
parent d7eaf4ce63
commit 6015c96756
13 changed files with 47 additions and 41 deletions

View File

@ -4,7 +4,7 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="&title.label;" onload="myPrefObserver.register();myPrefObserver.webregister();" unload="myPrefObserver.unregister()" height="410" width="900">
title="&title.label;" onload="myPrefObserver.register();myPrefObserver.webregister();" unload="myPrefObserver.unregister()" height="430" width="900">
<script type="text/javascript" src="chrome://openerp_plugin/content/tiny_xmlrpc.js"></script>
<script type="text/javascript" src="chrome://openerp_plugin/content/config.js"></script>
<script type="text/javascript" src="chrome://openerp_plugin/content/loaddata.js"></script>
@ -88,7 +88,7 @@
<button id="btobjectdelete" label="&documentdelete.label;" oncommand="deleteDocument();" image="&imagecancel.value;"/>
</hbox>
<listbox id="listObjectListBox" flex="1" rows="10">
<listbox id="listObjectListBox" flex="1" rows="12">
<listhead>
<listheader label="Title"/>
<listheader label="&listDocumentListBox.header;"/>
@ -110,20 +110,24 @@
<tabpanel id="abouttab">
<groupbox id="gpAbout" width="770" align="center">
<caption label="&gpAbout.label;"/>
<image src="chrome://openerp_plugin/skin/developped_by.png" sizemode="stretch" align="center"/>
<description>&openerp.paresent;</description>
<image src="chrome://openerp_plugin/skin/logo.png" sizemode="stretch" align="center"/>
<description> </description>
<description> </description>
<description>&develop.value;</description>
<image src="chrome://openerp_plugin/skin/developped_by.png" sizemode="stretch" align="center"/>
<description> </description>
<description> </description>
<description>&information.value;</description>
<description><html:a href="&openerp.value;">&openerp.value;</html:a></description>
<description><html:a href="&axelor.value;">&axelor.value;</html:a></description>
<description><html:a href="&tinyerp.value;">&tinyerp.value;</html:a></description>
<description> </description>
<description> </description>
<description>Copyright © 2006-TODAY OpenERP SA All Rights Reserved.</description>
<description>OpenERP is a trademark of the OpenERP SA Company. OpenERP Web is jointly developed by OpenERP SA and Axelor.</description>
<description>OpenERP is a trademark of the OpenERP SA Company. OpenERP Web is jointly developed by OpenERP SA &amp; Axelor.</description>
<description>Licenced under the terms of <html:a href="https://tiny.odoo.com/LICENSE.txt"> OpenERP Public License (OEPL) v1.1 (https://tiny.odoo.com/LICENSE.txt)</html:a> </description>
</groupbox>
</tabpanel>

View File

@ -35,13 +35,15 @@ Licenced under the terms of OpenERP Public License (OEPL) v1.1 ">
<!ENTITY axelor.value "http://www.axelor.com">
<!ENTITY tinyerp.value "http://tiny.be/">
<!ENTITY openerp.paresent "This Thunderbird Plugin for OpenERP presently (2010-today) developed by OpenERP SA.">
<!ENTITY openerp_s.value "OpenERP">
<!ENTITY axelor_s.value "The Axelor Company">
<!ENTITY tinyerp_s.value "The Tiny Company">
<!ENTITY imageicon.value "chrome://openerp_plugin/skin/NEWT1.png">
<!ENTITY gpAbout.label "About OpenERP Thunderbird Plugin">
<!ENTITY develop.value "This Thunderbird Plugin for OpenERP has been developed by OpenERP SA &amp; Axelor">
<!ENTITY develop.value "Based on original work, copyright 2003-2009, by Tiny &amp; Axelor ">
<!ENTITY information.value "For more information, please visit our website">
<!ENTITY contact.label "Contact Us">
<!ENTITY contact.value "info@axelor.com">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB