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

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

Issue 5995011: Simplify the accounts options page markup. (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 | chrome/browser/resources/options/chromeos_accounts_options_page.css » ('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 class="page hidden" id="accountsPage"> 1 <div class="page hidden" id="accountsPage">
2 <h1 i18n-content="accountsPage"></h1> 2 <h1 i18n-content="accountsPage"></h1>
3 <section> 3 <section>
4 <div class="option"> 4 <div class="option">
5 <div id="ownerOnlyWarning" class="hidden"> 5 <div id="ownerOnlyWarning" class="hidden">
6 <span id="warningIcon"></span>
7 <span i18n-content="owner_only"></span> 6 <span i18n-content="owner_only"></span>
8 <span i18n-content="owner_user_id"></span> 7 <span i18n-content="owner_user_id"></span>
9 </div> 8 </div>
10 <table class="option-control-table"> 9 <table class="option-control-table">
11 <tr> 10 <tr>
12 <td class="option-name"> 11 <td class="option-name">
13 <label class="checkbox"> 12 <label class="checkbox">
14 <input id="allowBwsiCheck" pref="cros.accounts.allowBWSI" 13 <input id="allowBwsiCheck" pref="cros.accounts.allowBWSI"
15 type="checkbox"> 14 type="checkbox">
16 <span i18n-content="allow_BWSI"></span> 15 <span i18n-content="allow_BWSI"></span>
(...skipping 30 matching lines...) Expand all
47 i18n-values="placeholder:username_edit_hint"> 46 i18n-values="placeholder:username_edit_hint">
48 </span> 47 </span>
49 </label> 48 </label>
50 </td></tr> 49 </td></tr>
51 </table> 50 </table>
52 </td></tr> 51 </td></tr>
53 </table> 52 </table>
54 </div> 53 </div>
55 </section> 54 </section>
56 </div> 55 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos_accounts_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698