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

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

Issue 5144001: DOMUI: Hide the sync section if sync is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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="personalPage"> 1 <div class="page hidden" id="personalPage">
2 <h1 i18n-content="personalPage"></h1> 2 <h1 i18n-content="personalPage"></h1>
3 3
4 <if expr="pp_ifdef('chromeos')"> 4 <if expr="pp_ifdef('chromeos')">
5 <section> 5 <section>
6 <h3 i18n-content="account"></h3> 6 <h3 i18n-content="account"></h3>
7 <div> 7 <div>
8 <table class="option-control-table"> 8 <table class="option-control-table">
9 <tr><td> 9 <tr><td>
10 <img id='account-picture' src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> 10 <img id='account-picture' src='chrome://theme/IDR_LOGIN_DEFAULT_USER'>
11 </td><td> 11 </td><td>
12 <label><input id="enable-screen-lock" 12 <label><input id="enable-screen-lock"
13 pref="settings.enable_screen_lock" type="checkbox"><span 13 pref="settings.enable_screen_lock" type="checkbox"><span
14 i18n-content="enable_screenlock"></span></label> 14 i18n-content="enable_screenlock"></span></label>
15 </td></tr> 15 </td></tr>
16 </table> 16 </table>
17 </div> 17 </div>
18 </section> 18 </section>
19 </if> 19 </if>
20 <section> 20 <section id="sync-section">
21 <h3 i18n-content="sync_section"></h3> 21 <h3 i18n-content="sync_section"></h3>
22 <div> 22 <div>
23 <div id="sync-status" class="section-text"></div> 23 <div id="sync-status" class="section-text"></div>
24 <button id="sync-action-link" class="link-button"></button> 24 <button id="sync-action-link" class="link-button"></button>
25 <div> 25 <div>
26 <button id="start-stop-sync"></button> 26 <button id="start-stop-sync"></button>
27 <button id="customize-sync""></button> 27 <button id="customize-sync""></button>
28 </div> 28 </div>
29 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link" 29 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link"
30 i18n-content="privacy_dashboard_link" target="_blank"></a> 30 i18n-content="privacy_dashboard_link" target="_blank"></a>
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 <h3 i18n-content="themes"></h3> 97 <h3 i18n-content="themes"></h3>
98 <div> 98 <div>
99 <button id="themes_reset" i18n-content="themes_reset"></button> 99 <button id="themes_reset" i18n-content="themes_reset"></button>
100 <a id="themes-gallery" i18n-content="themes_gallery" 100 <a id="themes-gallery" i18n-content="themes_gallery"
101 i18n-values="href:themes_gallery_url" target="_blank"></a> 101 i18n-values="href:themes_gallery_url" target="_blank"></a>
102 </div> 102 </div>
103 </section> 103 </section>
104 </if> 104 </if>
105 105
106 </div> 106 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/personal_options_handler.cc ('k') | chrome/browser/resources/options/personal_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698