summaryrefslogtreecommitdiffstats
path: root/modules-available/syslog
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
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')
-rw-r--r--modules-available/syslog/lang/de/template-tags.json3
-rw-r--r--modules-available/syslog/lang/en/template-tags.json3
-rw-r--r--modules-available/syslog/templates/page-syslog.html12
3 files changed, 11 insertions, 7 deletions
diff --git a/modules-available/syslog/lang/de/template-tags.json b/modules-available/syslog/lang/de/template-tags.json
index 49e94602..c8b2bb45 100644
--- a/modules-available/syslog/lang/de/template-tags.json
+++ b/modules-available/syslog/lang/de/template-tags.json
@@ -6,5 +6,6 @@
"lang_filter": "Filter",
"lang_go": "Go",
"lang_not": "not",
- "lang_when": "Wann"
+ "lang_when": "Wann",
+ "lang_applyFilter": "Filter anwenden"
} \ No newline at end of file
diff --git a/modules-available/syslog/lang/en/template-tags.json b/modules-available/syslog/lang/en/template-tags.json
index 71f61693..7dae52d9 100644
--- a/modules-available/syslog/lang/en/template-tags.json
+++ b/modules-available/syslog/lang/en/template-tags.json
@@ -6,5 +6,6 @@
"lang_filter": "Filter",
"lang_go": "Go",
"lang_not": "not",
- "lang_when": "When"
+ "lang_when": "When",
+ "lang_applyFilter": "Apply Filter"
} \ No newline at end of file
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>