Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 5594006: DOMUI Prefs: Add a subpage for startup page management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add changes lost during merge to trunk Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="page hidden" id="browserPage"> 1 <div id="browserPage" class="page hidden">
2 <h1 i18n-content="browserPage"></h1> 2 <h1 i18n-content="browserPage"></h1>
3 <section id="startupSection"> 3 <section id="startupSection">
4 <h3 i18n-content="startupGroupName"></h3> 4 <h3 i18n-content="startupGroupName"></h3>
5 <div> 5 <div>
6 <label class="radio"><input type="radio" name="startup" 6 <label class="radio"><input type="radio" name="startup"
7 pref="session.restore_on_startup" value="0" 7 pref="session.restore_on_startup" value="0"
8 metric="Options_Startup_Homepage"> 8 metric="Options_Startup_Homepage">
9 <span i18n-content="startupShowDefaultAndNewTab"></span></label> 9 <span i18n-content="startupShowDefaultAndNewTab"></span></label>
10 <label class="radio"><input type="radio" name="startup" 10 <label class="radio"><input type="radio" name="startup"
11 pref="session.restore_on_startup" value="1" 11 pref="session.restore_on_startup" value="1"
12 metric="Options_Startup_LastSession"> 12 metric="Options_Startup_LastSession">
13 <span i18n-content="startupShowLastSession"></span></label> 13 <span i18n-content="startupShowLastSession"></span></label>
14 <label class="radio"><input type="radio" name="startup" id="startupShowPag esButton" 14 <label class="radio"><input type="radio" name="startup" id="startupShowPag esButton"
15 pref="session.restore_on_startup" value="4" 15 pref="session.restore_on_startup" value="4"
16 metric="Options_Startup_Custom"> 16 metric="Options_Startup_Custom">
17 <span i18n-content="startupShowPages"></span></label> 17 <span id="startupShowPagesLabel"
18 i18n-content="startupShowPages"></span></label>
18 <div class="suboption"> 19 <div class="suboption">
19 <div id="startupPageManagement"> 20 <div id="startupPageManagement" class="fullView">
20 <list id="startupPages"></list> 21 <list id="startupPagesShortList"></list>
21 <div> 22 <div>
22 <button id="startupAddButton" 23 <button id="startupPageManagerButton"
23 i18n-content="startupAddButton"></button> 24 i18n-content="startupManagePages"></button>
24 <button id="startupRemoveButton"
25 i18n-content="startupRemoveButton"></button>
26 <button id="startupUseCurrentButton" 25 <button id="startupUseCurrentButton"
27 i18n-content="startupUseCurrent"></button> 26 i18n-content="startupUseCurrent"></button>
28 </div> 27 </div>
29 </div> 28 </div>
30 </div> 29 </div>
31 </div> 30 </div>
32 </section> 31 </section>
33 <section> 32 <section>
34 <h3 i18n-content="homepageGroupName"></h3> 33 <h3 i18n-content="homepageGroupName"></h3>
35 <div> 34 <div>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 <h3 i18n-content="defaultBrowserGroupName"></h3> 93 <h3 i18n-content="defaultBrowserGroupName"></h3>
95 <div> 94 <div>
96 <button id="defaultBrowserUseAsDefaultButton" 95 <button id="defaultBrowserUseAsDefaultButton"
97 i18n-content="defaultBrowserUseAsDefault"></button> 96 i18n-content="defaultBrowserUseAsDefault"></button>
98 <div id="defaultBrowserState" 97 <div id="defaultBrowserState"
99 i18n-content="defaultBrowserUnknown"></div> 98 i18n-content="defaultBrowserUnknown"></div>
100 </div> 99 </div>
101 </section> 100 </section>
102 </if> 101 </if>
103 </div> 102 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/startup_page_manager_handler.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698