diff options
author | Simon Rettberg | 2016-09-07 17:22:48 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-09-07 17:22:48 +0200 |
commit | 8445a6feb0f3b35b66eebd6e0476cd9f4b35992a (patch) | |
tree | c6339683a48c612b0d0d5654dd8b3a5706ef0834 /modules-available/sysconfig | |
parent | [sysconfig] Improve design, hide more controls in location-specific view, get... (diff) | |
parent | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff) | |
download | slx-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')
-rw-r--r-- | modules-available/sysconfig/templates/custom-upload.html | 8 |
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> |