details:   /erp/devel/pi/rev/97cf9fb63023
changeset: 10797:97cf9fb63023
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Fri Feb 18 17:05:49 2011 +0100
summary:   Added fixed width and height to OB image in order to show it in the 
proper place

diffstat:

 
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl
 |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 0d3fcac6a08a -r 97cf9fb63023 
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl
--- 
a/modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl
     Fri Feb 18 16:55:57 2011 +0100
+++ 
b/modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl
     Fri Feb 18 17:05:49 2011 +0100
@@ -83,6 +83,8 @@
 
 OB.TopLayout.OpenbravoLogo = isc.Img.create({
     imageType: 'normal',
+    imageWidth: '122',
+    imageHeight: '34',
     src: OB.Application.contextUrl + 'utility/GetOpenbravoLogo.png',
     getInnerHTML: function() {
         var html = this.Super('getInnerHTML', arguments);

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to