blob: 01589bf8c442d720907bbb97a140789dde6b1441 [file] [log] [blame]
<!--
Copyright 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be found
in the LICENSE file.
-->
<div id="template-collection-extension-error" hidden>
<div class="extension-error-list">
<div class="extension-error-list-heading">
<span i18n-content="extensionErrorHeading"></span>
<a id="extension-error-list-clear" is="action-link"
i18n-content="extensionErrorClearAll"></a>
</div>
<ul class="extension-error-list-contents"></ul>
<span id="no-errors-span" i18n-content="extensionErrorNoErrors" hidden>
</span>
</div>
<li class="extension-error-metadata">
<p class="extension-error-message" tabindex="0"></p>
<button class="custom-appearance error-delete-button"></button>
</li>
</div>