summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-07 17:22:48 +0200
committerSimon Rettberg2016-09-07 17:22:48 +0200
commit8445a6feb0f3b35b66eebd6e0476cd9f4b35992a (patch)
treec6339683a48c612b0d0d5654dd8b3a5706ef0834 /modules-available/sysconfig/templates
parent[sysconfig] Improve design, hide more controls in location-specific view, get... (diff)
parentMerge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff)
downloadslx-admin-8445a6feb0f3b35b66eebd6e0476cd9f4b35992a.tar.gz
slx-admin-8445a6feb0f3b35b66eebd6e0476cd9f4b35992a.tar.xz
slx-admin-8445a6feb0f3b35b66eebd6e0476cd9f4b35992a.zip
Merge branch 'modularization' of dnbd3:openslx-ng/slx-admin into modularization
Diffstat (limited to 'modules-available/sysconfig/templates')
-rw-r--r--modules-available/sysconfig/templates/custom-upload.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/custom-upload.html b/modules-available/sysconfig/templates/custom-upload.html
index c453a97d..51677f8b 100644
--- a/modules-available/sysconfig/templates/custom-upload.html
+++ b/modules-available/sysconfig/templates/custom-upload.html
@@ -14,5 +14,11 @@
</span>
</div>
<p class="help-block">{{lang_supportedFiles}}: .tar.gz, .tar.bz2, .zip</p>
- <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>