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

Side by Side Diff: popup.html

Issue 11094018: Use i18n.js from adblockplus to restrict HTML tag usage (Closed)
Patch Set: Created July 16, 2013, 9:28 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« options.js ('K') | « options.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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-2013 Eyeo GmbH 5 - Copyright (C) 2006-2013 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 display: block; 50 display: block;
51 } 51 }
52 </style> 52 </style>
53 53
54 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> 54 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script>
55 <script type="text/javascript" src="i18n.js"></script> 55 <script type="text/javascript" src="i18n.js"></script>
56 <script type="text/javascript" src="popup.js"></script> 56 <script type="text/javascript" src="popup.js"></script>
57 </head> 57 </head>
58 <body id="main"> 58 <body id="main">
59 <div id="enabledCheckboxAndLabel" style="display:none"><input id="enabled" type= "checkbox" checked><label for="enabled"><span class="i18n_enabled_for_site"></sp an></label></div> 59 <div id="enabledCheckboxAndLabel" style="display:none"><input id="enabled" type= "checkbox" checked><label for="enabled"><span class="i18n_enabled_for_site"></sp an></label></div>
60 <div id="mustReloadMsg" style="display:none"><span class="i18n_new_filters_added "></span></div>
Thomas Greiner 2013/07/16 09:36:04 Seemed unused. Please correct me if I'm wrong.
61 <div id="clickHideInactiveStuff" style="display: none"> 60 <div id="clickHideInactiveStuff" style="display: none">
62 <div class="spacer"></div> 61 <div class="spacer"></div>
63 <button id="clickHideButton" class="ui-button ui-widget ui-state-default ui-corn er-all ui-button-text-only"><span class="i18n_easy_create_filter"></span></butto n> 62 <button id="clickHideButton" class="ui-button ui-widget ui-state-default ui-corn er-all ui-button-text-only"><span class="i18n_easy_create_filter"></span></butto n>
64 </div> 63 </div>
65 64
66 <div id="clickHideActiveStuff" style="display: none"> 65 <div id="clickHideActiveStuff" style="display: none">
67 <div id="clickHideMsg"><span class="i18n_clickhide_instructions"></span></div> 66 <div id="clickHideMsg"><span class="i18n_clickhide_instructions"></span></div>
68 <div class="spacer"></div> 67 <div class="spacer"></div>
69 <button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner- all ui-button-text-only"><span class="i18n_cancel"></span></button> 68 <button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner- all ui-button-text-only"><span class="i18n_cancel"></span></button>
70 </div> 69 </div>
71 70
72 </div> 71 </div>
73 </body> 72 </body>
74 </html> 73 </html>
OLDNEW
« options.js ('K') | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld