summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BKUOnline/src/main/webapp/SLRequestForm.html7
-rw-r--r--BKUOnline/src/main/webapp/index.html3
2 files changed, 2 insertions, 8 deletions
diff --git a/BKUOnline/src/main/webapp/SLRequestForm.html b/BKUOnline/src/main/webapp/SLRequestForm.html
index 8f7fe54f..7636c52e 100644
--- a/BKUOnline/src/main/webapp/SLRequestForm.html
+++ b/BKUOnline/src/main/webapp/SLRequestForm.html
@@ -194,13 +194,10 @@
<label for="appletPage">Locale</label>
<input value="de_AT" name="locale"/>
</p>
-<!--
<p>
- <label for="appletExtension">Extension</label>
- <input type="radio" name="appletExtension" value="activation" onclick="setInfoboxUpdateRequest()">Activation
- <input type="radio" name="appletExtension" value="pin" onclick="setAppletDimension(400, 200)">PIN Management
+ <label for="appletExtension">PIN Management</label>
+ <input type="checkbox" name="appletExtension" value="pin" onclick="setAppletDimension(295, 200)">PIN Management Applet
</p>
--->
<!--
<p><label for="RedirectURL">RedirectURL</label> <input
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html
index b39dafb7..3bf14211 100644
--- a/BKUOnline/src/main/webapp/index.html
+++ b/BKUOnline/src/main/webapp/index.html
@@ -32,9 +32,6 @@
<a href="SLRequestForm.html">Security Layer Request</a> (demo request form)
</p>
<p>
- <a href="PINManagement.jsp">PIN Management</a> (pin management applet)
- </p>
- <p>
<a href="stal">STAL Service</a> (web service endpoint)
</p>
</p>