Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: options.html

Issue 29327244: Issue 3024 - Added opt-out to Chrome notifications (Closed)
Patch Set: Made `getNotificationButtons` independent of external variables Created Sept. 11, 2015, 2:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <https://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-2015 Eyeo GmbH 5 - Copyright (C) 2006-2015 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 font-weight:bold; 122 font-weight:bold;
123 padding:3px; 123 padding:3px;
124 } 124 }
125 125
126 /* Filter list entry status message */ 126 /* Filter list entry status message */
127 .flMsg { 127 .flMsg {
128 display: none; 128 display: none;
129 color: #b0b0b0; 129 color: #b0b0b0;
130 } 130 }
131 131
132 .focused
133 {
134 box-shadow: 0px 0px 10px #e03030;
135 }
136
132 </style> 137 </style>
133 </head> 138 </head>
134 <body> 139 <body>
135 <table> 140 <table>
136 <tr> 141 <tr>
137 <td style="padding-right: 8px; vertical-align: middle;"> 142 <td style="padding-right: 8px; vertical-align: middle;">
138 <img src="icons/detailed/abp-32.png" srcset="icons/detailed/abp-64.png 2x" > 143 <img src="icons/detailed/abp-32.png" srcset="icons/detailed/abp-64.png 2x" >
139 </td> 144 </td>
140 <td> 145 <td>
141 <h1><span class="i18n_options"></span></h1> 146 <h1><span class="i18n_options"></span></h1>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 </tr> 273 </tr>
269 </table> 274 </table>
270 </form> 275 </form>
271 </div> 276 </div>
272 277
273 <div id="tab-general"> 278 <div id="tab-general">
274 <p> 279 <p>
275 <div id="shouldShowBlockElementMenuContainer"> 280 <div id="shouldShowBlockElementMenuContainer">
276 <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label> 281 <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label>
277 </div> 282 </div>
278 <div id="shouldShowNotificationsContainer"> 283 <div id="shouldShowNotificationsContainer" data-section="notifications">
279 <input type="checkbox" id="shouldShowNotifications" /><label for="should ShowNotifications" class="i18n_overlay_shownotifications_label"></label> 284 <input type="checkbox" id="shouldShowNotifications" /><label for="should ShowNotifications" class="i18n_overlay_shownotifications_label"></label>
280 </div> 285 </div>
281 </p> 286 </p>
282 287
283 <p id="found-a-bug" class="i18n_found_a_bug"></p> 288 <p id="found-a-bug" class="i18n_found_a_bug"></p>
284 </div> 289 </div>
285 </div> 290 </div>
286 291
287 </body> 292 </body>
288 </html> 293 </html>
OLDNEW
« lib/notificationHelper.js ('K') | « lib/notificationHelper.js ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld