mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
translator: style adjustments
This commit is contained in:
@@ -442,7 +442,7 @@ Translator.prototype.import=function(el) {
|
||||
// Allow import from local files, if the browers supports it.
|
||||
// See http://www.html5rocks.com/en/tutorials/file/dndfiles/
|
||||
var files=node("input",{name:"files","type":"file"})
|
||||
var extra=wrap("span",[text("Choose a file: "),
|
||||
var extra=wrap("label",[text("Choose a file: "),
|
||||
files,
|
||||
text(" and/or enter text to import below.")])
|
||||
e.insertBefore(extra,inp)
|
||||
|
||||
Reference in New Issue
Block a user