summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
diff options
context:
space:
mode:
authorJannik Schönartz2017-03-09 02:02:35 +0100
committerJannik Schönartz2017-03-09 02:02:35 +0100
commit4ee3c24c31df83a592f1a09612638c73b3054805 (patch)
tree49de9b475702375eab84aaf42f41d4d1751372ff /modules-available/locationinfo
parentFehler beim xml lesen behoben (diff)
downloadslx-admin-4ee3c24c31df83a592f1a09612638c73b3054805.tar.gz
slx-admin-4ee3c24c31df83a592f1a09612638c73b3054805.tar.xz
slx-admin-4ee3c24c31df83a592f1a09612638c73b3054805.zip
Locationinfo: Admin-panel auto size cell for the Credentials button. In the German language the buttons were wrapped.
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r--modules-available/locationinfo/templates/location-info.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules-available/locationinfo/templates/location-info.html b/modules-available/locationinfo/templates/location-info.html
index 16318615..3e832284 100644
--- a/modules-available/locationinfo/templates/location-info.html
+++ b/modules-available/locationinfo/templates/location-info.html
@@ -7,12 +7,12 @@
<table class="table table-condensed locations" style="margin-bottom:0;">
<tr>
- <th width="30" style="text-align: center;" title="{{lang_serverID}}">{{lang_sID}}</th>
- <th width="90">{{lang_serverType}}</th>
+ <th title="{{lang_serverID}}">{{lang_sID}}</th>
+ <th width="1">{{lang_serverType}}</th>
<th>{{lang_locationName}}</th>
<th>{{lang_serverUrl}}</th>
- <th width="130" style="text-align: center;"></th>
- <th width="80" style="text-align: center;"></th>
+ <th width="1"></th>
+ <th width="1"></th>
</tr>
{{#serverlist}}
<form method="post" action="?do=locationinfo" id="serverForm-{{id}}">
@@ -36,11 +36,11 @@
<input readonly required id="input-url-{{id}}" name="url" type="text" value="{{url}}" style="padding:0;height:100%;width:100%;"></input>
</td>
- <td align="center" id="credentials-{{id}}" onclick="event.cancelBubble = true;">
+ <td align="center" id="credentials-{{id}}" onclick="event.cancelBubble = true;" style="white-space:nowrap;">
<button {{#auth}}class="btn btn-sm btn-success"{{/auth}}{{^auth}}class="btn btn-sm btn-danger"{{/auth}} id="credentials-btn-{{id}}" type="button" title="credentials" onclick="loadCredentialModal({{id}},'{{name}}');">{{lang_credentials}}</button>
<button class="btn btn-sm btn-primary table-refresh" id="refresh-btn-{{id}}" title="refresh" onclick="refreshButtonClick({{id}});">&#8634</button>
</td>
- <td align="center" id="btncell-{{id}}">
+ <td align="center" id="btncell-{{id}}" style="white-space:nowrap;">
<button class="btn btn-sm btn-primary table-edit" title="{{lang_edit}}" onclick="editButtonClick({{id}});" id="edit">&#x270E</button>
<button class="btn btn-sm btn-danger table-delete" type="button" title="{{lang_delete}}" onclick="deleteButtonClick({{id}});">&#10008</button>
</td>