summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
diff options
context:
space:
mode:
authorJannik Schönartz2017-03-01 15:39:01 +0100
committerJannik Schönartz2017-03-01 15:39:01 +0100
commit6e2f73259c80a31325cd9ce5e22ba990daa2b9bb (patch)
tree524fa447f584b399015136a6d481f859744c8a4e /modules-available/locationinfo/templates
parentBugfixes (diff)
downloadslx-admin-6e2f73259c80a31325cd9ce5e22ba990daa2b9bb.tar.gz
slx-admin-6e2f73259c80a31325cd9ce5e22ba990daa2b9bb.tar.xz
slx-admin-6e2f73259c80a31325cd9ce5e22ba990daa2b9bb.zip
API: Fixed Calendar function.
Diffstat (limited to 'modules-available/locationinfo/templates')
-rw-r--r--modules-available/locationinfo/templates/location-info.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules-available/locationinfo/templates/location-info.html b/modules-available/locationinfo/templates/location-info.html
index 98a61571..c7db6c66 100644
--- a/modules-available/locationinfo/templates/location-info.html
+++ b/modules-available/locationinfo/templates/location-info.html
@@ -37,7 +37,7 @@
</td>
<td align="center" id="credentials-{{id}}" onclick="event.cancelBubble = true;">
- <button class="btn btn-sm btn-primary" type="button" title="credentials" onclick="loadCredentialModal({{id}},'{{name}}');" id="credentials">{{lang_credentials}}</button>
+ <button class="btn btn-sm btn-primary" id="credentials-btn-{{id}}" type="button" title="credentials" onclick="loadCredentialModal({{id}},'{{name}}');" id="credentials">{{lang_credentials}}</button>
</td>
<td align="center" id="btncell-{{id}}">
<button class="btn btn-sm btn-primary table-edit" title="{{lang_edit}}" onclick="editButtonClick({{id}});" id="edit">&#x270E</button>
@@ -56,7 +56,6 @@
</table>
<br>
<button class="btn btn-success btn-sm" id="addServerButton" onclick="addNewServerRow()"><span class="glyphicon glyphicon-plus-sign"> {{lang_addServer}}</span></button>
- <!--<a class="btn btn-danger btn-sm" onclick=>{{lang_deleteAll}}</a>-->
<br><br><br>
</div>