diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 22:40:26 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:55:05 +0200 |
commit | 1161b838d78a7a77d68b17664759766e49c9bb46 (patch) | |
tree | 2e4a51f6d256edbc935e802bb6b55287afab92ba /apps/files/js/templates/newfilemenu_filename_form.handlebars | |
parent | b574d1c81474b0dbc94a32ae18ec3d68a81db51a (diff) | |
download | nextcloud-server-1161b838d78a7a77d68b17664759766e49c9bb46.tar.gz nextcloud-server-1161b838d78a7a77d68b17664759766e49c9bb46.zip |
Move newfilemenu to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/js/templates/newfilemenu_filename_form.handlebars')
-rw-r--r-- | apps/files/js/templates/newfilemenu_filename_form.handlebars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/js/templates/newfilemenu_filename_form.handlebars b/apps/files/js/templates/newfilemenu_filename_form.handlebars new file mode 100644 index 00000000000..cf18b28cad2 --- /dev/null +++ b/apps/files/js/templates/newfilemenu_filename_form.handlebars @@ -0,0 +1,4 @@ +<form class="filenameform"> + <input id="{{cid}}-input-{{fileType}}" type="text" value="{{fileName}}" autocomplete="off" autocapitalize="off"> + <input type="submit" value=" " class="icon-confirm" />' +</form> |