diff options
Diffstat (limited to 'BKUOnline')
-rw-r--r-- | BKUOnline/pom.xml | 1 | ||||
-rw-r--r-- | BKUOnline/src/main/webapp/SLRequestForm.html | 5 | ||||
-rw-r--r-- | BKUOnline/src/main/webapp/applet.jsp | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index bd2cb67b..5c754f07 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -49,7 +49,6 @@ <dependency> <artifactId>BKUCertificates</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.2</version> <scope>provided</scope> </dependency> <dependency> 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', |