diff options
author | Christian Hofmaier | 2017-09-25 18:16:10 +0200 |
---|---|---|
committer | Christian Hofmaier | 2017-09-25 18:16:10 +0200 |
commit | 69474904127814baa06668488bd67772ad417b6a (patch) | |
tree | 0f3f4edcfeb4a9f0e1e0a8f629fdf52b2d56b975 /modules-available/sysconfig/templates/branding-check.html | |
parent | [webinterface] fixed inconsistencies (diff) | |
download | slx-admin-69474904127814baa06668488bd67772ad417b6a.tar.gz slx-admin-69474904127814baa06668488bd67772ad417b6a.tar.xz slx-admin-69474904127814baa06668488bd67772ad417b6a.zip |
[sysconfig][baseconfig] fixed inconsistencies
Diffstat (limited to 'modules-available/sysconfig/templates/branding-check.html')
-rw-r--r-- | modules-available/sysconfig/templates/branding-check.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/branding-check.html b/modules-available/sysconfig/templates/branding-check.html index 1a021309..d48f9631 100644 --- a/modules-available/sysconfig/templates/branding-check.html +++ b/modules-available/sysconfig/templates/branding-check.html @@ -13,6 +13,7 @@ </div> <div class="clearfix"></div> <div>{{error}}</div> +<br/> <div> <form role="form" enctype="multipart/form-data" method="post" action="?do=SysConfig&action=addmodule&step={{step}}"> <input type="hidden" name="token" value="{{token}}"> @@ -25,7 +26,7 @@ <a class="btn btn-default" href="?do=SysConfig&action=addmodule&step=Branding_Start">{{lang_cancel}}</a> </div> <div class="btn-group pull-right"> - <button type="submit" class="btn btn-primary">{{lang_save}}</button> + <button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}</button> </div> </form> </div> |