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

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

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
OLDNEW
1 <div class="page hidden" id="systemPage"> 1 <div class="page" id="systemPage" hidden>
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 dataType="string"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 <label> 80 <label>
81 <input id="accesibility-check" type="checkbox"> 81 <input id="accesibility-check" type="checkbox">
82 <span i18n-content="accessibility"></span> 82 <span i18n-content="accessibility"></span>
83 </label> 83 </label>
84 </div> 84 </div>
85 </td> 85 </td>
86 </tr> 86 </tr>
87 </table> 87 </table>
88 </section> 88 </section>
89 </div> 89 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698