From 98d3577c238cb5f3a9a06d3904c8e9f6ff10a3fe Mon Sep 17 00:00:00 2001 From: rpiazzi Date: Mon, 30 Jan 2012 13:56:48 +0000 Subject: Changed language settings git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@911 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- pdf-as-web/src/main/webapp/jsp/signupload.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pdf-as-web') diff --git a/pdf-as-web/src/main/webapp/jsp/signupload.jsp b/pdf-as-web/src/main/webapp/jsp/signupload.jsp index 5db75e7..ba7651b 100644 --- a/pdf-as-web/src/main/webapp/jsp/signupload.jsp +++ b/pdf-as-web/src/main/webapp/jsp/signupload.jsp @@ -52,10 +52,10 @@ session.setAttribute(SignServlet.SUBMITFORM_FREETEXT_KEY, text_request); } if (lang_request.equals("de")) { - session.setAttribute(SessionAttributes.LANGUAGE, "en"); + session.setAttribute(SessionAttributes.LANGUAGE, "de"); } else { - session.setAttribute(SessionAttributes.LANGUAGE, "de"); + session.setAttribute(SessionAttributes.LANGUAGE, "en"); } } @@ -859,9 +859,9 @@ This is for passing the information when the change language link was hit. -->
<% if (german) { %> - - <% } else { %> + <% } else { %> + <% } %> <% if (source_mode!=null) { if (source_mode.contains(FormFields.VALUE_SOURCE_FILE)) { %> -- cgit v1.2.3