| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of Adblock Plus <http://adblockplus.org/>, | 4 - This file is part of Adblock Plus <http://adblockplus.org/>, |
| 5 - Copyright (C) 2006-2014 Eyeo GmbH | 5 - Copyright (C) 2006-2014 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 42 <div class="icon"></div> | 42 <div class="icon"></div> |
| 43 <span class="i18n_easy_create_filter"></span> | 43 <span class="i18n_easy_create_filter"></span> |
| 44 </li> | 44 </li> |
| 45 <li id="clickhide-cancel" class="menu-item" role="button" hidden> | 45 <li id="clickhide-cancel" class="menu-item" role="button" hidden> |
| 46 <div class="icon"></div> | 46 <div class="icon"></div> |
| 47 <span class="i18n_cancel"></span> | 47 <span class="i18n_cancel"></span> |
| 48 </li> | 48 </li> |
| 49 | 49 |
| 50 <li id="blockable" class="menu-item" role="button" hidden> | 50 <li id="blockable" class="menu-item" role="button" hidden> |
| 51 <div class="icon"></div> | 51 <div class="icon"></div> |
| 52 <span class="i18n_blockable_items"></span> | 52 <span class="i18n_open_blockable_items" data-action="open"></span> |
| 53 </li> | 53 <span class="i18n_close_blockable_items" data-action="close"></span> |
| 54 | |
| 55 <li id="blockable-close" class="menu-item" role="button" hidden> | |
|
Thomas Greiner
2014/10/13 13:18:24
No need to duplicate that menu item. The appropria
saroyanm
2014/10/16 11:26:15
Done.
| |
| 56 <div class="icon"></div> | |
| 57 <span class="i18n_close_blockable_items"></span> | |
| 58 </li> | 54 </li> |
| 59 | 55 |
| 60 <li id="report-issue" class="menu-item" role="button" hidden> | 56 <li id="report-issue" class="menu-item" role="button" hidden> |
| 61 <div class="icon"></div> | 57 <div class="icon"></div> |
| 62 <span class="i18n_report_issue"></span> | 58 <span class="i18n_report_issue"></span> |
| 63 </li> | 59 </li> |
| 64 </ul> | 60 </ul> |
| 65 </div> | 61 </div> |
| 66 | 62 |
| 67 <footer id="options" role="button"> | 63 <footer id="options" role="button"> |
| 68 <div class="icon"></div> | 64 <div class="icon"></div> |
| 69 <span class="i18n_options_short"></span> | 65 <span class="i18n_options_short"></span> |
| 70 </footer> | 66 </footer> |
| 71 | 67 |
| 72 </body> | 68 </body> |
| 73 </html> | 69 </html> |
| LEFT | RIGHT |