OLD | NEW |
---|---|
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
103 <input id="enableTranslate" pref="translate.enabled" | 103 <input id="enableTranslate" pref="translate.enabled" |
104 metric="Options_Translate" type="checkbox"> | 104 metric="Options_Translate" type="checkbox"> |
105 <span i18n-content="translateEnableTranslate"></span> | 105 <span i18n-content="translateEnableTranslate"></span> |
106 </label> | 106 </label> |
107 </div> | 107 </div> |
108 </section> | 108 </section> |
109 <section> | 109 <section> |
110 <h3 i18n-content="downloadLocationGroupName"></h3> | 110 <h3 i18n-content="downloadLocationGroupName"></h3> |
111 <div> | 111 <div> |
112 <if expr="not pp_ifdef('chromeos')"> | 112 <if expr="not pp_ifdef('chromeos')"> |
113 <div i18n-content="downloadLocationBrowseTitle"></div> | |
114 <div> | 113 <div> |
115 <input id="downloadLocationPath" type="text" size="60" disabled> | 114 <label> |
115 <span i18n-content="downloadLocationBrowseTitle"></span> | |
116 <input id="downloadLocationPath" type="text" size="60" disabled> | |
117 </label> | |
James Hawkins
2010/12/06 19:18:22
Doesn't this put the button on a new line?
tfarina
2010/12/06 19:26:03
Hum, yeah, hence the style attribute I've used.
W
| |
116 <button id="downloadLocationBrowseButton" | 118 <button id="downloadLocationBrowseButton" |
117 i18n-content="downloadLocationBrowseButton"></button> | 119 i18n-content="downloadLocationBrowseButton"></button> |
118 </div> | 120 </div> |
119 <label class="checkbox"> | 121 <label class="checkbox"> |
120 <input id="promptForDownload" pref="download.prompt_for_download" | 122 <input id="promptForDownload" pref="download.prompt_for_download" |
121 metric="Options_AskForSaveLocation" type="checkbox"> | 123 metric="Options_AskForSaveLocation" type="checkbox"> |
122 <span i18n-content="downloadLocationAskForSaveLocation"></span> | 124 <span i18n-content="downloadLocationAskForSaveLocation"></span> |
123 </label> | 125 </label> |
124 </if> | 126 </if> |
125 <div i18n-content="autoOpenFileTypesInfo"></div> | 127 <div i18n-content="autoOpenFileTypesInfo"></div> |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
179 <button id="cloudPrintProxyManageButton" | 181 <button id="cloudPrintProxyManageButton" |
180 i18n-content="cloudPrintProxyEnabledManageButton"></button> | 182 i18n-content="cloudPrintProxyEnabledManageButton"></button> |
181 </div> | 183 </div> |
182 </div> | 184 </div> |
183 </section> | 185 </section> |
184 </if> | 186 </if> |
185 <div class="button-strip"> | 187 <div class="button-strip"> |
186 <button id="optionsReset" i18n-content="optionsReset"></button> | 188 <button id="optionsReset" i18n-content="optionsReset"></button> |
187 </div> | 189 </div> |
188 </div> | 190 </div> |
OLD | NEW |