| OLD | NEW |
| (Empty) |
| 1 <div id="certificateRestoreOverlay" class="page" hidden> | |
| 2 <div class="close-button"></div> | |
| 3 <h1 i18n-content="certificateRestorePasswordDescription"></h1> | |
| 4 <div class="content-area"> | |
| 5 <label id="certificateRestorePasswordLabel"> | |
| 6 <span i18n-content="certificatePasswordLabel"></span> | |
| 7 <input id="certificateRestorePassword" type="password"> | |
| 8 </label> | |
| 9 </div> | |
| 10 <div class="action-area"> | |
| 11 <div class="button-strip"> | |
| 12 <button id="certificateRestoreCancelButton" type="reset" | |
| 13 i18n-content="cancel"></button> | |
| 14 <button id="certificateRestoreOkButton" type="submit" i18n-content="ok"> | |
| 15 </button> | |
| 16 </div> | |
| 17 </div> | |
| 18 </div> | |
| OLD | NEW |