Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / search / destination_list.html
blob47215afa09d871b6db5406a405d7b2076eed5c75
1 <div id="destination-list-template" class="destination-list" hidden>
2 <header>
3 <h4 class="title"></h4>
4 <button class="action-link link-button" hidden></button>
5 </header>
6 <ul></ul>
7 <div class="throbber-container">
8 <div class="throbber"></div>
9 </div>
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>