From a3f54566ff2b9b17c143bb68913d64aea188d8a7 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 23 Jan 2009 13:42:17 +0000 Subject: tiny applet git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@285 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUOnline/src/main/webapp/applet.jsp | 1 + BKUOnline/src/main/webapp/slRequestForm.html | 1 + 2 files changed, 2 insertions(+) (limited to 'BKUOnline') 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 @@ <% + // 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">

+ tiny simple advanced

-- cgit v1.2.3