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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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="accountsPage" class="page" hidden> 1 <div id="accountsPage" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="accountsPage"></h1> 3 <h1 i18n-content="accountsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <div class="option"> 5 <div class="option">
6 <div id="ownerOnlyWarning" hidden> 6 <div id="ownerOnlyWarning" hidden>
7 <span i18n-content="owner_only"></span> 7 <span i18n-content="owner_only"></span>
8 <span i18n-content="ownerUserId"></span> 8 <span i18n-content="ownerUserId"></span>
9 </div> 9 </div>
10 <table class="option-control-table"> 10 <table class="option-control-table">
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </td></tr> 58 </td></tr>
59 </table> 59 </table>
60 </div> 60 </div>
61 </div> 61 </div>
62 <div class="action-area"> 62 <div class="action-area">
63 <div class="button-strip"> 63 <div class="button-strip">
64 <button id="accounts-options-overlay-confirm" i18n-content="ok"></button> 64 <button id="accounts-options-overlay-confirm" i18n-content="ok"></button>
65 </div> 65 </div>
66 </div> 66 </div>
67 </div> 67 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos/OWNERS ('k') | chrome/browser/resources/options/chromeos/accounts_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698