From 41c1113058e75fbab6d2af42e1075dbf6eb36085 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Fri, 13 Jul 2012 01:08:12 -0300 Subject: [PATCH] Fix dialogs in firefox. --- distribution/package-bin.sh | 3 +++ wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/distribution/package-bin.sh b/distribution/package-bin.sh index e2e638fa..7c489f2e 100755 --- a/distribution/package-bin.sh +++ b/distribution/package-bin.sh @@ -54,6 +54,9 @@ cp $BASE_DIR/wisemapping.xml $JETTY_DIR/contexts/ # Distribute scripts cp -r $BASE_DIR/../wise-webapp/src/test/sql $TARGET_DIR/wisemapping-$WISE_VERSION/config +# Store version +echo $1 $WISE_WEBAPP_DIR/version + # Zip all ... cd $TARGET_DIR zip -r wisemapping-$WISE_VERSION.zip wisemapping-$WISE_VERSION diff --git a/wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp b/wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp index 0a86c3fd..94a090c5 100644 --- a/wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp +++ b/wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp @@ -4,7 +4,8 @@
- +
" id="submitBtn"/> " id="cancelBtn"/> @@ -12,7 +13,7 @@