Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / search / destination_list.html
blobfe4bd8172980cc6e3d96da1b90d66ecd3c3d8a6c
1 <div id="destination-list-template" class="destination-list" hidden>
2 <header>
3 <h4 class="title"></h4>
4 <a is="action-link" class="action-link" hidden></a>
5 <div class="throbber-container">
6 <div class="throbber"></div>
7 </div>
8 </header>
9 <ul></ul>
10 <div class="no-destinations-message"
11 i18n-content="noDestinationsMessage"></div>
12 <footer hidden>
13 <button class="show-all-button" i18n-content="showAllButtonText"></button>
14 <span class="total"></span>
15 </footer>
16 </div>