diff options
author | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-07-17 08:20:30 +0200 |
---|---|---|
committer | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-07-17 08:20:30 +0200 |
commit | 1c06339a8232dcc1c6d9ca471698732248e62f02 (patch) | |
tree | b98c8dee3ee4a3143fc731358cfe540434ecd604 /pdf-as-web/src/main/webapp/index.jsp | |
parent | d2a5915e8b9f1bbee77d916208c2e98c234b0d3a (diff) | |
download | pdf-as-4-1c06339a8232dcc1c6d9ca471698732248e62f02.tar.gz pdf-as-4-1c06339a8232dcc1c6d9ca471698732248e62f02.tar.bz2 pdf-as-4-1c06339a8232dcc1c6d9ca471698732248e62f02.zip |
Removed OnlineBKU Option
Diffstat (limited to 'pdf-as-web/src/main/webapp/index.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index f3a3b957..ae3ef88d 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -28,15 +28,6 @@ } %> <% - if (WebConfiguration.getOnlineBKUURL() != null) { - %> - <img src="assets/img/onlineBKU.png" /> - <button type="submit" value="onlinebku" name="connector" - id="onlinebku">Online BKU</button> - <% - } - %> - <% if (WebConfiguration.getHandyBKUURL() != null) { %> <img src="assets/img/mobileBKU.png" /> |