diff options
| author | rr- <rr-@sakuya.pl> | 2017-02-12 10:40:50 +0100 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2017-02-12 10:40:50 +0100 |
| commit | aa1f4d3ff8061db07111ab006a82edeac2ef7b18 (patch) | |
| tree | 115f1c61b55a74f598bc56cffdc1b41067a1a201 /client/html | |
| parent | 1caf76b1b2e2aaef507b1936a2c5a66c2df140f5 (diff) | |
client/posts: add file extensions info to upload
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.'/> |