##// END OF EJS Templates
change upload sentense
Matthias BUSSONNIER -
Show More
@@ -19,5 +19,5 b''
19 position:relative;
19 position:relative;
20 opacity: 0;
20 opacity: 0;
21 z-index: 2;
21 z-index: 2;
22 width: 356px;
22 width: 447px;
23 }
23 }
@@ -32,9 +32,9 b' data-read-only={{read_only}}'
32 {% if logged_in or not read_only %}
32 {% if logged_in or not read_only %}
33 <div id="notebook_toolbar">
33 <div id="notebook_toolbar">
34 <form id='alternate_upload' class='alternate_upload' >
34 <form id='alternate_upload' class='alternate_upload' >
35 <span id="drag_info" style="position:absolute" >Drag files
35 <span id="drag_info" style="position:absolute" >
36 onto the list, or <strong>click here</strong>, to import
36 To import a notebook, drag the file onto the listing below or <strong>click here</strong>.
37 notebooks.</span>
37 </span>
38 <input type="file" name="datafile" class="fileinput" multiple='multiple'>
38 <input type="file" name="datafile" class="fileinput" multiple='multiple'>
39 </form>
39 </form>
40 <span id="notebook_buttons">
40 <span id="notebook_buttons">
General Comments 0
You need to be logged in to leave comments. Login now