From fa33e983be8229c24aba28755512d4d01ac0bdad Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Fri, 19 Sep 2014 20:27:54 +0200 Subject: [PATCH] feature #3194: show add file button in the upload wizard --- src/sunstone/public/js/plugins/images-tab.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sunstone/public/js/plugins/images-tab.js b/src/sunstone/public/js/plugins/images-tab.js index 61ede292d3..b23520a2c4 100644 --- a/src/sunstone/public/js/plugins/images-tab.js +++ b/src/sunstone/public/js/plugins/images-tab.js @@ -97,9 +97,9 @@ var create_image_tmpl ='
\
\ \
\ -
'+ - tr("Click to choose image")+ - '
\ +
\ + \ +
\
\
\
\ @@ -936,7 +936,7 @@ function initialize_create_image_dialog(dialog) { } }); - uploader.assignBrowse($('#file-uploader',dialog)[0]); + uploader.assignBrowse($('#file-uploader-input',dialog)[0]); var fileName = ''; var file_input = false;