summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/_page.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-28 16:08:37 +0200
committerSimon Rettberg2015-09-28 16:08:37 +0200
commit8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6 (patch)
tree3ea1985c7ca4484a36c0bdc452f2eec7706440e1 /templates/sysconfig/_page.html
parentUse systemctl to start/stop services (diff)
downloadslx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.tar.gz
slx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.tar.xz
slx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.zip
Improved several translations, added help texts, fixed module grouping, layout
Diffstat (limited to 'templates/sysconfig/_page.html')
-rw-r--r--templates/sysconfig/_page.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/sysconfig/_page.html b/templates/sysconfig/_page.html
index 438294e8..6d99e1e2 100644
--- a/templates/sysconfig/_page.html
+++ b/templates/sysconfig/_page.html
@@ -11,8 +11,8 @@
<input type="hidden" name="action" value="config">
<table id="conftable" class="slx-table" style="max-width:100px !important">
{{#configs}}
- <tr class="slx-pointer" data-modlist="{{modlist}}" onclick="showmod(this, 'bold')" onmouseover="showmod(this, 'fade')" onmouseout="showmod(this, 'reset')">
- <td class="slx-width-ignore slx-nowrap"><div class="slx-dyn-ellipsis">{{config}}</div></td>
+ <tr data-modlist="{{modlist}}" onclick="showmod(this, 'bold')" onmouseover="showmod(this, 'fade')" onmouseout="showmod(this, 'reset')">
+ <td class="slx-pointer slx-width-ignore slx-nowrap"><div class="slx-dyn-ellipsis">{{config}}</div></td>
<td>
{{^current}}
<button class="btn btn-primary btn-xs" name="activate" value="{{configid}}">
@@ -21,7 +21,7 @@
</button>
{{/current}}
{{#current}}
- <span class="btn btn-success btn-xs">
+ <span class="btn btn-success btn-xs slx-nopointer">
<span class="glyphicon glyphicon-ok"></span>
{{lang_active}}
</span>