diff options
author | Steffen Ritter | 2018-12-10 11:27:09 +0100 |
---|---|---|
committer | Steffen Ritter | 2018-12-10 11:27:09 +0100 |
commit | 770d4cc111ece6478ccf224cade883c4e7e1381a (patch) | |
tree | e1392d4662215b3ebc60cb46560962d405697452 /modules-available/runmode | |
parent | [locationinfo] fix summary pannel always in german (diff) | |
download | slx-admin-770d4cc111ece6478ccf224cade883c4e7e1381a.tar.gz slx-admin-770d4cc111ece6478ccf224cade883c4e7e1381a.tar.xz slx-admin-770d4cc111ece6478ccf224cade883c4e7e1381a.zip |
[runmode] Simple back/cancel button
Diffstat (limited to 'modules-available/runmode')
-rw-r--r-- | modules-available/runmode/templates/machine-selector.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/runmode/templates/machine-selector.html b/modules-available/runmode/templates/machine-selector.html index 8b608f7e..665c56f3 100644 --- a/modules-available/runmode/templates/machine-selector.html +++ b/modules-available/runmode/templates/machine-selector.html @@ -13,6 +13,7 @@ <select id="machine-sel" name="machines[]" multiple {{disabled}}> </select> <div class="buttonbar"> + <button type="button" class="btn btn-default" onClick="javascript:history.back()">{{lang_cancel}}</button> <button type="submit" class="btn btn-primary" {{disabled}}>{{lang_save}}</button> </div> </form> |