summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-06-02 15:04:20 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-06-02 15:04:20 +0000
commite4b8cec0f43af3aa4272e56e8133cc70512149a2 (patch)
treec399b036fbd4fff036cd72b669daa6ac00518a16 /BKUOnline/src/main
parent790f1a41dfda0a0040f085d0fed93acbfd143fbb (diff)
downloadmocca-e4b8cec0f43af3aa4272e56e8133cc70512149a2.tar.gz
mocca-e4b8cec0f43af3aa4272e56e8133cc70512149a2.tar.bz2
mocca-e4b8cec0f43af3aa4272e56e8133cc70512149a2.zip
default locale: en, help pages fixed
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@748 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main')
-rw-r--r--BKUOnline/src/main/webapp/SLRequestForm.html5
-rw-r--r--BKUOnline/src/main/webapp/applet.jsp2
2 files changed, 6 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/SLRequestForm.html b/BKUOnline/src/main/webapp/SLRequestForm.html
index 8a557262..8f7fe54f 100644
--- a/BKUOnline/src/main/webapp/SLRequestForm.html
+++ b/BKUOnline/src/main/webapp/SLRequestForm.html
@@ -189,6 +189,11 @@
<input type="radio" name="applet.jsp" value="BKUApplet" checked="checked">Default
<input type="radio" name="applet.jsp" value="BKUAppletAlternative">Alternative
</p>
+
+ <p>
+ <label for="appletPage">Locale</label>
+ <input value="de_AT" name="locale"/>
+ </p>
<!--
<p>
<label for="appletExtension">Extension</label>
diff --git a/BKUOnline/src/main/webapp/applet.jsp b/BKUOnline/src/main/webapp/applet.jsp
index c1624cdf..eba0ed87 100644
--- a/BKUOnline/src/main/webapp/applet.jsp
+++ b/BKUOnline/src/main/webapp/applet.jsp
@@ -134,7 +134,7 @@
Background : '<%=backgroundImg%>',
BackgroundColor : '<%=backgroundColor%>',
WSDL_URL : '../stal;jsessionid=<%=sessionId%>?wsdl',
- HelpURL : '../help/',
+ HelpURL : 'help/',
SessionID : '<%=sessionId%>',
RedirectURL : '../bkuResult',
RedirectTarget: '_parent',