OLD | NEW |
1 <div id="startup-overlay" class="page" hidden> | 1 <div id="startup-overlay" class="page" hidden> |
2 <h1 i18n-content="startupPagesOverlay"></h1> | 2 <h1 i18n-content="startupPagesOverlay"></h1> |
| 3 <!-- This <input> element is always hidden. It needs to be here so that |
| 4 its 'controlled-by' attribute will get set when the urls preference is |
| 5 managed by a policy, so that the managed prefs bar will show up. |
| 6 --> |
| 7 <input type="text" pref="session.urls_to_restore_on_startup" hidden> |
3 <div class="content-area"> | 8 <div class="content-area"> |
4 <list id="startupPagesList"></list> | 9 <list id="startupPagesList"></list> |
5 </div> | 10 </div> |
6 <div class="action-area"> | 11 <div class="action-area"> |
7 <span class="hbox stretch"> | 12 <span class="hbox stretch"> |
8 <button id="startupUseCurrentButton" | 13 <button id="startupUseCurrentButton" |
9 i18n-content="startupUseCurrent"></button> | 14 i18n-content="startupUseCurrent"></button> |
10 </span> | 15 </span> |
11 <button id="startup-overlay-cancel" i18n-content="cancel"></button> | 16 <button id="startup-overlay-cancel" i18n-content="cancel"></button> |
12 <button id="startup-overlay-confirm" i18n-content="ok"></button> | 17 <button id="startup-overlay-confirm" i18n-content="ok"></button> |
13 </div> | 18 </div> |
14 <div id="startupPagesListDropmarker"></div> | 19 <div id="startupPagesListDropmarker"></div> |
15 </div> | 20 </div> |
OLD | NEW |