summaryrefslogtreecommitdiff
path: root/BKUOnline/src
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/src')
-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',