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/04/29 00:23:23 UTC

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

Author: marcus
Date: Mon Apr 28 22:23:23 2014
New Revision: 1590826

URL: http://svn.apache.org/r1590826
Log:
Added values for a version drop-down box

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=1590826&r1=1590825&r2=1590826&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js Mon Apr 28 22:23:23 2014
@@ -62,6 +62,13 @@ var SEL_LANG			= [ "e1",    "Choose lang
 				    "es",    "Spanish (Español) (es)", "sv", "Swedish (Svenska) (sv)",
 				    "ta",    "Tamil (ta)", "th", "Thai (th)",
 				    "tr",    "Turkish (Türkçe) (tr)", "vi", "Vietnamese (Tiếng Việt) (vi)" ];
+
+var SEL_VER			= [ "e1",    "Choose version",
+				    "e2",    "-----------------------",
+				    "3.4.1", "Apache OpenOffice 3.4.1",
+				    "4.0.0", "Apache OpenOffice 4.0.0",
+				    "4.0.1", "Apache OpenOffice 4.0.1",
+				    "4.1.0", "Apache OpenOffice 4.1.0" ];
 /*
 var SEL_TYPE			= [ "e1", "Choose install type", "e2", "-------------------",
 				    "full", "Full Installation", "lp", "Language Pack" ];