Update file_dropper.tpl
This commit is contained in:
parent
b18acf3982
commit
cd2e46a59c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
</label>
|
</label>
|
||||||
<% if (ctx.allowUrls) { %>
|
<% if (ctx.allowUrls) { %>
|
||||||
<div class='url-holder'>
|
<div class='url-holder'>
|
||||||
<input type='text' name='url' placeholder='<%- ctx.urlPlaceholder %>'/>
|
<textarea name="url" placeholder="<%- ctx.urlPlaceholder %>" rows="5"></textarea>
|
||||||
<% if (ctx.lock) { %>
|
<% if (ctx.lock) { %>
|
||||||
<button>Confirm</button>
|
<button>Confirm</button>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
|
Reference in a new issue