summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/branding-check.html
diff options
context:
space:
mode:
authorChristoph Schulthess2017-02-23 14:43:05 +0100
committerChristoph Schulthess2017-02-23 14:43:05 +0100
commita87a14b9dc6670d1111b8204ae7a1ca14d814c57 (patch)
tree6b3c528804a91ced4ee14bbc4c31fb24541aa4c5 /modules-available/sysconfig/templates/branding-check.html
parentdebugrequest updated, using default SSL Relay Task (diff)
parent[inc/property] Add list-of-values interface (diff)
downloadslx-admin-a87a14b9dc6670d1111b8204ae7a1ca14d814c57.tar.gz
slx-admin-a87a14b9dc6670d1111b8204ae7a1ca14d814c57.tar.xz
slx-admin-a87a14b9dc6670d1111b8204ae7a1ca14d814c57.zip
Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin into remote-debug
Diffstat (limited to 'modules-available/sysconfig/templates/branding-check.html')
-rw-r--r--modules-available/sysconfig/templates/branding-check.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/branding-check.html b/modules-available/sysconfig/templates/branding-check.html
index 8f6ef055..1a021309 100644
--- a/modules-available/sysconfig/templates/branding-check.html
+++ b/modules-available/sysconfig/templates/branding-check.html
@@ -21,6 +21,11 @@
<label for="title-id">{{lang_title}}</label>
<input type="text" name="title" value="{{title}}" id ="title-id" class="form-control" placeholder="Name des Moduls">
</div>
- <button type="submit" class="btn btn-primary">{{lang_save}}</button>
+ <div class="btn-group">
+ <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>
+ </div>
</form>
</div>