diff options
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/file_dropper.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/html/file_dropper.tpl b/client/html/file_dropper.tpl index 9c66201..9e7715d 100644 --- a/client/html/file_dropper.tpl +++ b/client/html/file_dropper.tpl @@ -8,6 +8,10 @@ <% } %> <br/> Or just click on this box. + <% if (ctx.extraText) { %> + <br/> + <small><%= ctx.extraText %></small> + <% } %> </label> <% if (ctx.allowUrls) { %> <input type='text' name='url' placeholder='Alternatively, paste an URL here.'/> |