| OLD | NEW |
| 1 <html i18n-values="dir:textdirection;"> | 1 <html i18n-values="dir:textdirection;"> |
| 2 <head> | 2 <head> |
| 3 <title></title> | 3 <title></title> |
| 4 <style type="text/css"> | 4 <style type="text/css"> |
| 5 body { | 5 body { |
| 6 background: #FFFFFF; | 6 background: #FFFFFF; |
| 7 font-size: 11pt; | 7 font-size: 11pt; |
| 8 line-height: 1.5em; | 8 line-height: 1.5em; |
| 9 margin: 10px 15px; | 9 margin: 10px 15px; |
| 10 -webkit-user-select: none; | 10 -webkit-user-select: none; |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 <body i18n-values=".style.fontFamily:fontfamily"> | 58 <body i18n-values=".style.fontFamily:fontfamily"> |
| 59 <div class="remoting-header" i18n-content="success"></div> | 59 <div class="remoting-header" i18n-content="success"></div> |
| 60 <div id="msgContent"></div> | 60 <div id="msgContent"></div> |
| 61 <div id="summary" i18n-content="setupsummary"></div> | 61 <div id="summary" i18n-content="setupsummary"></div> |
| 62 <div class="remoting-footer"> | 62 <div class="remoting-footer"> |
| 63 <input id="close" type="submit" i18n-values="value:okay" | 63 <input id="close" type="submit" i18n-values="value:okay" |
| 64 onclick='chrome.send("DialogClose", [""])' /> | 64 onclick='chrome.send("DialogClose", [""])' /> |
| 65 </div> | 65 </div> |
| 66 </body> | 66 </body> |
| 67 </html> | 67 </html> |
| OLD | NEW |