Chromium Code Reviews| Index: chrome/browser/resources/net_internals/chromeos_view.html |
| =================================================================== |
| --- chrome/browser/resources/net_internals/chromeos_view.html (revision 0) |
| +++ chrome/browser/resources/net_internals/chromeos_view.html (revision 0) |
| @@ -0,0 +1,10 @@ |
| +<div id="chromeos-view-tab-content"> |
| + <h3>Import ONC file</h3> |
|
James Hawkins
2011/12/02 22:08:57
Does this string need to be localized?
achuithb
2011/12/03 00:23:32
Nope. Nothing in net-internals is.
|
| + <p><input type="file" id="chromeos-view-import-onc"/> |
|
James Hawkins
2011/12/02 22:08:57
Why are you using a paragraph? It's not closed bt
James Hawkins
2011/12/02 22:08:57
Don't close self-closing tags, here and elsewhere.
achuithb
2011/12/03 00:23:32
Done.
achuithb
2011/12/03 00:23:32
Done.
|
| + <div id="chromeos-view-password-div" hidden> |
| + This onc file appears to be encrypted. Please provide the decryption key: |
| + <br><input type="password" id="chromeos-view-onc-password"/> |
|
James Hawkins
2011/12/02 22:08:57
Don't use <br>. Use divs.
achuithb
2011/12/03 00:23:32
Done.
|
| + </div> |
| + <div id="chromeos-view-parse-status" hidden> |
| + </div> |
| +</div> |
| Property changes on: chrome/browser/resources/net_internals/chromeos_view.html |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |