| OLD | NEW |
| 1 <div class="page hidden" id="certificateManagerPage"> | 1 <div class="page hidden" id="certificateManagerPage"> |
| 2 <h1> | 2 <h1> |
| 3 <span i18n-content="advancedPage"></span> | 3 <span i18n-content="advancedPage"></span> |
| 4 > | 4 > |
| 5 <span i18n-content="certificateManagerPage"></span> | 5 <span i18n-content="certificateManagerPage"></span> |
| 6 </h1> | 6 </h1> |
| 7 | 7 |
| 8 <!-- Navigation tabs --> | 8 <!-- Navigation tabs --> |
| 9 <div class="subpages-nav-tabs"> | 9 <div class="subpages-nav-tabs"> |
| 10 <span i18n-content="personalCertsTabTitle" id="personal-certs-nav-tab" | 10 <span i18n-content="personalCertsTabTitle" id="personal-certs-nav-tab" |
| 11 class="inactive-tab" tab-contents="personalCertsTab"></span><span | 11 class="inactive-tab" tab-contents="personalCertsTab"></span><span |
| 12 i18n-content="emailCertsTabTitle" id="email-certs-nav-tab" | |
| 13 class="inactive-tab" tab-contents="emailCertsTab"></span><span | |
| 14 i18n-content="serverCertsTabTitle" id="server-certs-nav-tab" | 12 i18n-content="serverCertsTabTitle" id="server-certs-nav-tab" |
| 15 class="inactive-tab" tab-contents="serverCertsTab"></span><span | 13 class="inactive-tab" tab-contents="serverCertsTab"></span><span |
| 16 i18n-content="caCertsTabTitle" id="ca-certs-nav-tab" | 14 i18n-content="caCertsTabTitle" id="ca-certs-nav-tab" |
| 17 class="inactive-tab" tab-contents="caCertsTab"></span><span | 15 class="inactive-tab" tab-contents="caCertsTab"></span><span |
| 18 i18n-content="unknownCertsTabTitle" id="other-certs-nav-tab" | 16 i18n-content="unknownCertsTabTitle" id="other-certs-nav-tab" |
| 19 class="inactive-tab" tab-contents="otherCertsTab"></span> | 17 class="inactive-tab" tab-contents="otherCertsTab"></span> |
| 20 </div> | 18 </div> |
| 21 | 19 |
| 22 <!-- TODO(mattm): get rid of use of tables? --> | 20 <!-- TODO(mattm): get rid of use of tables? --> |
| 23 | 21 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 41 disabled></button> | 39 disabled></button> |
| 42 --> | 40 --> |
| 43 <button id="personalCertsTab-import" i18n-content="import_certificate" | 41 <button id="personalCertsTab-import" i18n-content="import_certificate" |
| 44 ></button> | 42 ></button> |
| 45 <button id="personalCertsTab-delete" i18n-content="delete_certificate" | 43 <button id="personalCertsTab-delete" i18n-content="delete_certificate" |
| 46 disabled></button> | 44 disabled></button> |
| 47 </td></tr> | 45 </td></tr> |
| 48 </table> | 46 </table> |
| 49 </div> | 47 </div> |
| 50 | 48 |
| 51 <div id="emailCertsTab" class="subpages-tab-contents"> | |
| 52 <table class="certificate-tree-table"> | |
| 53 <tr><td> | |
| 54 <span i18n-content="emailCertsTabDescription"></span> | |
| 55 </td></tr> | |
| 56 <tr><td> | |
| 57 <tree id="emailCertsTab-tree" class="certificate-tree"></tree> | |
| 58 </td></tr> | |
| 59 <tr><td> | |
| 60 <button id="emailCertsTab-view" i18n-content="view_certificate" | |
| 61 disabled></button> | |
| 62 <!-- We don't really care about email certificates, so not much point | |
| 63 bothering to implement these... | |
| 64 <button id="emailCertsTab-edit" i18n-content="edit_certificate" | |
| 65 disabled></button> | |
| 66 <button id="emailCertsTab-import" i18n-content="import_certificate" | |
| 67 ></button> | |
| 68 --> | |
| 69 <button id="emailCertsTab-export" i18n-content="export_certificate" | |
| 70 disabled></button> | |
| 71 <button id="emailCertsTab-delete" i18n-content="delete_certificate" | |
| 72 disabled></button> | |
| 73 </td></tr> | |
| 74 </table> | |
| 75 </div> | |
| 76 | |
| 77 <div id="serverCertsTab" class="subpages-tab-contents"> | 49 <div id="serverCertsTab" class="subpages-tab-contents"> |
| 78 <table class="certificate-tree-table"> | 50 <table class="certificate-tree-table"> |
| 79 <tr><td> | 51 <tr><td> |
| 80 <span i18n-content="serverCertsTabDescription"></span> | 52 <span i18n-content="serverCertsTabDescription"></span> |
| 81 </td></tr> | 53 </td></tr> |
| 82 <tr><td> | 54 <tr><td> |
| 83 <tree id="serverCertsTab-tree" class="certificate-tree"></tree> | 55 <tree id="serverCertsTab-tree" class="certificate-tree"></tree> |
| 84 </td></tr> | 56 </td></tr> |
| 85 <tr><td> | 57 <tr><td> |
| 86 <button id="serverCertsTab-view" i18n-content="view_certificate" | 58 <button id="serverCertsTab-view" i18n-content="view_certificate" |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 <button id="otherCertsTab-export" i18n-content="export_certificate" | 108 <button id="otherCertsTab-export" i18n-content="export_certificate" |
| 137 disabled></button> | 109 disabled></button> |
| 138 <button id="otherCertsTab-delete" i18n-content="delete_certificate" | 110 <button id="otherCertsTab-delete" i18n-content="delete_certificate" |
| 139 disabled></button> | 111 disabled></button> |
| 140 </td></tr> | 112 </td></tr> |
| 141 </table> | 113 </table> |
| 142 </div> | 114 </div> |
| 143 | 115 |
| 144 </div> | 116 </div> |
| 145 | 117 |
| OLD | NEW |