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

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

Issue 9514015: Force URL in settings page to be left-to-right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | 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 <span id="browser-options-search-field-container" 4 <span id="browser-options-search-field-container"
5 class="search-field-container"> 5 class="search-field-container">
6 <input id="search-field" type="search" 6 <input id="search-field" type="search"
7 i18n-values="placeholder:searchPlaceholder; 7 i18n-values="placeholder:searchPlaceholder;
8 aria-label:searchPlaceholder" incremental> 8 aria-label:searchPlaceholder" incremental>
9 </span> 9 </span>
10 </header> 10 </header>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 <div> 103 <div>
104 <button id="themes-gallery" i18n-content="themesGallery"></button> 104 <button id="themes-gallery" i18n-content="themesGallery"></button>
105 <button id="themes-reset" i18n-content="themesReset"></button> 105 <button id="themes-reset" i18n-content="themesReset"></button>
106 </div> 106 </div>
107 </if> 107 </if>
108 <div class="settings-row"> 108 <div class="settings-row">
109 <span i18n-content="homePage"></span> 109 <span i18n-content="homePage"></span>
110 <select id="home-page-select"> 110 <select id="home-page-select">
111 <option value="none" i18n-content="homePageNone"></option> 111 <option value="none" i18n-content="homePageNone"></option>
112 <option value="ntp" i18n-content="homePageNtp"></option> 112 <option value="ntp" i18n-content="homePageNtp"></option>
113 <option value="url"></option> 113 <option dir="ltr" value="url"></option>
114 <option value="choose" i18n-content="homePageChoose"></option> 114 <option value="choose" i18n-content="homePageChoose"></option>
115 </select> 115 </select>
116 </div> 116 </div>
117 <div class="checkbox"><label> 117 <div class="checkbox"><label>
118 <input type="checkbox" pref="bookmark_bar.show_on_all_tabs" 118 <input type="checkbox" pref="bookmark_bar.show_on_all_tabs"
119 metric="Options_ShowBookmarksBar"> 119 metric="Options_ShowBookmarksBar">
120 <span i18n-content="toolbarShowBookmarksBar"></span> 120 <span i18n-content="toolbarShowBookmarksBar"></span>
121 </label></div> 121 </label></div>
122 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> 122 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
123 <div class="checkbox"><label> 123 <div class="checkbox"><label>
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 </section> 633 </section>
634 </if> 634 </if>
635 </div> <!-- advanced-settings-container --> 635 </div> <!-- advanced-settings-container -->
636 </div> <!-- advanced-settings --> 636 </div> <!-- advanced-settings -->
637 <footer> 637 <footer>
638 <button id="advanced-settings-expander" class="link-button" 638 <button id="advanced-settings-expander" class="link-button"
639 i18n-content="showAdvancedSettings"> 639 i18n-content="showAdvancedSettings">
640 </button> 640 </button>
641 </footer> 641 </footer>
642 </div> 642 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698