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

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

Issue 4821003: DOMUI: Turn the google dashboard link into a real link and fix the behavior of (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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>
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 <button id="privacy-dashboard-link" class="link-button" 29 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link"
30 i18n-content="privacy_dashboard_link"></button> 30 i18n-content="privacy_dashboard_link" target="_blank"></a>
31 </div> 31 </div>
32 </section> 32 </section>
33 <section> 33 <section>
34 <h3 i18n-content="passwords"></h3> 34 <h3 i18n-content="passwords"></h3>
35 <div> 35 <div>
36 <label class="radio"> 36 <label class="radio">
37 <input id="passwords_asktosave" 37 <input id="passwords_asktosave"
38 name="passwords_radio" 38 name="passwords_radio"
39 pref="profile.password_manager_enabled" 39 pref="profile.password_manager_enabled"
40 type="radio" value="true" metric="Options_PasswordManager"> 40 type="radio" value="true" metric="Options_PasswordManager">
(...skipping 26 matching lines...) Expand all
67 </if> 67 </if>
68 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1)"> 68 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1)">
69 <section> 69 <section>
70 <h3 i18n-content="appearance"></h3> 70 <h3 i18n-content="appearance"></h3>
71 <div> 71 <div>
72 <div> 72 <div>
73 <button id="themes_GTK_button" 73 <button id="themes_GTK_button"
74 i18n-content="themes_GTK_button"></button> 74 i18n-content="themes_GTK_button"></button>
75 <button id="themes_set_classic" 75 <button id="themes_set_classic"
76 i18n-content="themes_set_classic"></button> 76 i18n-content="themes_set_classic"></button>
77 <a i18n-content="themes_gallery" id="themes-gallery" href="#"></a> 77 <a id="themes-gallery" i18n-content="themes_gallery"
78 i18n-values="href:themes_gallery_url" target="_blank"></a>
78 </div> 79 </div>
79 <label class="radio"> 80 <label class="radio">
80 <input name="decorations_radio" 81 <input name="decorations_radio"
81 pref="browser.custom_chrome_frame" 82 pref="browser.custom_chrome_frame"
82 type="radio" value="false" metric="Options_CustomFrame"> 83 type="radio" value="false" metric="Options_CustomFrame">
83 <span i18n-content="showWindow_decorations_radio"></span> 84 <span i18n-content="showWindow_decorations_radio"></span>
84 </label> 85 </label>
85 <label class="radio"> 86 <label class="radio">
86 <input name="decorations_radio" 87 <input name="decorations_radio"
87 pref="browser.custom_chrome_frame" 88 pref="browser.custom_chrome_frame"
88 type="radio" value="true" metric="Options_CustomFrame"> 89 type="radio" value="true" metric="Options_CustomFrame">
89 <span i18n-content="hideWindow_decorations_radio"></span> 90 <span i18n-content="hideWindow_decorations_radio"></span>
90 </label> 91 </label>
91 </div> 92 </div>
92 </section> 93 </section>
93 </if> 94 </if>
94 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'"> 95 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
95 <section> 96 <section>
96 <h3 i18n-content="themes"></h3> 97 <h3 i18n-content="themes"></h3>
97 <div> 98 <div>
98 <button id="themes_reset" i18n-content="themes_reset"></button> 99 <button id="themes_reset" i18n-content="themes_reset"></button>
99 <a i18n-content="themes_gallery" id="themes-gallery" href="#"></a> 100 <a id="themes-gallery" i18n-content="themes_gallery"
101 i18n-values="href:themes_gallery_url" target="_blank"></a>
100 </div> 102 </div>
101 </section> 103 </section>
102 </if> 104 </if>
103 105
104 </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