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 e0f2047c7ac890ec71233f0e460aa5abadbf5d71..2018e9a4cc0034ed1650ae7816735eac679c151c 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>