diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-04-10 20:01:10 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-04-10 20:01:10 +0200 |
commit | 6a19124a0970dfd5744c4a193b5d907ba85b323e (patch) | |
tree | ad886ea19ba4d38cea43ad52faf264da0383db58 /tpl/default/import.html | |
parent | c8cb5c282402e3f19497ba9e57ac967a4bdefa1b (diff) | |
download | Shaarli-6a19124a0970dfd5744c4a193b5d907ba85b323e.tar.gz Shaarli-6a19124a0970dfd5744c4a193b5d907ba85b323e.tar.zst Shaarli-6a19124a0970dfd5744c4a193b5d907ba85b323e.zip |
Use raw bytes for upload size hidden input
Diffstat (limited to 'tpl/default/import.html')
-rw-r--r-- | tpl/default/import.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/default/import.html b/tpl/default/import.html index e6e521e8..1f040685 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html | |||
@@ -18,6 +18,7 @@ | |||
18 | <div class="center" id="import-field"> | 18 | <div class="center" id="import-field"> |
19 | <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize}"> | 19 | <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize}"> |
20 | <input type="file" name="filetoupload"> | 20 | <input type="file" name="filetoupload"> |
21 | <p><br>Maximum size allowed: <strong>{$maxfilesizeHuman}</strong></p> | ||
21 | </div> | 22 | </div> |
22 | 23 | ||
23 | <div class="pure-g"> | 24 | <div class="pure-g"> |