diff options
Diffstat (limited to 'BKUOnline/src')
| -rw-r--r-- | BKUOnline/src/main/webapp/applet.jsp | 1 | ||||
| -rw-r--r-- | BKUOnline/src/main/webapp/slRequestForm.html | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/BKUOnline/src/main/webapp/applet.jsp b/BKUOnline/src/main/webapp/applet.jsp index 44d9347c..3bf0ff40 100644 --- a/BKUOnline/src/main/webapp/applet.jsp +++ b/BKUOnline/src/main/webapp/applet.jsp @@ -31,6 +31,7 @@          <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">      </head>      <% +        // min W/H (for de locale): 152px/145px with gui style 'tiny'          int width = session.getAttribute("appletWidth") == null ? 190                  : (Integer) session.getAttribute("appletWidth"); //230 for workshop demo integration          int height = session.getAttribute("appletHeight") == null ? 130 diff --git a/BKUOnline/src/main/webapp/slRequestForm.html b/BKUOnline/src/main/webapp/slRequestForm.html index 9a96e9be..10330c8c 100644 --- a/BKUOnline/src/main/webapp/slRequestForm.html +++ b/BKUOnline/src/main/webapp/slRequestForm.html @@ -95,6 +95,7 @@ legend {    name="appletBackground" value="" id="appletBackground">  <p>  	<label for="appletGuiStyle">GUI Style</label>  +	<input type="radio" name="appletGuiStyle" value="tiny" checked="checked">tiny  	<input type="radio" name="appletGuiStyle" value="simple" checked="checked">simple  	<input type="radio" name="appletGuiStyle" value="advanced">advanced  </p> | 
