diff options
author | Simon Rettberg | 2024-07-18 15:17:47 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-07-18 15:17:47 +0200 |
commit | 915c5d0e57f96d49c96f3f524cb94684c3ec9634 (patch) | |
tree | df4fb1582df441c83fd746ba6a4c2cadab524bde /modules-available/sysconfig/templates/cfg-finish.html | |
parent | [sysconfig] loginscreen: Minor design/logic fix (diff) | |
download | slx-admin-915c5d0e57f96d49c96f3f524cb94684c3ec9634.tar.gz slx-admin-915c5d0e57f96d49c96f3f524cb94684c3ec9634.tar.xz slx-admin-915c5d0e57f96d49c96f3f524cb94684c3ec9634.zip |
[sysconfig] Redesign dialog after creating/editing config
Make it less tempting to just make the current config global default by
splitting up the buttons and adding another line of text.
Diffstat (limited to 'modules-available/sysconfig/templates/cfg-finish.html')
-rw-r--r-- | modules-available/sysconfig/templates/cfg-finish.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules-available/sysconfig/templates/cfg-finish.html b/modules-available/sysconfig/templates/cfg-finish.html index 891a3e65..7ba71c04 100644 --- a/modules-available/sysconfig/templates/cfg-finish.html +++ b/modules-available/sysconfig/templates/cfg-finish.html @@ -6,8 +6,9 @@ <input type="hidden" name="token" value="{{token}}"> <input type="hidden" name="action" value="config"> <input type="hidden" name="activate" value="{{configid}}"> - <div class="text-right"> - <a href="?do=SysConfig" class="btn btn-default">« {{lang_backToSysconfig}}</a> + <a href="?do=SysConfig" class="btn btn-default">« {{lang_backToSysconfig}}</a> + <div class="slx-space"> + <p>{{lang_activateGloballyText}}</p> <button type="submit" class="btn btn-default"> <span class="glyphicon glyphicon-globe"></span> {{lang_activateGlobally}} |