Author: marcus
Date: Fri Nov 21 18:34:47 2014
New Revision: 1640973

URL: http://svn.apache.org/r1640973
Log:
Changed JS code to use customized values for height and width of the graphic in 
the event box

Modified:
    openoffice/ooo-site/trunk/content/index.html

Modified: openoffice/ooo-site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1640973&r1=1640972&r2=1640973&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Fri Nov 21 18:34:47 2014
@@ -49,8 +49,10 @@
                            + "<p style='float: left;'>"
                              + "<a href='" + l10n.index_event_box_graphic_href
                                + "' title='" + 
l10n.index_event_box_graphic_title + "' target='_blank'>"
-                                 + "<img src='" + 
l10n.index_event_box_graphic_src
-                                 + "' alt='" + 
l10n.index_event_box_graphic_alt + "' />"
+                                 + "<img src='" + 
l10n.index_event_box_graphic_src + "'"
+                                 + "alt='" + l10n.index_event_box_graphic_alt 
+ "'"
+                                 + "height='" + 
l10n.index_event_box_graphic_height + "'"
+                                 + "width='" + 
l10n.index_event_box_graphic_width + "' />"
                              + "</a>"
                            + "</p>"
 


Reply via email to