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/05/20 22:44:23 UTC

svn commit: r1596403 - /openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Author: marcus
Date: Tue May 20 20:44:23 2014
New Revision: 1596403

URL: http://svn.apache.org/r1596403
Log:
Deleted the first 2 items of the select boxes

Modified:
    openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js?rev=1596403&r1=1596402&r2=1596403&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js Tue May 20 20:44:23 2014
@@ -29,9 +29,7 @@ var LP_LANG			= [ "ast","bg","cs","da","
 var SDK_LANG			= [ "en-US" ];
 
 // OS data for the <select> element
-var SEL_OS			= [ "e0",     "Choose OS / platform",                          "",
-				    "e1",     "----------------------------------",            "",
-				    "Win_x86_install",          "Windows (EXE)",               ".exe",
+var SEL_OS			= [ "Win_x86_install",          "Windows (EXE)",               ".exe",
 				    "Linux_x86-64_install-deb", "Linux 64-bit (x86-64) (DEB)", ".tar.gz",
 				    "Linux_x86-64_install-rpm", "Linux 64-bit (x86-64) (RPM)", ".tar.gz",
 				    "Linux_x86_install-deb",    "Linux 32-bit (x86) (DEB)",    ".tar.gz",
@@ -40,9 +38,7 @@ var SEL_OS			= [ "e0",     "Choose OS / 
 				    "MacOS_x86_install",        "OS X 32-bit (x86) (DMG)",     ".dmg" ];
 
 /*
-var SEL_OS			= [ "e0",     "Choose OS / platform",        "",                         "",
-				    "e1",     "-----------------------------------", "",                 "",
-				    "win32",  "Windows 32-bit (x86) (EXE)",  "Win_x86_install",          ".exe",
+var SEL_OS			= [ "win32",  "Windows 32-bit (x86) (EXE)",  "Win_x86_install",          ".exe",
 				    "lnx64d", "Linux 64-bit (x86-64) (DEB)", "Linux_x86-64_install-deb", ".tar.gz",
 				    "lnx64r", "Linux 64-bit (x86-64) (RPM)", "Linux_x86-64_install-rpm", ".tar.gz",
 				    "lnx32d", "Linux 32-bit (x86) (DEB)",    "Linux_x86_install-deb",    ".tar.gz",
@@ -52,9 +48,7 @@ var SEL_OS			= [ "e0",     "Choose OS / 
 */
 
 // Language data for the <select> element
-var SEL_LANG			= [ "e0",    "Choose language",
-				    "e1",    "--------------------------------------------------------------",
-				    "ast",   "Asturian (Asturianu) (ast)",
+var SEL_LANG			= [ "ast",   "Asturian (Asturianu) (ast)",
 				    "eu",    "Basque (Euskara) (eu)",
 				    "bg",    "Bulgarian (български език) (bg)",
 				    "zh-CN", "Chinese [simplified] (简体中文) (zh-CN)",
@@ -93,9 +87,7 @@ var SEL_LANG			= [ "e0",    "Choose lang
 				    "vi",    "Vietnamese (Tiếng Việt) (vi)" ];
 
 // Version data for the <select> element
-var SEL_VER			= [ "e0",    "Choose version",
-				    "e1",    "---------------------",
-				    "4.1.0", "4.1.0",
+var SEL_VER			= [ "4.1.0", "4.1.0",
 				    "4.0.1", "4.0.1",
 				    "4.0.0", "4.0.0",
 				    "3.4.1", "3.4.1" ];