OLD | NEW |
1 <div id="startup-overlay" class="page" hidden> | 1 <div id="startup-overlay" class="page" hidden> |
2 <h1 i18n-content="startupPagesDialogTitle"></h1> | 2 <h1 i18n-content="startupPagesOverlay"></h1> |
3 <div class="content-area"> | 3 <div class="content-area"> |
4 <list id="startupPagesList"></list> | 4 <list id="startupPagesList"></list> |
5 </div> | 5 </div> |
6 <div class="action-area"> | 6 <div class="action-area"> |
7 <span class="hbox stretch"> | 7 <span class="hbox stretch"> |
8 <button id="startupUseCurrentButton" | 8 <button id="startupUseCurrentButton" |
9 i18n-content="startupUseCurrent"></button> | 9 i18n-content="startupUseCurrent"></button> |
10 </span> | 10 </span> |
11 <button id="startup-overlay-cancel" i18n-content="cancel"></button> | 11 <button id="startup-overlay-cancel" i18n-content="cancel"></button> |
12 <button id="startup-overlay-confirm" i18n-content="ok"></button> | 12 <button id="startup-overlay-confirm" i18n-content="ok"></button> |
13 </div> | 13 </div> |
14 <div id="startupPagesListDropmarker"></div> | 14 <div id="startupPagesListDropmarker"></div> |
15 </div> | 15 </div> |
OLD | NEW |