diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:26:11 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:26:11 +0200 |
commit | 9d0fc862507e1933e447b3c3e92a438400aad263 (patch) | |
tree | c8131e06337ac4ab07d8b73276759bf540a552e4 /tpl/default/import.html | |
parent | c69585f30350876c3f9a9b090ff1165c3ec98b79 (diff) | |
download | Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.gz Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.zst Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.zip |
Add classes to default template to avoid using IDs in SCSS
Diffstat (limited to 'tpl/default/import.html')
-rw-r--r-- | tpl/default/import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/import.html b/tpl/default/import.html index 000a50ac..bdc9086e 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html | |||
@@ -15,7 +15,7 @@ | |||
15 | </div> | 15 | </div> |
16 | 16 | ||
17 | <input type="hidden" name="token" value="{$token}"> | 17 | <input type="hidden" name="token" value="{$token}"> |
18 | <div class="center" id="import-field"> | 18 | <div class="center import-field-container" 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:'|t} <strong>{$maxfilesizeHuman}</strong></p> | 21 | <p><br>{'Maximum size allowed:'|t} <strong>{$maxfilesizeHuman}</strong></p> |