summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/branding-check.html
diff options
context:
space:
mode:
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>