diff options
author | Simon Rettberg | 2019-04-03 15:42:10 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-04-03 15:42:34 +0200 |
commit | 1bb5f0eb42a72c10e81c89d71f5c9eb7eb0e419c (patch) | |
tree | cf00068bd1906d34d1507ea02c953e713503a202 /modules-available/locationinfo/templates/ajax-config-location.html | |
parent | [serversetup-bwlp-ipxe] Reset bwlp bootentries on install (diff) | |
download | slx-admin-1bb5f0eb42a72c10e81c89d71f5c9eb7eb0e419c.tar.gz slx-admin-1bb5f0eb42a72c10e81c89d71f5c9eb7eb0e419c.tar.xz slx-admin-1bb5f0eb42a72c10e81c89d71f5c9eb7eb0e419c.zip |
[locationinfo] Update translations
Diffstat (limited to 'modules-available/locationinfo/templates/ajax-config-location.html')
-rw-r--r-- | modules-available/locationinfo/templates/ajax-config-location.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/locationinfo/templates/ajax-config-location.html b/modules-available/locationinfo/templates/ajax-config-location.html index 102a6ea4..47d4ba8a 100644 --- a/modules-available/locationinfo/templates/ajax-config-location.html +++ b/modules-available/locationinfo/templates/ajax-config-location.html @@ -99,10 +99,10 @@ <h3>{{lang_remoteSchedule}}</h3> <div class="row"> <div class="col-sm-3"> - {{lang_server}} + <label for="backend-select">{{lang_backend}}</label> </div> <div class="col-sm-7"> - <select class="form-control" name="serverid"> + <select id="backend-select" class="form-control" name="serverid"> <option value="0">{{lang_noServer}}</option> {{#serverlist}} <option value="{{serverid}}" {{selected}}>{{servername}}</option> @@ -131,10 +131,10 @@ </div> <div class="row"> <div class="col-sm-3"> - {{lang_roomId}} + <label for="roomid-input">{{lang_roomId}}</label> </div> <div class="col-sm-7"> - <input class="form-control" name="serverlocationid" id="serverlocationid" value="{{serverlocationid}}"> + <input id="roomid-input" class="form-control" name="serverlocationid" id="serverlocationid" value="{{serverlocationid}}"> </div> <div class="col-sm-2"> <p class="btn btn-static helptext" title="{{lang_roomIdTooltip}}"> |