Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div id="chromeos-view-tab-content"> | |
| 2 <h3>Import ONC file</h3> | |
| 3 <p><input type="file" id="import-onc"/> | |
|
mmenke
2011/12/01 19:33:35
Could you name all of these to have a prefix of "c
achuithb
2011/12/02 05:25:42
Done.
| |
| 4 <div id="password-div" hidden> | |
| 5 This onc file appears to be encrypted. Please provide the decryption key: | |
| 6 <br><input type="password" id="onc-password"/> | |
| 7 </div> | |
| 8 <div id="parse-status" hidden> | |
| 9 </div> | |
| 10 </div> | |
| OLD | NEW |