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

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

Issue 6246005: Fix a bug that broke the timezone setting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« 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 class="page hidden" id="systemPage"> 1 <div class="page hidden" id="systemPage">
2 <h1 i18n-content="systemPage"></h1> 2 <h1 i18n-content="systemPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="datetime_title"></h3> 4 <h3 i18n-content="datetime_title"></h3>
5 <table class="option-control-table"> 5 <table class="option-control-table">
6 <tr> 6 <tr>
7 <td class="option-name" i18n-content="timezone"></td> 7 <td class="option-name" i18n-content="timezone"></td>
8 <td class="option-value"> 8 <td class="option-value">
9 <select id="timezone-select" class="control" 9 <select id="timezone-select" class="control"
10 i18n-options="timezoneList" 10 i18n-options="timezoneList"
11 dataType="string"
11 pref="cros.system.timezone"></select> 12 pref="cros.system.timezone"></select>
12 </td> 13 </td>
13 </tr> 14 </tr>
14 </table> 15 </table>
15 </section> 16 </section>
16 <section> 17 <section>
17 <h3 i18n-content="touchpad"></h3> 18 <h3 i18n-content="touchpad"></h3>
18 <table class="option-control-table"> 19 <table class="option-control-table">
19 <tr> 20 <tr>
20 <td class="option-name" i18n-content="sensitivity"></td> 21 <td class="option-name" i18n-content="sensitivity"></td>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <label class="checkbox"> 57 <label class="checkbox">
57 <input id="accesibility-check" 58 <input id="accesibility-check"
58 pref="settings.accessibility" type="checkbox"> 59 pref="settings.accessibility" type="checkbox">
59 <span i18n-content="accessibility"></span> 60 <span i18n-content="accessibility"></span>
60 </label> 61 </label>
61 </td> 62 </td>
62 </tr> 63 </tr>
63 </table> 64 </table>
64 </section> 65 </section>
65 </div> 66 </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