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

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

Issue 14710011: Redesign display options for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <if expr="not pp_ifdef('chromeos')"> 5 <if expr="not pp_ifdef('chromeos')">
6 <include src="sync_section.html"> 6 <include src="sync_section.html">
7 </if> 7 </if>
8 <if expr="pp_ifdef('chromeos')"> 8 <if expr="pp_ifdef('chromeos')">
9 <section> 9 <section>
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 </div> 110 </div>
111 <div id="no-pointing-devices" i18n-content="noPointingDevices" 111 <div id="no-pointing-devices" i18n-content="noPointingDevices"
112 class="settings-row" hidden> 112 class="settings-row" hidden>
113 </div> 113 </div>
114 <div class="settings-row"> 114 <div class="settings-row">
115 <button id="pointer-settings-button"> 115 <button id="pointer-settings-button">
116 </button> 116 </button>
117 <button id="keyboard-settings-button" 117 <button id="keyboard-settings-button"
118 i18n-content="keyboardSettingsButtonTitle"> 118 i18n-content="keyboardSettingsButtonTitle">
119 </button> 119 </button>
120 <!-- By default, the display settings are hidden. They are only visible 120 <span id="display-options-section">
121 if more than one display is found. -->
122 <span id="display-options-section" hidden>
123 <button id="display-options" i18n-content="displayOptions"> 121 <button id="display-options" i18n-content="displayOptions">
124 </button> 122 </button>
125 </span> 123 </span>
126 </div> 124 </div>
127 </div> 125 </div>
128 </section> 126 </section>
129 </if> 127 </if>
130 <section> 128 <section>
131 <h3 i18n-content="sectionTitleSearch"></h3> 129 <h3 i18n-content="sectionTitleSearch"></h3>
132 <div> 130 <div>
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 </section> 716 </section>
719 </if> 717 </if>
720 </div> <!-- advanced-settings-container --> 718 </div> <!-- advanced-settings-container -->
721 </div> <!-- advanced-settings --> 719 </div> <!-- advanced-settings -->
722 <footer> 720 <footer>
723 <button id="advanced-settings-expander" class="link-button" 721 <button id="advanced-settings-expander" class="link-button"
724 i18n-content="showAdvancedSettings"> 722 i18n-content="showAdvancedSettings">
725 </button> 723 </button>
726 </footer> 724 </footer>
727 </div> 725 </div>
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698