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

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

Issue 5958005: DOMUI: Rename download path 'Browse...' button to 'Change...' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO Created 10 years 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="advancedPage"> 1 <div class="page hidden" id="advancedPage">
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 </section> 113 </section>
114 <section> 114 <section>
115 <h3 i18n-content="downloadLocationGroupName"></h3> 115 <h3 i18n-content="downloadLocationGroupName"></h3>
116 <div> 116 <div>
117 <if expr="not pp_ifdef('chromeos')"> 117 <if expr="not pp_ifdef('chromeos')">
118 <div> 118 <div>
119 <label> 119 <label>
120 <span i18n-content="downloadLocationBrowseTitle"></span> 120 <span i18n-content="downloadLocationBrowseTitle"></span>
121 <input id="downloadLocationPath" type="text" size="60" disabled> 121 <input id="downloadLocationPath" type="text" size="60" disabled>
122 </label> 122 </label>
123 <button id="downloadLocationBrowseButton" 123 <button id="downloadLocationChangeButton"
124 i18n-content="downloadLocationBrowseButton"></button> 124 i18n-content="downloadLocationChangeButton"></button>
125 </div> 125 </div>
126 <label class="checkbox"> 126 <label class="checkbox">
127 <input id="promptForDownload" pref="download.prompt_for_download" 127 <input id="promptForDownload" pref="download.prompt_for_download"
128 metric="Options_AskForSaveLocation" type="checkbox"> 128 metric="Options_AskForSaveLocation" type="checkbox">
129 <span i18n-content="downloadLocationAskForSaveLocation"></span> 129 <span i18n-content="downloadLocationAskForSaveLocation"></span>
130 </label> 130 </label>
131 </if> 131 </if>
132 <div i18n-content="autoOpenFileTypesInfo"></div> 132 <div i18n-content="autoOpenFileTypesInfo"></div>
133 <div><button id="autoOpenFileTypesResetToDefault" 133 <div><button id="autoOpenFileTypesResetToDefault"
134 i18n-content="autoOpenFileTypesResetToDefault"></button></div> 134 i18n-content="autoOpenFileTypesResetToDefault"></button></div>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 <div> 183 <div>
184 <button id="cloudPrintProxySetupButton" 184 <button id="cloudPrintProxySetupButton"
185 i18n-content="cloudPrintProxyDisabledButton"></button> 185 i18n-content="cloudPrintProxyDisabledButton"></button>
186 <button id="cloudPrintProxyManageButton" 186 <button id="cloudPrintProxyManageButton"
187 i18n-content="cloudPrintProxyEnabledManageButton"></button> 187 i18n-content="cloudPrintProxyEnabledManageButton"></button>
188 </div> 188 </div>
189 </div> 189 </div>
190 </section> 190 </section>
191 </if> 191 </if>
192 </div> 192 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698