aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2012-01-30 13:56:40 +0000
committerrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2012-01-30 13:56:40 +0000
commit13099fc9a9e709a0951fb712592448eb922041ef (patch)
tree7b0d0e6b7d707ed62f86a8b9828c1908c1df9e9e
parent0b8a26c01e19c9bb703e3c6c8636931a1ff1444d (diff)
downloadpdf-as-3-13099fc9a9e709a0951fb712592448eb922041ef.tar.gz
pdf-as-3-13099fc9a9e709a0951fb712592448eb922041ef.tar.bz2
pdf-as-3-13099fc9a9e709a0951fb712592448eb922041ef.zip
Changed language settings
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@910 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
-rw-r--r--pdf-as-web/src/main/webapp/jsp/null_request_page.jsp5
1 files changed, 3 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp b/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp
index 57c786b..0117b0b 100644
--- a/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp
+++ b/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp
@@ -178,9 +178,10 @@
//Deactivate the link to change language. This feature is just possible on the startpage
//because changing page language with all the javascript would be complicated
function deactivateSprachlink() {
- document.getElementById('sprachlink').style.display = 'none';
- document.getElementById('sprachlinkdeaktiviert').style.display= 'block';
+ document.getElementById('sprachlinkneu').style.display = 'none';
+ document.getElementById('sprachlinkneudeaktiviert').style.display= 'block';
}
+
//Set the height of the div's equally to before page
function setHeight() {
document.getElementById('sign').style.height = "<%=height%>";