| OLD | NEW |
| (Empty) |
| 1 <div id="certificateEditCaTrustOverlay" class="page" hidden> | |
| 2 <h1><span i18n-content="certificateEditCaTitle"></span></h1> | |
| 3 <div class="close-button"></div> | |
| 4 <div class="content-area"> | |
| 5 <div> | |
| 6 <span id="certificateEditCaTrustDescription"></span> | |
| 7 </div> | |
| 8 <section> | |
| 9 <h3><span i18n-content="certificateEditTrustLabel"></span></h3> | |
| 10 <div class="checkbox"> | |
| 11 <label id="certificateCaTrustSSLLabel"> | |
| 12 <input id="certificateCaTrustSSLCheckbox" type="checkbox"> | |
| 13 <span i18n-content="certificateCaTrustSSLLabel"></span> | |
| 14 </label> | |
| 15 </div> | |
| 16 <div class="checkbox"> | |
| 17 <label id="certificateCaTrustEmailLabel"> | |
| 18 <input id="certificateCaTrustEmailCheckbox" type="checkbox"> | |
| 19 <span i18n-content="certificateCaTrustEmailLabel"></span> | |
| 20 </label> | |
| 21 </div> | |
| 22 <div class="checkbox"> | |
| 23 <label id="certificateCaTrustObjSignLabel"> | |
| 24 <input id="certificateCaTrustObjSignCheckbox" type="checkbox"> | |
| 25 <span i18n-content="certificateCaTrustObjSignLabel"></span> | |
| 26 </label> | |
| 27 </div> | |
| 28 </section> | |
| 29 </div> | |
| 30 <div class="action-area"> | |
| 31 <div class="button-strip"> | |
| 32 <button id="certificateEditCaTrustCancelButton" type="reset" | |
| 33 i18n-content="cancel"></button> | |
| 34 <button id="certificateEditCaTrustOkButton" type="submit" | |
| 35 i18n-content="ok"></button> | |
| 36 </div> | |
| 37 </div> | |
| 38 </div> | |
| OLD | NEW |