OLD | NEW |
1 <div class="page hidden" id="contentSettingsPage"> | 1 <div class="page hidden" id="contentSettingsPage"> |
2 <h1> | 2 <h1> |
3 <span i18n-content="advancedPage"></span> | 3 <span i18n-content="advancedPage"></span> |
4 > | 4 > |
5 <span i18n-content="contentSettingsPage"></span> | 5 <span i18n-content="contentSettingsPage"></span> |
6 </h1> | 6 </h1> |
7 | 7 |
8 <!-- Navigation tabs --> | 8 <!-- Navigation tabs --> |
9 <div class="subpages-nav-tabs"> | 9 <div class="subpages-nav-tabs"> |
10 <span i18n-content="cookies_tab_label" id="cookies-nav-tab" | 10 <span i18n-content="cookies_tab_label" id="cookies-nav-tab" |
(...skipping 93 matching lines...) Loading... |
104 <table class="option-control-table"> | 104 <table class="option-control-table"> |
105 <tr> | 105 <tr> |
106 <td class="option-name"><label> | 106 <td class="option-name"><label> |
107 <input type="radio" name="javascript" value="allow"> | 107 <input type="radio" name="javascript" value="allow"> |
108 <span i18n-content="javascript_allow"></span> | 108 <span i18n-content="javascript_allow"></span> |
109 </label></td> | 109 </label></td> |
110 </tr> | 110 </tr> |
111 <tr> | 111 <tr> |
112 <td class="option-name"><label> | 112 <td class="option-name"><label> |
113 <input type="radio" name="javascript" value="block"> | 113 <input type="radio" name="javascript" value="block"> |
114 <span i18n-content="javscript_block"></span> | 114 <span i18n-content="javascript_block"></span> |
115 </label></td> | 115 </label></td> |
116 </tr> | 116 </tr> |
117 </table> | 117 </table> |
118 | 118 |
119 <div class="exceptionsLink" i18n-content="content_exceptions"></div> | 119 <div class="exceptionsLink" i18n-content="content_exceptions"></div> |
120 <div id="javascriptExceptionsArea" contentType="javascript"> | 120 <div id="javascriptExceptionsArea" contentType="javascript"> |
121 <list id="javascriptExceptionsList"></list> | 121 <list id="javascriptExceptionsList"></list> |
122 </div> | 122 </div> |
123 </div> | 123 </div> |
124 | 124 |
(...skipping 106 matching lines...) Loading... |
231 </label></td> | 231 </label></td> |
232 </tr> | 232 </tr> |
233 </table> | 233 </table> |
234 | 234 |
235 <div class="exceptionsLink" i18n-content="content_exceptions"></div> | 235 <div class="exceptionsLink" i18n-content="content_exceptions"></div> |
236 <div id="notificationsExceptionsArea" contentType="notifications"> | 236 <div id="notificationsExceptionsArea" contentType="notifications"> |
237 <list id="notificationsExceptionsList"></list> | 237 <list id="notificationsExceptionsList"></list> |
238 </div> | 238 </div> |
239 </div> | 239 </div> |
240 </div> | 240 </div> |
OLD | NEW |