summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/users.html
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/shared/webapps/tps/ui/users.html')
-rw-r--r--base/tps/shared/webapps/tps/ui/users.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/shared/webapps/tps/ui/users.html b/base/tps/shared/webapps/tps/ui/users.html
index 18d59c9de..76a33e9f9 100644
--- a/base/tps/shared/webapps/tps/ui/users.html
+++ b/base/tps/shared/webapps/tps/ui/users.html
@@ -38,14 +38,14 @@
</th>
</tr>
<tr>
- <th class="pki-select-column"><input id="user_selectall" type="checkbox"><label for="user_selectall">&nbsp;</label></th>
+ <th class="pki-select-column"><input id="users-selectall" type="checkbox"><label for="users-selectall">&nbsp;</label></th>
<th>User ID</th>
<th>Full Name</th>
</tr>
</thead>
<tbody>
<tr>
- <td class="pki-select-column"><input id="user_select" type="checkbox"><label for="user_select">&nbsp;</label></td>
+ <td class="pki-select-column"><input id="users-select" type="checkbox"><label for="users-select">&nbsp;</label></td>
<td name="id"><a href="#users/${id}">${id}</a></td>
<td name="fullName">${fullName}</td>
</tr>