| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title i18n-content="pluginsTitle"></title> | 5 <title i18n-content="pluginsTitle"></title> |
| 6 <link rel="stylesheet" href="plugins.css"/> | 6 <link rel="stylesheet" href="plugins.css"/> |
| 7 </head> | 7 </head> |
| 8 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 8 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 9 <div id="body-container" style="visibility:hidden"> | 9 <div id="body-container" style="visibility:hidden"> |
| 10 | 10 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 i18n-content="disable" | 174 i18n-content="disable" |
| 175 >DISABLE</a> | 175 >DISABLE</a> |
| 176 <a | 176 <a |
| 177 class="enable-group-link" | 177 class="enable-group-link" |
| 178 jsvalues=".path:name" | 178 jsvalues=".path:name" |
| 179 jsdisplay="enabledMode == 'disabledByUser'" | 179 jsdisplay="enabledMode == 'disabledByUser'" |
| 180 href="#" | 180 href="#" |
| 181 i18n-content="enable" | 181 i18n-content="enable" |
| 182 >ENABLE</a> | 182 >ENABLE</a> |
| 183 </span> | 183 </span> |
| 184 <input |
| 185 class="always-allow" type="checkbox" |
| 186 jsvalues= |
| 187 ".identifier:id; id:id + '-always-allowed'; .checked:alwaysA
llowed"> |
| 188 <label jsvalues="for:id + '-always-allowed'" |
| 189 i18n-content="alwaysAllowed"></label> |
| 184 </div> | 190 </div> |
| 185 </td> | 191 </td> |
| 186 </tr> | 192 </tr> |
| 187 </table> | 193 </table> |
| 188 </div> | 194 </div> |
| 189 </div> | 195 </div> |
| 190 </div> | 196 </div> |
| 191 </div> | 197 </div> |
| 192 </div> | 198 </div> |
| 193 <script src="chrome://plugins/plugins.js"></script> | 199 <script src="chrome://plugins/plugins.js"></script> |
| 194 <script src="chrome://plugins/strings.js"></script> | 200 <script src="chrome://plugins/strings.js"></script> |
| 195 <script src="chrome://resources/js/i18n_template.js"></script> | 201 <script src="chrome://resources/js/i18n_template.js"></script> |
| 196 <script src="chrome://resources/js/i18n_process.js"></script> | 202 <script src="chrome://resources/js/i18n_process.js"></script> |
| 197 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 203 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 198 </body> | 204 </body> |
| 199 </html> | 205 </html> |
| OLD | NEW |