blob: ad294bb4854fc6dafc00c19099f19716114c9f7c [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{extensionErrorHeading}</span>
<a id="extension-error-list-clear" is="action-link">
$i18n{extensionErrorClearAll}
</a>
</div>
<ul class="extension-error-list-contents"></ul>
<span id="no-errors-span" hidden>$i18n{extensionErrorNoErrors}</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>