You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2015/03/27 14:24:39 UTC

svn commit: r1669581 - /openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Author: marcus
Date: Fri Mar 27 13:24:39 2015
New Revision: 1669581

URL: http://svn.apache.org/r1669581
Log:
Exchanged the graphic with a better one, the Apache feather is now visible

Modified:
    openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Modified: openoffice/ooo-site/trunk/content/msg_prop_l10n.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/msg_prop_l10n.js?rev=1669581&r1=1669580&r2=1669581&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Fri Mar 27 13:24:39 2015
@@ -18,15 +18,15 @@ var l10n = new Object();
 									// "true" = Show the box, "false" = Do not show.
 l10n.index_event_box_show			= true;
 									// Logo graphic.
-l10n.index_event_box_graphic_src		= "http://www.apachecon.com/images/conferences/apachecon_na_2015.png";
+l10n.index_event_box_graphic_src		= "http://www.apache.org/ads/ApacheCon/2015-na-234x60.png";
 									// Alternative text for the graphic.
 l10n.index_event_box_graphic_alt		= "ApacheCon 2015";
 									// Make the graphic clickable with a link.
 l10n.index_event_box_graphic_href		= "http://www.apachecon.com/";
 									// The height in pixel of the graphic. Leave empty to use the height of the original graphic.
-l10n.index_event_box_graphic_height		= "96";
+l10n.index_event_box_graphic_height		= "";
 									// The width in pixel of the graphic. Leave empty to use the width of the original graphic.
-l10n.index_event_box_graphic_width		= "237";
+l10n.index_event_box_graphic_width		= "";
 									// Mouse over text for the graphic.
 l10n.index_event_box_graphic_title		= "";
 									// Make the whole box clickable with a link.