| Index: chrome/browser/resources/print_preview/search/destination_list.html
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_list.html b/chrome/browser/resources/print_preview/search/destination_list.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f6300e67a9978fdcd7a26c4bb6772cdf80dc9b97
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/print_preview/search/destination_list.html
|
| @@ -0,0 +1,12 @@
|
| +<div id="destination-list-template" style="display: none;">
|
| + <header class="destination-list-header">
|
| + <h4 class="destination-list-title"></h4>
|
| + <button class="destination-list-action-link link-button"></button>
|
| + </header>
|
| + <ul class="destination-list-destination-list-item-container"></ul>
|
| + <div class="destination-list-no-destinations-message">No destinations found</div>
|
| + <footer class="destination-list-footer" style="display: none;">
|
| + <button class="destination-list-show-all-button">Show All...</button>
|
| + <span class="destination-list-total">(<span class="destination-list-total-count"></span> total)</span>
|
| + </footer>
|
| +</div>
|
|
|