summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/authenticator.html
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/shared/webapps/tps/ui/authenticator.html')
-rw-r--r--base/tps/shared/webapps/tps/ui/authenticator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/shared/webapps/tps/ui/authenticator.html b/base/tps/shared/webapps/tps/ui/authenticator.html
index 59d3e40b5..5a27eb8e0 100644
--- a/base/tps/shared/webapps/tps/ui/authenticator.html
+++ b/base/tps/shared/webapps/tps/ui/authenticator.html
@@ -75,14 +75,14 @@
</th>
</tr>
<tr>
- <th class="pki-select-column"><input id="authenticator_selectall" type="checkbox"><label for="authenticator_selectall">&nbsp;</label></th>
+ <th class="pki-select-column"><input id="authenticator-properties-selectall" type="checkbox"><label for="authenticator-properties-selectall">&nbsp;</label></th>
<th class="pki-property-name-column">Name</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
- <td class="pki-select-column"><input id="authenticator_select" type="checkbox"><label for="authenticator_select">&nbsp;</label></td>
+ <td class="pki-select-column"><input id="authenticator-properties-select" type="checkbox"><label for="authenticator-properties-select">&nbsp;</label></td>
<td name="id" class="pki-property-name-column"><a href="/tps/ui/authenticators/${parent.id}/properties/${id}">${id}</a></td>
<td name="value">${value}</td>
</tr>