Chromium Code Reviews| 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..30514943c62254ed4e7b2bef96590e1709641f21 |
| --- /dev/null |
| +++ b/chrome/browser/resources/print_preview/search/destination_list.html |
| @@ -0,0 +1,14 @@ |
| +<div id="destination-list-template" style="display: none;"> |
|
Dan Beam
2012/05/29 21:25:50
s/style="display: none;"/hidden/
Robert Toscano
2012/05/29 22:17:36
These are different. "hidden" will render the elem
Dan Beam
2012/05/29 22:30:18
[hidden] is just display: none; but from user-agen
Robert Toscano
2012/05/30 21:08:00
Sorry, I thought "hidden" = "visibility: hidden".
|
| + <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" |
| + i18n-content="noDestinationsMessage"></div> |
| + <footer class="destination-list-footer" style="display: none;"> |
| + <button class="destination-list-show-all-button" |
| + i18n-content="showAllButtonText"></button> |
| + <span class="destination-list-total"></span> |
| + </footer> |
| +</div> |