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

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

Issue 9232010: [uber page] Migrate all elements in the 'System' (cros) page to new locations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months 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 id="browserPage" class="page" hidden> 1 <div id="browserPage" class="page" hidden>
2 <h1 i18n-content="browserPage"></h1> 2 <h1 i18n-content="browserPage"></h1>
3 <section id="sync-section"> 3 <section id="sync-section">
4 <h3 i18n-content="syncSection"></h3> 4 <h3 i18n-content="syncSection"></h3>
5 <div id="sync-overview" class="section-description" hidden> 5 <div id="sync-overview" class="section-description" hidden>
6 <p i18n-content="syncOverview"></p> 6 <p i18n-content="syncOverview"></p>
7 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> 7 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a>
8 </div> 8 </div>
9 <div id="sync-status" hidden> 9 <div id="sync-status" hidden>
10 <span id="sync-status-text"></span> 10 <span id="sync-status-text"></span>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <label> 99 <label>
100 <input id="show-window-decorations" type="checkbox" 100 <input id="show-window-decorations" type="checkbox"
101 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" 101 pref="browser.custom_chrome_frame" metric="Options_CustomFrame"
102 inverted_pref> 102 inverted_pref>
103 <span i18n-content="showWindowDecorations"></span> 103 <span i18n-content="showWindowDecorations"></span>
104 </label> 104 </label>
105 </div> 105 </div>
106 </if> 106 </if>
107 </div> 107 </div>
108 </section> 108 </section>
109 <if expr="pp_ifdef('chromeos')">
110 <section>
111 <h3 i18n-content="deviceGroupName"></h3>
112 <div class="option-control-table">
113 <span class="option-name" i18n-content="deviceGroupPointer"></span>
114 <div id="pointer-value">
115 <div id="slider-control">
116 <input id="sensitivity-range" type="range" min="1" max="5"
117 pref="settings.touchpad.sensitivity2" class="touch-slider">
118 <div>
119 <span i18n-content="pointerSensitivityLess"></span>
120 <span id="pointer-sensitivity-more"
121 i18n-content="pointerSensitivityMore"></span>
122 </div>
123 </div>
124 </div>
125 <button id="pointer-settings-button"
126 i18n-content="pointerSettingsButtonTitle"></button>
127 </div>
128 <div>
129 <span i18n-content="deviceGroupKeyboard"></span>
130 <button id="keyboard-settings-button"
131 i18n-content="keyboardSettingsButtonTitle"></button>
132 </div>
133 <div id="brightness-value">
134 <span i18n-content="deviceGroupBrightness"></span>
135 <button id="brightness-decrease-button"
136 i18n-content="brightnessDecrease"></button>
137 <button id="brightness-increase-button"
138 i18n-content="brightnessIncrease"></button>
139 </div>
140 </section>
141 </if>
109 <section> 142 <section>
110 <h3 i18n-content="defaultSearchGroupName"></h3> 143 <h3 i18n-content="defaultSearchGroupName"></h3>
111 <div id="defaultSearchEngineGroup"> 144 <div id="defaultSearchEngineGroup">
112 <div id="defaultSearchGroupLabel" 145 <div id="defaultSearchGroupLabel"
113 i18n-values=".innerHTML:defaultSearchGroupLabel"></div> 146 i18n-values=".innerHTML:defaultSearchGroupLabel"></div>
114 <div> 147 <div>
115 <select id="defaultSearchEngine" class="weakrtl"></select> 148 <select id="defaultSearchEngine" class="weakrtl"></select>
116 <button id="defaultSearchManageEnginesButton" 149 <button id="defaultSearchManageEnginesButton"
117 i18n-content="defaultSearchManageEngines"></button> 150 i18n-content="defaultSearchManageEngines"></button>
118 </div> 151 </div>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 </if> 212 </if>
180 <section> 213 <section>
181 <h3 i18n-content="advancedGroupName"></h3> 214 <h3 i18n-content="advancedGroupName"></h3>
182 <div> 215 <div>
183 <div i18n-content="advancedGroupDescription"></div> 216 <div i18n-content="advancedGroupDescription"></div>
184 <button id="advancedOptionsButton" 217 <button id="advancedOptionsButton"
185 i18n-content="advancedOptionsButtonTitle"></button> 218 i18n-content="advancedOptionsButtonTitle"></button>
186 </div> 219 </div>
187 </section> 220 </section>
188 </div> 221 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698