Author: mseidel Date: Mon Jan 30 18:50:59 2017 New Revision: 1780967 URL: http://svn.apache.org/viewvc?rev=1780967&view=rev Log: Changed Logo for ApacheCon
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=1780967&r1=1780966&r2=1780967&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original) +++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Mon Jan 30 18:50:59 2017 @@ -18,21 +18,21 @@ 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 = "/images/apache_con_2017.png"; +l10n.index_event_box_graphic_src = "/images/apachecon_na_2017.png"; // Alternative text for the graphic. l10n.index_event_box_graphic_alt = "ApacheCon North America 2017"; // Make the graphic clickable with a link. l10n.index_event_box_graphic_href = "https://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 = "89"; +l10n.index_event_box_graphic_height = "98"; // The width in pixel of the graphic. Leave empty to use the width of the original graphic. -l10n.index_event_box_graphic_width = "253"; +l10n.index_event_box_graphic_width = "255"; // Mouse over text for the graphic. l10n.index_event_box_graphic_title = ""; // Make the whole box clickable with a link. l10n.index_event_box_text_href = "https://apachecon.com/"; // Maximum 630 characters. -l10n.index_event_box_text_text = "<b>ApacheCon North America - Miami, Florida, May 16-18, 2017</b><br /><br />@TheASF is 300+ projects strong and growing. Come learn about all of them at @ApacheCon.<br /><b><i> Click here for details and registration ...</i></b>"; +l10n.index_event_box_text_text = "<b>ApacheCon North America - Miami, Florida, May 16-18, 2017</b><br /><br />@TheASF is 300+ projects strong and growing.<br /> Come learn about all of them at @ApacheCon.<br /><b><i> Click here for details and registration ...</i></b>"; // Mouse over text for the text. l10n.index_event_box_text_title = "ApacheCon North America - Miami, Florida, May 16-18, 2017";