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