summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/tokens.html
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/shared/webapps/tps/ui/tokens.html')
-rw-r--r--base/tps/shared/webapps/tps/ui/tokens.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/shared/webapps/tps/ui/tokens.html b/base/tps/shared/webapps/tps/ui/tokens.html
index aca579a68..06d4fdf2a 100644
--- a/base/tps/shared/webapps/tps/ui/tokens.html
+++ b/base/tps/shared/webapps/tps/ui/tokens.html
@@ -38,7 +38,7 @@
</th>
</tr>
<tr>
- <th class="pki-select-column"><input id="token_selectall" type="checkbox"><label for="token_selectall">&nbsp;</label></th>
+ <th class="pki-select-column"><input id="tokens-selectall" type="checkbox"><label for="tokens-selectall">&nbsp;</label></th>
<th>Token ID</th>
<th>User ID</th>
<th>Type</th>
@@ -52,7 +52,7 @@
</thead>
<tbody>
<tr>
- <td class="pki-select-column"><input id="token_select" type="checkbox"><label for="token_select">&nbsp;</label></td>
+ <td class="pki-select-column"><input id="tokens-select" type="checkbox"><label for="tokens-select">&nbsp;</label></td>
<td name="id"><a href="#tokens/${id}">${id}</a></td>
<td name="userID">${userID}</td>
<td name="type">${type}</td>