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

Side by Side Diff: chrome/browser/resources/options/chromeos/system_options.html

Issue 7088010: Layout adjustment for i18n compatibility. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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="systemPage" class="page" hidden> 1 <div id="systemPage" class="page" hidden>
2 <h1 i18n-content="systemPage"></h1> 2 <h1 i18n-content="systemPage"></h1>
3 <section> 3 <div class="displaytable">
kevers 2011/06/02 19:03:36 Added <div> to make use of 'display:table' for i18
4 <h3 i18n-content="datetime_title"></h3> 4 <section>
5 <table class="option-control-table"> 5 <h3 i18n-content="datetime_title"></h3>
6 <tr> 6 <table class="option-control-table">
7 <td class="option-name" i18n-content="timezone"></td> 7 <tr>
8 <td class="option-value"> 8 <td class="option-name" i18n-content="timezone"></td>
9 <select id="timezone-select" class="control" 9 <td class="option-value">
10 i18n-options="timezoneList" 10 <select id="timezone-select" class="control"
11 dataType="string" 11 i18n-options="timezoneList"
12 pref="cros.system.timezone"></select> 12 dataType="string"
13 </td> 13 pref="cros.system.timezone"></select>
14 <tr> 14 </td>
15 <td class="option-name" colspan="2"> 15 <tr>
16 <div class="checkbox"> 16 <td class="option-name" colspan="2">
17 <label> 17 <div class="checkbox">
18 <input id="use-24hour-clock" 18 <label>
19 pref="settings.clock.use_24hour_clock" 19 <input id="use-24hour-clock"
20 type="checkbox"> 20 pref="settings.clock.use_24hour_clock"
21 <span i18n-content="use_24hour_clock"></span> 21 type="checkbox">
22 </label> 22 <span i18n-content="use_24hour_clock"></span>
23 </div> 23 </label>
24 </td> 24 </div>
25 </tr> 25 </td>
26 </tr> 26 </tr>
27 </table> 27 </tr>
28 </section> 28 </table>
29 <section> 29 </section>
30 <h3 i18n-content="touchpad"></h3> 30 <section>
31 <table class="option-control-table"> 31 <h3 i18n-content="touchpad"></h3>
32 <tr> 32 <table class="option-control-table">
33 <td class="option-name" i18n-content="sensitivity"></td> 33 <tr>
34 <td class="option-value"> 34 <td class="option-name" i18n-content="sensitivity"></td>
35 <input id="sensitivity-range" type="range" min="1" max="5" 35 <td class="option-value">
36 pref="settings.touchpad.sensitivity2" class="touch-slider"> 36 <input id="sensitivity-range" type="range" min="1" max="5"
37 </td> 37 pref="settings.touchpad.sensitivity2" class="touch-slider">
38 </tr> 38 </td>
39 <tr> 39 </tr>
40 <td></td> 40 <tr>
41 <td> 41 <td></td>
42 <span i18n-content="sensitivity_less"></span> 42 <td>
43 <span i18n-content="sensitivity_more" 43 <span i18n-content="sensitivity_less"></span>
44 class="touchpad-sensitivity-more"></span> 44 <span i18n-content="sensitivity_more"
45 </td> 45 class="touchpad-sensitivity-more"></span>
46 </tr> 46 </td>
47 <tr> 47 </tr>
48 <td class="option-name" colspan="2"> 48 <tr>
49 <div class="checkbox"> 49 <td class="option-name" colspan="2">
50 <label> 50 <div class="checkbox">
51 <input id="tap-to-click-check" 51 <label>
52 pref="settings.touchpad.enable_tap_to_click" 52 <input id="tap-to-click-check"
53 type="checkbox"> 53 pref="settings.touchpad.enable_tap_to_click"
54 <span i18n-content="enable_tap_to_click"></span> 54 type="checkbox">
55 </label> 55 <span i18n-content="enable_tap_to_click"></span>
56 </div> 56 </label>
57 </td> 57 </div>
58 </tr> 58 </td>
59 </table> 59 </tr>
60 </section> 60 </table>
61 <section> 61 </section>
62 <h3 i18n-content="language"></h3> 62 <section>
63 <table class="option-control-table"> 63 <h3 i18n-content="language"></h3>
64 <tr> 64 <table class="option-control-table">
65 <td class="option-name"> 65 <tr>
66 <button id="language-button" i18n-content="language_customize"> 66 <td class="option-name">
67 </button> 67 <button id="language-button" i18n-content="language_customize">
68 </td> 68 </button>
69 <td class="option-name"> 69 </td>
70 <button id="modifier-keys-button" 70 <td class="option-name">
71 i18n-content="modifier_keys_customize"></button> 71 <button id="modifier-keys-button"
72 </td> 72 i18n-content="modifier_keys_customize"></button>
73 </tr> 73 </td>
74 </table> 74 </tr>
75 </section> 75 </table>
76 <section> 76 </section>
77 <h3 i18n-content="accessibility_title"></h3> 77 <section>
78 <table class="option-control-table"> 78 <h3 i18n-content="accessibility_title"></h3>
79 <tr> 79 <table class="option-control-table">
80 <td class="option-name"> 80 <tr>
81 <div class="checkbox"> 81 <td class="option-name">
82 <label> 82 <div class="checkbox">
83 <input id="accesibility-check" type="checkbox"> 83 <label>
84 <span i18n-content="accessibility"></span> 84 <input id="accesibility-check" type="checkbox">
85 </label> 85 <span i18n-content="accessibility"></span>
86 </div> 86 </label>
87 </td> 87 </div>
88 </tr> 88 </td>
89 </table> 89 </tr>
90 </section> 90 </table>
91 </section>
92 </div>
91 </div> 93 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698