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 2014/03/07 23:23:55 UTC

svn commit: r1575432 - /openoffice/ooo-site/trunk/content/download/test/index.html

Author: marcus
Date: Fri Mar  7 22:23:55 2014
New Revision: 1575432

URL: http://svn.apache.org/r1575432
Log:
Adjusting the occurance of the yellow button

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

Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1575432&r1=1575431&r2=1575432&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Fri Mar  7 22:23:55 2014
@@ -193,7 +193,7 @@ screen reader. -->
       } else if ( OTHER ) {
         // If download URL contains "other" (-> platform, OS or package manager was not recognized),
         // then use "other.html" as download link.
-        document.write( "<div class=\"first button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+        document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
           + LINK + "');" + "return false;\">"
           + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
           + "Download Apache OpenOffice</a></h2>"
@@ -204,7 +204,7 @@ screen reader. -->
       } else if ( ARCHIVE ) {
         // If download URL contains "archive" (-> platform/OS is no longer supported),
         // then provide a download link to the previous version.
-        document.write( "<div class=\"first button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+        document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
           + LINK + "');" + "return false;\">"
           + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
           + "Download Apache OpenOffice</a></h2>"
@@ -246,7 +246,7 @@ screen reader. -->
     // Yellow: Beta Release coming soon
     var ANN_LINK  = "https://blogs.apache.org/OOo/";
     var ANN_TITLE = "Official blog of Apache OpenOffice";
-    document.write( "<div class=\"button yellow_wo_icon\" id=\"optionitem2_1\" onclick=\"openItem('optionitem2_1','"
+    document.write( "<div class=\"button yellow\" id=\"optionitem2_1\" onclick=\"openItem('optionitem2_1','"
       + ANN_LINK + "') return false;\">"
       + "<h2><a href='" + ANN_LINK + "' title='" + ANN_TITLE + "'>"
       + "Get Apache OpenOffice " + BETA_NAME + "<br /><small>(planned for: " + BETA_REL_DATE + ")</small></a></h2>"