OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection"> |
| 3 <head> |
| 4 <meta charset="utf-8"> |
| 5 <title></title> |
| 6 <link rel="stylesheet" href="edit_search_engine_dialog.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 9 <script src="strings.js"></script> |
| 10 <script src="chrome://resources/js/cr.js"></script> |
| 11 <script src="chrome://resources/js/cr/ui.js"></script> |
| 12 <script src="chrome://resources/js/i18n_template.js"></script> |
| 13 <script src="chrome://resources/js/util.js"></script> |
| 14 <script src="edit_search_engine_dialog.js"></script> |
| 15 </head> |
| 16 |
| 17 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 18 <table class="hfill"> |
| 19 <tr> |
| 20 <td i18n-content="descriptionLabel"></td> |
| 21 <td class="hfill"><input id="description-text" class="hfill"></td> |
| 22 </tr> |
| 23 <tr> |
| 24 <td i18n-content="keywordLabel"></td> |
| 25 <td class="hfill"><input id="keyword-text" class="hfill"></td> |
| 26 </tr> |
| 27 <tr> |
| 28 <td i18n-content="urlLabel"></td> |
| 29 <td class="hfill"><input id="url-text" class="hfill"></td> |
| 30 </tr> |
| 31 </table> |
| 32 <div i18n-content="urlDescriptionLabel" id="url-description"></div> |
| 33 <div class="hbox" id="buttons-table"> |
| 34 <div><button id="cancel" i18n-content="cancel"></button></div> |
| 35 <div><button id="save" i18n-content="save"></button></div> |
| 36 </div> |
| 37 </body> |
| 38 </html> |
OLD | NEW |