Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!-- | |
| 2 * Copyright 2013 The Chromium Authors. All rights reserved. | |
| 3 * Use of this source code is governed by a BSD-style license that can be found | |
| 4 * in the LICENSE file. | |
|
Dan Beam
2013/08/20 21:39:26
nit: ^ s/ * //
Devlin
2013/08/20 23:06:51
Done.
| |
| 5 --> | |
| 6 <div id="template-collection-extension-error" hidden> | |
| 7 <div class="extension-error-list"> | |
| 8 <span i18n-content="extensionErrorsManifestErrors"></span> | |
| 9 <ul class="extension-error-list-contents"></ul> | |
| 10 <div class="extension-error-list-show-more"> | |
| 11 <a i18n-content="extensionErrorsShowMore" hidden></a> | |
| 12 </div> | |
| 13 </div> | |
| 14 <div class="extension-error-metadata"> | |
| 15 <img></img> | |
|
Dan Beam
2013/08/20 21:39:26
^ this is odd, can you add this via JS instead?
Devlin
2013/08/20 23:06:51
Sure thing.
| |
| 16 <span class="extension-error-message"></span> | |
| 17 <span class="extension-error-source"></span> | |
| 18 </div> | |
| 19 </div> | |
| OLD | NEW |