summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/branding-start.html
diff options
context:
space:
mode:
authorChristian Klinger2016-08-22 16:31:36 +0200
committerChristian Klinger2016-08-22 16:31:36 +0200
commit5d4c0933d46fbba86b972cbb4861ea34a0940f7d (patch)
tree86a55fa1f4c9f9f18461d36a8b51d2ad0254e9af /modules-available/sysconfig/templates/branding-start.html
parentMerge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff)
downloadslx-admin-5d4c0933d46fbba86b972cbb4861ea34a0940f7d.tar.gz
slx-admin-5d4c0933d46fbba86b972cbb4861ea34a0940f7d.tar.xz
slx-admin-5d4c0933d46fbba86b972cbb4861ea34a0940f7d.zip
added "Zurück"-Buttons to each add-module page.
Diffstat (limited to 'modules-available/sysconfig/templates/branding-start.html')
-rw-r--r--modules-available/sysconfig/templates/branding-start.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/branding-start.html b/modules-available/sysconfig/templates/branding-start.html
index 09b9ca27..7f2a0132 100644
--- a/modules-available/sysconfig/templates/branding-start.html
+++ b/modules-available/sysconfig/templates/branding-start.html
@@ -20,6 +20,12 @@
</span>
</div>
</div>
- <button type="submit" class="btn btn-primary">{{lang_upload}}</button>
+
+ <div class="btn-group">
+ <a class="btn btn-default" href="?do=SysConfig&action=addmodule">{{lang_back}}</a>
+ </div>
+ <div class="btn-group pull-right">
+ <button type="submit" class="btn btn-primary">{{lang_upload}}</button>
+ </div>
</form>