summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Ritter2018-12-10 11:27:09 +0100
committerSteffen Ritter2018-12-10 11:27:09 +0100
commit770d4cc111ece6478ccf224cade883c4e7e1381a (patch)
treee1392d4662215b3ebc60cb46560962d405697452
parent[locationinfo] fix summary pannel always in german (diff)
downloadslx-admin-770d4cc111ece6478ccf224cade883c4e7e1381a.tar.gz
slx-admin-770d4cc111ece6478ccf224cade883c4e7e1381a.tar.xz
slx-admin-770d4cc111ece6478ccf224cade883c4e7e1381a.zip
[runmode] Simple back/cancel button
-rw-r--r--modules-available/runmode/templates/machine-selector.html1
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>