diff options
author | Christian Hofmaier | 2017-09-14 16:34:12 +0200 |
---|---|---|
committer | Christian Hofmaier | 2017-09-14 16:34:12 +0200 |
commit | 15c37c61b67865b03813787e0b5a27c3c57fcdc1 (patch) | |
tree | ab5fef41e994c2adac8b114cdb2fac5c1c02d104 /modules-available/dozmod/templates/templates.html | |
parent | [dozmod] fixed inconsistencies + some issues in [internetaccess] and [news] (diff) | |
download | slx-admin-15c37c61b67865b03813787e0b5a27c3c57fcdc1.tar.gz slx-admin-15c37c61b67865b03813787e0b5a27c3c57fcdc1.tar.xz slx-admin-15c37c61b67865b03813787e0b5a27c3c57fcdc1.zip |
[dozmod] fixed some more inconsistencies
Diffstat (limited to 'modules-available/dozmod/templates/templates.html')
-rw-r--r-- | modules-available/dozmod/templates/templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dozmod/templates/templates.html b/modules-available/dozmod/templates/templates.html index 56fc6677..62b250a9 100644 --- a/modules-available/dozmod/templates/templates.html +++ b/modules-available/dozmod/templates/templates.html @@ -80,7 +80,7 @@ {{/templates}} </div> - <button type="submit" onclick="return validateForm()" class="btn btn-primary pull-right">{{lang_save}}</button> + <button type="submit" onclick="return validateForm()" class="btn btn-primary pull-right"><span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}</button> </form> <form method="POST" action="?do=dozmod&section=templates"> <input type="hidden" name="token" value="{{token}}"> |