| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css " rel="stylesheet" /> | 4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css " rel="stylesheet" /> |
| 5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> | 5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> |
| 6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js" ></script> | 6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js" ></script> |
| 7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> | 7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
| 8 <script type="text/javascript" src="options.js" charset="utf-8"></script> | 8 <script type="text/javascript" src="options.js" charset="utf-8"></script> |
| 9 <title>Adblock Plus Options</title> | 9 <title>Adblock Plus Options</title> |
| 10 <style type="text/css" media="screen"> | 10 <style type="text/css" media="screen"> |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 247 </tr> | 247 </tr> |
| 248 </table> | 248 </table> |
| 249 </form> | 249 </form> |
| 250 </div> | 250 </div> |
| 251 | 251 |
| 252 <div id="tab-general"> | 252 <div id="tab-general"> |
| 253 <p> | 253 <p> |
| 254 <div id="shouldShowIconContainer"> | 254 <div id="shouldShowIconContainer"> |
| 255 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon "></span> | 255 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon "></span> |
| 256 </div> | 256 </div> |
| 257 <div id="shouldShowBlockElementMenuContainer"> | |
| 258 <input type="checkbox" id="shouldShowBlockElementMenu" /><span class="i1 8n_show_block_element_menu"></span> | |
| 259 </div> | |
| 260 <div id="disableInlineTextAdsContainer"> | |
| 261 <input type="checkbox" id="disableInlineTextAds" /><span class="i18n_dis able_inline"></span> | |
| 262 </div> | |
| 263 <div id="hidePlaceholdersContainer"> | |
| 264 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay _hideplaceholders_label"></span> | |
| 265 </div> | |
|
Wladimir Palant
2012/10/14 06:50:38
We probably want to hide the three options above v
Felix Dahlke
2012/10/16 14:20:01
Done.
| |
| 266 </p> | 257 </p> |
| 267 | 258 |
| 268 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 0"</p> | 259 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 4"</p> |
|
Felix Dahlke
2012/10/16 14:20:01
I've also changed this link to the Opera forum, as
| |
| 269 </div> | 260 </div> |
| 270 </div> | 261 </div> |
| 271 | 262 |
| 272 </body> | 263 </body> |
| 273 </html> | 264 </html> |
| LEFT | RIGHT |