| OLD | NEW |
| (Empty) |
| 1 <div id="certificateBackupOverlay" class="page" hidden> | |
| 2 <h1 i18n-content="certificateExportPasswordDescription"></h1> | |
| 3 <div class="content-area"> | |
| 4 <table> | |
| 5 <tr> | |
| 6 <td> | |
| 7 <label for="certificateBackupPassword"> | |
| 8 <span i18n-content="certificatePasswordLabel"></span> | |
| 9 </label> | |
| 10 </td> | |
| 11 <td> | |
| 12 <input id="certificateBackupPassword" type="password"> | |
| 13 </td> | |
| 14 </tr> | |
| 15 <tr> | |
| 16 <td> | |
| 17 <label for="certificateBackupPassword2"> | |
| 18 <span i18n-content="certificateConfirmPasswordLabel"></span> | |
| 19 </label> | |
| 20 </td> | |
| 21 <td> | |
| 22 <input id="certificateBackupPassword2" type="password"> | |
| 23 </td> | |
| 24 </tr> | |
| 25 </table> | |
| 26 <p> | |
| 27 <span i18n-content="certificateExportPasswordHelp"></span> | |
| 28 </p> | |
| 29 </div> | |
| 30 <div class="action-area"> | |
| 31 <div class="button-strip"> | |
| 32 <button id="certificateBackupCancelButton" type="reset" | |
| 33 i18n-content="cancel"></button> | |
| 34 <button id="certificateBackupOkButton" type="submit" i18n-content="ok" | |
| 35 disabled></button> | |
| 36 </div> | |
| 37 </div> | |
| 38 </div> | |
| OLD | NEW |