Commit bff67bdc by Siti Aisah

hide select file image

parent a1478003
...@@ -4470,9 +4470,9 @@ ...@@ -4470,9 +4470,9 @@
var tplDialogs = function (lang, options) { var tplDialogs = function (lang, options) {
var tplImageDialog = function () { var tplImageDialog = function () {
var body = var body =
'<div class="note-group-select-from-files">' + // '<div class="note-group-select-from-files">' +
'<h5>' + lang.image.selectFromFiles + '</h5>' + // '<h5>' + lang.image.selectFromFiles + '</h5>' +
'<input class="note-image-input" type="file" name="files" accept="image/*" />' + // '<input class="note-image-input" type="file" name="files" accept="image/*" />' +
'</div>' + '</div>' +
'<h5>' + lang.image.url + '</h5>' + '<h5>' + lang.image.url + '</h5>' +
'<input class="note-image-url form-control span12" type="text" />'; '<input class="note-image-url form-control span12" type="text" />';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment