diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-06-06 16:17:21 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-06-06 16:17:21 +0200 |
commit | 68a6b55068c5d5a1a2656f642c6b870fbe3cd141 (patch) | |
tree | b83d35b97a32ce26251acd9323850895773b5d4b /pdf-as-web/src/main/resources/template_sl.html | |
parent | 8233cbd41a3aa41236ec505ab173437995287637 (diff) | |
download | pdf-as-4-68a6b55068c5d5a1a2656f642c6b870fbe3cd141.tar.gz pdf-as-4-68a6b55068c5d5a1a2656f642c6b870fbe3cd141.tar.bz2 pdf-as-4-68a6b55068c5d5a1a2656f642c6b870fbe3cd141.zip |
support for Locale Paramter including Mobile BKU
Diffstat (limited to 'pdf-as-web/src/main/resources/template_sl.html')
-rw-r--r-- | pdf-as-web/src/main/resources/template_sl.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/resources/template_sl.html b/pdf-as-web/src/main/resources/template_sl.html index b8ea4df7..8399706c 100644 --- a/pdf-as-web/src/main/resources/template_sl.html +++ b/pdf-as-web/src/main/resources/template_sl.html @@ -50,6 +50,7 @@ div.content { name="Senden"> <input type="hidden" name="XMLRequest" value="##XMLRequest##"> <input type="hidden" name="DataURL" value="##DataURL##"> + <input type="hidden" name="locale_" value="##LOCALE##" /> ##ADDITIONAL## </form> <span id="spin" style="display:block; |