diff options
author | Steffen Ritter | 2021-10-18 11:24:13 +0200 |
---|---|---|
committer | Steffen Ritter | 2021-10-18 11:24:13 +0200 |
commit | 094a6a7bac34c049f7d8b6209d2ca1c96b44d70b (patch) | |
tree | 0d8aea82e1093af21c388ed52ff59a23337f8709 /modules-available | |
parent | [statistics] Add additional option to show sysinfos (diff) | |
download | slx-admin-094a6a7bac34c049f7d8b6209d2ca1c96b44d70b.tar.gz slx-admin-094a6a7bac34c049f7d8b6209d2ca1c96b44d70b.tar.xz slx-admin-094a6a7bac34c049f7d8b6209d2ca1c96b44d70b.zip |
[sysconfig] Urge users to upload only svg images...
as branding. You can still change the file format in the
browser dialog and hope that other file extensions work.
Partly fixes #2861
Diffstat (limited to 'modules-available')
-rw-r--r-- | modules-available/sysconfig/templates/branding-start.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/branding-start.html b/modules-available/sysconfig/templates/branding-start.html index 0db085d9..a6346552 100644 --- a/modules-available/sysconfig/templates/branding-start.html +++ b/modules-available/sysconfig/templates/branding-start.html @@ -14,7 +14,7 @@ <input type="text" class="form-control" readonly placeholder="{{lang_selectFile}}"> <span class="input-group-btn"> <span class="btn btn-default btn-file"> - {{lang_browseForFile}}… <input type="file" name="file" id="input-file"> + {{lang_browseForFile}}… <input type="file" accept="image/svg+xml" name="file" id="input-file"> </span> </span> </div> |