From 54d087680f5bc94d519ecfbe0ed1c40c1d66c0b3 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Fri, 21 Feb 2014 13:53:58 +0000 Subject: [PATCH] BIS-627 / SP-1141: ELN UI - Improve Workspace Uploader (Settings available) SVN: 30562 --- .../cisd/openbis/public/resources/uploader/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/uploader/index.html b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/uploader/index.html index e0f2047c7ac..2018e9a4cc0 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/uploader/index.html +++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/uploader/index.html @@ -13,8 +13,7 @@ Copyright 2012 Oliver Lau, Heise Zeitschriften Verlag See the License for the specific language governing permissions and limitations under the License. --> - -<h2>Session workspace upload</h2> +<div id="session-workspace-uploader-main-title"></div> <div id="filedrop"> <div id="filedrop-inner-box"> <div id="filedrop-chooser"> @@ -35,7 +34,7 @@ Copyright 2012 Oliver Lau, Heise Zeitschriften Verlag </form> </div><!-- filedrop-inner-box --> </div><!-- filedrop --> -<h2>Uploads</h2> +<div id="session-workspace-uploader-uploads-title"></div> <div id="filelist-container"> <ul id="filelist"></ul> <button id="filelist-clear-button" style="display: none">Clear all</button> -- GitLab