summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/certs.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-10-14 20:24:53 +0200
committerEndi S. Dewata <edewata@redhat.com>2015-10-15 03:37:01 +0200
commit14c3c2992fc5eccb7cafad38d0b5a0e7503982d5 (patch)
tree0ca93dfc315e53b3e94592068a2291de049f325f /base/tps/shared/webapps/tps/ui/certs.html
parent52ec49ab00f9c2efe0b58aaafb26085ce119392c (diff)
downloadpki-14c3c2992fc5eccb7cafad38d0b5a0e7503982d5.tar.gz
pki-14c3c2992fc5eccb7cafad38d0b5a0e7503982d5.tar.xz
pki-14c3c2992fc5eccb7cafad38d0b5a0e7503982d5.zip
Updated TPS UI element IDs.
The TPS UI navigation elements have been updated to add the missing names and to use better names. The checkbox IDs in various pages have also been renamed for consistency. The pki-ui.js has been modified to use the checkbox ID of the template row instead of table name to construct the checkbox ID of the actual rows. https://fedorahosted.org/pki/ticket/1622
Diffstat (limited to 'base/tps/shared/webapps/tps/ui/certs.html')
-rw-r--r--base/tps/shared/webapps/tps/ui/certs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/shared/webapps/tps/ui/certs.html b/base/tps/shared/webapps/tps/ui/certs.html
index 52e229f7b..7d91162eb 100644
--- a/base/tps/shared/webapps/tps/ui/certs.html
+++ b/base/tps/shared/webapps/tps/ui/certs.html
@@ -38,7 +38,7 @@
</th>
</tr>
<tr>
- <th class="pki-select-column"><input id="cert_selectall" type="checkbox"><label for="cert_selectall">&nbsp;</label></tdh>
+ <th class="pki-select-column"><input id="certs-selectall" type="checkbox"><label for="certs-selectall">&nbsp;</label></tdh>
<th>Certificate ID</th>
<th>Serial Number</th>
<th>Subject</th>
@@ -52,7 +52,7 @@
</thead>
<tbody>
<tr>
- <td class="pki-select-column"><input id="cert_select" type="checkbox"><label for="cert_select">&nbsp;</label></td>
+ <td class="pki-select-column"><input id="certs-select" type="checkbox"><label for="certs-select">&nbsp;</label></td>
<td name="id"><a href="#certs/${id}">${id}</a></td>
<td name="serialNumber">${serialNumber}</td>
<td name="subject">${subject}</td>