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

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

Issue 566863005: Expose the Website Settings page in the Content Setting page if it is enabled via flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
OLDNEW
1 <div id="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="contentSettingsPage"></h1> 3 <h1 i18n-content="contentSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- Cookie filter tab contents --> 5 <!-- Cookie filter tab contents -->
6 <section> 6 <section>
7 <h3 i18n-content="cookies_tab_label"></h3> 7 <h3 i18n-content="cookiesTabLabel"></h3>
8 <div> 8 <div class="replace-with-website-settings">
9 <div class="radio controlled-setting-with-label"> 9 <div class="radio controlled-setting-with-label">
10 <label> 10 <label>
11 <input type="radio" name="cookies" value="allow"> 11 <input type="radio" name="cookies" value="allow">
12 <span i18n-content="cookiesAllow"></span> 12 <span i18n-content="cookiesAllow"></span>
13 </label> 13 </label>
14 <span class="controlled-setting-indicator" 14 <span class="controlled-setting-indicator"
15 content-setting="cookies" value="allow"></span> 15 content-setting="cookies" value="allow"></span>
16 </div> 16 </div>
17 <div class="radio controlled-setting-with-label"> 17 <div class="radio controlled-setting-with-label">
18 <label> 18 <label>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 class="clear-plugin-lso-data-disabled"></span> 51 class="clear-plugin-lso-data-disabled"></span>
52 </label> 52 </label>
53 </div> 53 </div>
54 <div class="settings-row"> 54 <div class="settings-row">
55 <button class="exceptions-list-button" contentType="cookies" 55 <button class="exceptions-list-button" contentType="cookies"
56 i18n-content="manageExceptions"></button> 56 i18n-content="manageExceptions"></button>
57 <button id="show-cookies-button" 57 <button id="show-cookies-button"
58 i18n-content="cookies_show_cookies"></button> 58 i18n-content="cookies_show_cookies"></button>
59 </div> 59 </div>
60 </div> 60 </div>
61 <div class="experimental-website-settings" hidden>
62 <span id="cookies-default-string"></span>
63 <div class="settings-row">
64 <button class="website-settings-permission-button" contentType="cookie s"
Bernhard Bauer 2014/09/15 09:13:49 Break this line to make it fit into 80 columns (sa
Daniel Nishi 2014/09/15 16:57:28 Done.
65 i18n-content="websitesManage"></button>
66 <button id="show-cookies-button"
67 i18n-content="cookies_show_cookies"></button>
68 </div>
69 </div>
61 </section> 70 </section>
62 <!-- Image filter --> 71 <!-- Image filter -->
63 <section> 72 <section>
64 <h3 i18n-content="images_tab_label"></h3> 73 <h3 i18n-content="imagesTabLabel"></h3>
65 <div> 74 <div class="replace-with-website-settings">
66 <div class="radio controlled-setting-with-label"> 75 <div class="radio controlled-setting-with-label">
67 <label> 76 <label>
68 <input type="radio" name="images" value="allow"> 77 <input type="radio" name="images" value="allow">
69 <span i18n-content="imagesAllow"></span> 78 <span i18n-content="imagesAllow"></span>
70 </label> 79 </label>
71 <span class="controlled-setting-indicator" 80 <span class="controlled-setting-indicator"
72 content-setting="images" value="allow"></span> 81 content-setting="images" value="allow"></span>
73 </div> 82 </div>
74 <div class="radio controlled-setting-with-label"> 83 <div class="radio controlled-setting-with-label">
75 <label> 84 <label>
76 <input type="radio" name="images" value="block"> 85 <input type="radio" name="images" value="block">
77 <span i18n-content="imagesBlock"></span> 86 <span i18n-content="imagesBlock"></span>
78 </label> 87 </label>
79 <span class="controlled-setting-indicator" 88 <span class="controlled-setting-indicator"
80 content-setting="images" value="block"> 89 content-setting="images" value="block">
81 </span> 90 </span>
82 </div> 91 </div>
83 <div class="settings-row"> 92 <div class="settings-row">
84 <button class="exceptions-list-button" contentType="images" 93 <button class="exceptions-list-button" contentType="images"
85 i18n-content="manageExceptions"></button> 94 i18n-content="manageExceptions"></button>
86 </div> 95 </div>
87 </div> 96 </div>
97 <div class="experimental-website-settings" hidden>
98 <span id="images-default-string"></span>
99 <div class="settings-row">
100 <button class="website-settings-permission-button" contentType="images "
101 i18n-content="websitesManage"></button>
102 </div>
103 </div>
88 </section> 104 </section>
89 <!-- JavaScript filter --> 105 <!-- JavaScript filter -->
90 <section> 106 <section>
91 <h3 i18n-content="javascript_tab_label"></h3> 107 <h3 i18n-content="javascriptTabLabel"></h3>
92 <div> 108 <div class="replace-with-website-settings">
93 <div class="radio controlled-setting-with-label"> 109 <div class="radio controlled-setting-with-label">
94 <label> 110 <label>
95 <input type="radio" name="javascript" value="allow"> 111 <input type="radio" name="javascript" value="allow">
96 <span i18n-content="javascriptAllow"></span> 112 <span i18n-content="javascriptAllow"></span>
97 </label> 113 </label>
98 <span class="controlled-setting-indicator" 114 <span class="controlled-setting-indicator"
99 content-setting="javascript" value="allow"></span> 115 content-setting="javascript" value="allow"></span>
100 </div> 116 </div>
101 <div class="radio controlled-setting-with-label"> 117 <div class="radio controlled-setting-with-label">
102 <label> 118 <label>
103 <input type="radio" name="javascript" value="block"> 119 <input type="radio" name="javascript" value="block">
104 <span i18n-content="javascriptBlock"></span> 120 <span i18n-content="javascriptBlock"></span>
105 </label> 121 </label>
106 <span class="controlled-setting-indicator" 122 <span class="controlled-setting-indicator"
107 content-setting="javascript" value="block"></span> 123 content-setting="javascript" value="block"></span>
108 </div> 124 </div>
109 <div class="settings-row"> 125 <div class="settings-row">
110 <button class="exceptions-list-button" contentType="javascript" 126 <button class="exceptions-list-button" contentType="javascript"
111 i18n-content="manageExceptions"></button> 127 i18n-content="manageExceptions"></button>
112 </div> 128 </div>
113 </div> 129 </div>
130 <div class="experimental-website-settings" hidden>
131 <span id="javascript-default-string"></span>
132 <div class="settings-row">
133 <button class="website-settings-permission-button" contentType="javasc ript"
134 i18n-content="websitesManage"></button>
135 </div>
136 </div>
114 </section> 137 </section>
115 <!-- Handlers settings --> 138 <!-- Handlers settings -->
116 <section id="handlers-section"> 139 <section id="handlers-section">
117 <h3 i18n-content="handlers_tab_label"></h3> 140 <h3 i18n-content="handlersTabLabel"></h3>
118 <div> 141 <div>
119 <div class="radio"> 142 <div class="radio">
120 <label> 143 <label>
121 <input type="radio" name="handlers" value="allow" 144 <input type="radio" name="handlers" value="allow"
122 class="handler-radio"> 145 class="handler-radio">
123 <span i18n-content="handlers_allow"></span> 146 <span i18n-content="handlers_allow"></span>
124 </label> 147 </label>
125 </div> 148 </div>
126 <div class="radio"> 149 <div class="radio">
127 <label> 150 <label>
128 <input type="radio" name="handlers" value="block" 151 <input type="radio" name="handlers" value="block"
129 class="handler-radio"> 152 class="handler-radio">
130 <span i18n-content="handlers_block"></span> 153 <span i18n-content="handlers_block"></span>
131 </label> 154 </label>
132 </div> 155 </div>
133 <div class="settings-row"> 156 <div class="settings-row">
134 <button id="manage-handlers-button" contentType="handlers" 157 <button id="manage-handlers-button" contentType="handlers"
135 i18n-content="manage_handlers"></button> 158 i18n-content="manage_handlers"></button>
136 </div> 159 </div>
137 </div> 160 </div>
138 </section> 161 </section>
139 <!-- Plug-ins filter --> 162 <!-- Plug-ins filter -->
140 <section> 163 <section>
141 <h3 i18n-content="plugins_tab_label"></h3> 164 <h3 i18n-content="pluginsTabLabel"></h3>
142 <div> 165 <div class="replace-with-website-settings">
143 <div class="radio controlled-setting-with-label"> 166 <div class="radio controlled-setting-with-label">
144 <label> 167 <label>
145 <input type="radio" name="plugins" value="allow"> 168 <input type="radio" name="plugins" value="allow">
146 <span i18n-content="pluginsAllow"></span> 169 <span i18n-content="pluginsAllow"></span>
147 </label> 170 </label>
148 <span class="controlled-setting-indicator" 171 <span class="controlled-setting-indicator"
149 content-setting="plugins" value="allow"></span> 172 content-setting="plugins" value="allow"></span>
150 </div> 173 </div>
151 <div id="click_to_play" class="radio controlled-setting-with-label"> 174 <div id="click_to_play" class="radio controlled-setting-with-label">
152 <label> 175 <label>
(...skipping 13 matching lines...) Expand all
166 </div> 189 </div>
167 <div class="settings-row"> 190 <div class="settings-row">
168 <button class="exceptions-list-button" contentType="plugins" 191 <button class="exceptions-list-button" contentType="plugins"
169 i18n-content="manageExceptions"></button> 192 i18n-content="manageExceptions"></button>
170 </div> 193 </div>
171 <div id="disable-plugins-container"> 194 <div id="disable-plugins-container">
172 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" 195 <a href="chrome://plugins" i18n-content="disableIndividualPlugins"
173 target="_blank"></a> 196 target="_blank"></a>
174 </div> 197 </div>
175 </div> 198 </div>
199 <div class="experimental-website-settings" hidden>
200 <span id="plugins-default-string"></span>
201 <div class="settings-row">
202 <button class="website-settings-permission-button" contentType="plugin s"
203 i18n-content="websitesManage"></button>
204 </div>
205 </div>
176 </section> 206 </section>
177 <!-- Pop-ups filter --> 207 <!-- Pop-ups filter -->
178 <section> 208 <section>
179 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> 209 <h3 i18n-content="popupsTabLabel" class="content-settings-header"></h3>
180 <div> 210 <div class="replace-with-website-settings">
181 <div class="radio controlled-setting-with-label"> 211 <div class="radio controlled-setting-with-label">
182 <label> 212 <label>
183 <input type="radio" name="popups" value="allow"> 213 <input type="radio" name="popups" value="allow">
184 <span i18n-content="popupsAllow"></span> 214 <span i18n-content="popupsAllow"></span>
185 </label> 215 </label>
186 <span class="controlled-setting-indicator" 216 <span class="controlled-setting-indicator"
187 content-setting="popups" value="allow"></span> 217 content-setting="popups" value="allow"></span>
188 </div> 218 </div>
189 <div class="radio controlled-setting-with-label"> 219 <div class="radio controlled-setting-with-label">
190 <label> 220 <label>
191 <input type="radio" name="popups" value="block"> 221 <input type="radio" name="popups" value="block">
192 <span i18n-content="popupsBlock"></span> 222 <span i18n-content="popupsBlock"></span>
193 </label> 223 </label>
194 <span class="controlled-setting-indicator" 224 <span class="controlled-setting-indicator"
195 content-setting="popups" value="block"></span> 225 content-setting="popups" value="block"></span>
196 </div> 226 </div>
197 <div class="settings-row"> 227 <div class="settings-row">
198 <button class="exceptions-list-button" contentType="popups" 228 <button class="exceptions-list-button" contentType="popups"
199 i18n-content="manageExceptions"></button> 229 i18n-content="manageExceptions"></button>
200 </div> 230 </div>
201 </div> 231 </div>
232 <div class="experimental-website-settings" hidden>
233 <span id="popups-default-string"></span>
234 <div class="settings-row">
235 <button class="website-settings-permission-button" contentType="popups "
236 i18n-content="websitesManage"></button>
237 </div>
238 </div>
202 </section> 239 </section>
203 <!-- Location filter --> 240 <!-- Location filter -->
204 <section> 241 <section>
205 <h3 i18n-content="location_tab_label"></h3> 242 <h3 i18n-content="locationTabLabel"></h3>
206 <div> 243 <div class="replace-with-website-settings">
207 <div class="radio controlled-setting-with-label"> 244 <div class="radio controlled-setting-with-label">
208 <label> 245 <label>
209 <input type="radio" name="location" value="allow"> 246 <input type="radio" name="location" value="allow">
210 <span i18n-content="locationAllow"></span> 247 <span i18n-content="locationAllow"></span>
211 </label> 248 </label>
212 <span class="controlled-setting-indicator" 249 <span class="controlled-setting-indicator"
213 content-setting="location" value="allow"></span> 250 content-setting="location" value="allow"></span>
214 </div> 251 </div>
215 <div class="radio controlled-setting-with-label"> 252 <div class="radio controlled-setting-with-label">
216 <label> 253 <label>
(...skipping 23 matching lines...) Expand all
240 </label> 277 </label>
241 <span class="controlled-setting-indicator" 278 <span class="controlled-setting-indicator"
242 pref="googlegeolocationaccess.enabled"></span> 279 pref="googlegeolocationaccess.enabled"></span>
243 </div> 280 </div>
244 </if> 281 </if>
245 <div class="settings-row"> 282 <div class="settings-row">
246 <button class="exceptions-list-button" contentType="location" 283 <button class="exceptions-list-button" contentType="location"
247 i18n-content="manageExceptions"></button> 284 i18n-content="manageExceptions"></button>
248 </div> 285 </div>
249 </div> 286 </div>
287 <div class="experimental-website-settings" hidden>
288 <span id="location-default-string"></span>
289 <div class="settings-row">
290 <button class="website-settings-permission-button" contentType="geoloc ation"
291 i18n-content="websitesManage"></button>
292 </div>
293 </div>
250 </section> 294 </section>
251 <!-- Notifications filter tab contents --> 295 <!-- Notifications filter tab contents -->
252 <section id="notifications-section"> 296 <section id="notifications-section">
253 <h3 i18n-content="notifications_tab_label"></h3> 297 <h3 i18n-content="notificationsTabLabel"></h3>
254 <div> 298 <div class="replace-with-website-settings">
255 <div class="radio controlled-setting-with-label"> 299 <div class="radio controlled-setting-with-label">
256 <label> 300 <label>
257 <input type="radio" name="notifications" value="allow"> 301 <input type="radio" name="notifications" value="allow">
258 <span i18n-content="notificationsAllow"></span> 302 <span i18n-content="notificationsAllow"></span>
259 </label> 303 </label>
260 <span class="controlled-setting-indicator" 304 <span class="controlled-setting-indicator"
261 content-setting="notifications" value="allow"></span> 305 content-setting="notifications" value="allow"></span>
262 </div> 306 </div>
263 <div class="radio controlled-setting-with-label"> 307 <div class="radio controlled-setting-with-label">
264 <label> 308 <label>
265 <input type="radio" name="notifications" value="ask"> 309 <input type="radio" name="notifications" value="ask">
266 <span i18n-content="notificationsAsk"></span> 310 <span i18n-content="notificationsAsk"></span>
267 </label> 311 </label>
268 <span class="controlled-setting-indicator" 312 <span class="controlled-setting-indicator"
269 content-setting="notifications" value="ask"></span> 313 content-setting="notifications" value="ask"></span>
270 </div> 314 </div>
271 <div class="radio controlled-setting-with-label"> 315 <div class="radio controlled-setting-with-label">
272 <label> 316 <label>
273 <input type="radio" name="notifications" value="block"> 317 <input type="radio" name="notifications" value="block">
274 <span i18n-content="notificationsBlock"></span> 318 <span i18n-content="notificationsBlock"></span>
275 </label> 319 </label>
276 <span class="controlled-setting-indicator" 320 <span class="controlled-setting-indicator"
277 content-setting="notifications" value="block"></span> 321 content-setting="notifications" value="block"></span>
278 </div> 322 </div>
279 <div class="settings-row"> 323 <div class="settings-row">
280 <button class="exceptions-list-button" contentType="notifications" 324 <button class="exceptions-list-button" contentType="notifications"
281 i18n-content="manageExceptions"></button> 325 i18n-content="manageExceptions"></button>
282 </div> 326 </div>
283 </div> 327 </div>
328 <div class="experimental-website-settings" hidden>
329 <span id="notifications-default-string"></span>
330 <div class="settings-row">
331 <button class="website-settings-permission-button" contentType="notifi cations"
332 i18n-content="websitesManage"></button>
333 </div>
334 </div>
284 </section> 335 </section>
285 <!-- Fullscreen filter --> 336 <!-- Fullscreen filter -->
286 <section> 337 <section>
287 <h3 i18n-content="fullscreen_tab_label"></h3> 338 <h3 i18n-content="fullscreenTabLabel"></h3>
288 <div class="settings-row"> 339 <div class="settings-row">
289 <button class="exceptions-list-button" contentType="fullscreen" 340 <button class="exceptions-list-button" contentType="fullscreen"
290 i18n-content="manageExceptions"></button> 341 i18n-content="manageExceptions"></button>
291 </div> 342 </div>
292 </section> 343 </section>
293 <!-- Mouse Lock filter --> 344 <!-- Mouse Lock filter -->
294 <section> 345 <section>
295 <h3 i18n-content="mouselock_tab_label"></h3> 346 <h3 i18n-content="mouselockTabLabel"></h3>
296 <div> 347 <div>
297 <div class="radio"> 348 <div class="radio">
298 <label> 349 <label>
299 <input type="radio" name="mouselock" value="allow"> 350 <input type="radio" name="mouselock" value="allow">
300 <span i18n-content="mouselockAllow"></span> 351 <span i18n-content="mouselockAllow"></span>
301 </label> 352 </label>
302 </div> 353 </div>
303 <div class="radio"> 354 <div class="radio">
304 <label> 355 <label>
305 <input type="radio" name="mouselock" value="ask"> 356 <input type="radio" name="mouselock" value="ask">
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 <div class="radio controlled-setting-with-label"> 421 <div class="radio controlled-setting-with-label">
371 <label> 422 <label>
372 <input id="media-stream-block" type="radio" name="media-stream" 423 <input id="media-stream-block" type="radio" name="media-stream"
373 value="block"> 424 value="block">
374 <span id="media-stream-block-label" i18n-content="mediaStreamBlock"> 425 <span id="media-stream-block-label" i18n-content="mediaStreamBlock">
375 </span> 426 </span>
376 </label> 427 </label>
377 <span class="controlled-setting-indicator" 428 <span class="controlled-setting-indicator"
378 content-setting="media-stream" value="block"></span> 429 content-setting="media-stream" value="block"></span>
379 </div> 430 </div>
380 <div class="settings-row"> 431 <div class="settings-row replace-with-website-settings">
381 <button class="exceptions-list-button" contentType="media-stream" 432 <button class="exceptions-list-button" contentType="media-stream"
382 i18n-content="manageExceptions"></button> 433 i18n-content="manageExceptions"></button>
383 </div> 434 </div>
384 <div id="media-pepper-flash-default" class="pepper-flash-settings"> 435 <div id="media-pepper-flash-default" class="pepper-flash-settings">
385 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span> 436 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span>
386 <a target="_blank" i18n-content="mediaPepperFlashChangeLink" 437 <a target="_blank" i18n-content="mediaPepperFlashChangeLink"
387 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a> 438 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a>
388 </div> 439 </div>
389 </div> 440 </div>
441 <div class="experimental-website-settings" hidden>
442 <div class="settings-row">
443 <button class="website-settings-permission-button" contentType="media-st ream"
444 i18n-content="websitesManage"></button>
445 </div>
446 </div>
390 </section> 447 </section>
391 <!-- PPAPI broker --> 448 <!-- PPAPI broker -->
392 <section> 449 <section>
393 <h3 i18n-content="ppapiBrokerTabLabel"></h3> 450 <h3 i18n-content="ppapiBrokerTabLabel"></h3>
394 <div> 451 <div>
395 <div class="radio"> 452 <div class="radio">
396 <label> 453 <label>
397 <input type="radio" name="ppapi-broker" value="allow"> 454 <input type="radio" name="ppapi-broker" value="allow">
398 <span i18n-content="ppapiBrokerAllow"></span> 455 <span i18n-content="ppapiBrokerAllow"></span>
399 </label> 456 </label>
(...skipping 11 matching lines...) Expand all
411 </label> 468 </label>
412 </div> 469 </div>
413 <div class="settings-row"> 470 <div class="settings-row">
414 <button class="exceptions-list-button" contentType="ppapi-broker" 471 <button class="exceptions-list-button" contentType="ppapi-broker"
415 i18n-content="manageExceptions"></button> 472 i18n-content="manageExceptions"></button>
416 </div> 473 </div>
417 </div> 474 </div>
418 </section> 475 </section>
419 <!-- Automatic Downloads filter --> 476 <!-- Automatic Downloads filter -->
420 <section> 477 <section>
421 <h3 i18n-content="multiple-automatic-downloads_header"></h3> 478 <h3 i18n-content="multipleAutomaticDownloadsTabLabel"></h3>
422 <div> 479 <div class="replace-with-website-settings">
423 <div class="radio controlled-setting-with-label"> 480 <div class="radio controlled-setting-with-label">
424 <label> 481 <label>
425 <input type="radio" name="multiple-automatic-downloads" 482 <input type="radio" name="multiple-automatic-downloads"
426 value="allow"> 483 value="allow">
427 <span i18n-content="multipleAutomaticDownloadsAllow"></span> 484 <span i18n-content="multipleAutomaticDownloadsAllow"></span>
428 </label> 485 </label>
429 <span class="controlled-setting-indicator" 486 <span class="controlled-setting-indicator"
430 content-setting="multiple-automatic-downloads" value="allow"> 487 content-setting="multiple-automatic-downloads" value="allow">
431 </span> 488 </span>
432 </div> 489 </div>
(...skipping 14 matching lines...) Expand all
447 <span class="controlled-setting-indicator" 504 <span class="controlled-setting-indicator"
448 content-setting="multiple-automatic-downloads" value="block"> 505 content-setting="multiple-automatic-downloads" value="block">
449 </span> 506 </span>
450 </div> 507 </div>
451 <div class="settings-row"> 508 <div class="settings-row">
452 <button class="exceptions-list-button" 509 <button class="exceptions-list-button"
453 contentType="multiple-automatic-downloads" 510 contentType="multiple-automatic-downloads"
454 i18n-content="manageExceptions"></button> 511 i18n-content="manageExceptions"></button>
455 </div> 512 </div>
456 </div> 513 </div>
514 <div class="experimental-website-settings" hidden>
515 <span id="multiple-automatic-downloads-default-string"></span>
516 <div class="settings-row">
517 <button class="website-settings-permission-button" contentType="multip le-automatic-downloads"
518 i18n-content="websitesManage"></button>
519 </div>
520 </div>
457 </section> 521 </section>
458 <!-- MIDI system exclusive messages filter --> 522 <!-- MIDI system exclusive messages filter -->
459 <section id="experimental-web-midi-settings" hidden="true"> 523 <section id="experimental-web-midi-settings" hidden="true">
460 <h3 i18n-content="midi-sysex_header"></h3> 524 <h3 i18n-content="midi-sysex_header"></h3>
461 <div> 525 <div>
462 <div class="radio"> 526 <div class="radio">
463 <label> 527 <label>
464 <input type="radio" name="midi-sysex" value="allow"> 528 <input type="radio" name="midi-sysex" value="allow">
465 <span i18n-content="midiSysExAllow"></span> 529 <span i18n-content="midiSysExAllow"></span>
466 </label> 530 </label>
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 </section> 587 </section>
524 </div> 588 </div>
525 <div class="action-area"> 589 <div class="action-area">
526 <div class="button-strip"> 590 <div class="button-strip">
527 <button id="content-settings-overlay-confirm" class="default-button" 591 <button id="content-settings-overlay-confirm" class="default-button"
528 i18n-content="done"> 592 i18n-content="done">
529 </button> 593 </button>
530 </div> 594 </div>
531 </div> 595 </div>
532 </div> 596 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698