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