diff options
author | Simon Rettberg | 2014-11-19 19:46:19 +0100 |
---|---|---|
committer | Simon Rettberg | 2014-11-19 19:46:19 +0100 |
commit | 8434cd9505a9672743908076896e417eddc47693 (patch) | |
tree | b997f9bb147f0ce473704212b9840717a5033bb0 /templates/sysconfig/custom-fileselect.html | |
parent | Added proxy server settings (diff) | |
download | slx-admin-8434cd9505a9672743908076896e417eddc47693.tar.gz slx-admin-8434cd9505a9672743908076896e417eddc47693.tar.xz slx-admin-8434cd9505a9672743908076896e417eddc47693.zip |
Several minor fixes
- Removed common share setting for now (until properly supported)
- Remove extra container div in message display
- Support multiline translation strings
- Add "next" button on top of file list when creating custom config module
Diffstat (limited to 'templates/sysconfig/custom-fileselect.html')
-rw-r--r-- | templates/sysconfig/custom-fileselect.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/sysconfig/custom-fileselect.html b/templates/sysconfig/custom-fileselect.html index de99c2f9..0c2d88e9 100644 --- a/templates/sysconfig/custom-fileselect.html +++ b/templates/sysconfig/custom-fileselect.html @@ -5,7 +5,11 @@ <span class="input-group-addon">{{lang_moduleName}}</span> <input type="text" name="title" class="form-control" placeholder="Mein Konfigurationsmodul" autofocus="autofocus"> </div> - <hr> + <div class="pull-right"> + <button type="submit" class="btn btn-primary">{{lang_next}} »</button> + </div> + <div class="clearfix"></div> + <hr> <p>{{lang_checkFileContent}}</p> <table class="table table-bordered table-condensed"> {{#files}} |