aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates/newfilemenu_filename_form.handlebars
blob: 2d5af97ee76c0a593312d41047cbeaaa9a5d0247 (plain)
1
2
3
4
<form class="filenameform">
	<input id="{{cid}}-input-{{fileType}}" type="text" value="{{fileName}}" autocomplete="off" autocapitalize="off">
	<input type="submit" value=" " class="icon-confirm" aria-label="{{actionLabel}}" />
</form>