| OLD | NEW |
| 1 <div class="page hidden" id="instantConfirmOverlay"> | 1 <div id="instantConfirmOverlay" class="page hidden"> |
| 2 <h1 i18n-content="instantConfirmTitle"></h1> | 2 <h1 i18n-content="instantConfirmTitle"></h1> |
| 3 <!-- The text has line breaks, so we must use a pre. --> | 3 <!-- The text has line breaks, so we must use a pre. --> |
| 4 <pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre> | 4 <div class="content-area"> |
| 5 <a target="_blank" i18n-values="href:instantLearnMoreLink" | 5 <pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre> |
| 6 i18n-content="learnMore" id="instantConfirmLearnMore"></a> | 6 <a target="_blank" i18n-values="href:instantLearnMoreLink" |
| 7 <div class="action-area button-strip"> | 7 i18n-content="learnMore" id="instantConfirmLearnMore"></a> |
| 8 <button id="instantConfirmCancel" i18n-content="cancel" | 8 </div> |
| 9 class="cancel-button"></button> | 9 <div class="action-area"> |
| 10 <button id="instantConfirmOk" i18n-content="ok"></button> | 10 <div class="button-strip"> |
| 11 <button id="instantConfirmCancel" i18n-content="cancel" |
| 12 class="cancel-button"></button> |
| 13 <button id="instantConfirmOk" i18n-content="ok"></button> |
| 14 </div> |
| 11 </div> | 15 </div> |
| 12 </div> | 16 </div> |
| OLD | NEW |