summaryrefslogtreecommitdiffstats
path: root/modules-available/syslog/templates
diff options
context:
space:
mode:
authorChristian Hofmaier2017-10-16 15:30:43 +0200
committerChristian Hofmaier2017-10-16 15:30:43 +0200
commit683c5272769143ce4098b781d26575cfd4df9b91 (patch)
treee11dc9b838bccf1f936579e7133625f20dc518d4 /modules-available/syslog/templates
parent[eventlog] changed module name in navigation and site title back to "Server-Log" (diff)
downloadslx-admin-683c5272769143ce4098b781d26575cfd4df9b91.tar.gz
slx-admin-683c5272769143ce4098b781d26575cfd4df9b91.tar.xz
slx-admin-683c5272769143ce4098b781d26575cfd4df9b91.zip
[sysconfig] renamed "Go"-Button to "apply filter" and connected the button to the input field
Diffstat (limited to 'modules-available/syslog/templates')
-rw-r--r--modules-available/syslog/templates/page-syslog.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/modules-available/syslog/templates/page-syslog.html b/modules-available/syslog/templates/page-syslog.html
index 9287d855..2177822f 100644
--- a/modules-available/syslog/templates/page-syslog.html
+++ b/modules-available/syslog/templates/page-syslog.html
@@ -19,11 +19,13 @@
<label for="notbox">{{lang_not}}</label>
</div>
</div>
- <div class="col-sm-10">
- <input id="filterstring" placeholder="id" value="{{filter}}" name="filter">
- </div>
- <div class="col-sm-1">
- <button class="btn btn-primary" style="display: inline-block;" type="submit">{{lang_go}}</button>
+ <div class="col-sm-11">
+ <div class="input-group">
+ <input id="filterstring" placeholder="id" value="{{filter}}" name="filter">
+ <span style="padding-bottom: 5px;" class="input-group-btn">
+ <button class="btn btn-primary" type="submit">{{lang_applyFilter}}</button>
+ </span>
+ </div>
</div>
</div>
</form>