summaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates/newfilemenu_filename_form.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/templates/newfilemenu_filename_form.handlebars')
-rw-r--r--apps/files/js/templates/newfilemenu_filename_form.handlebars4
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>