| Index: chrome/browser/resources/print_preview/no_destinations_promo.html
|
| diff --git a/chrome/browser/resources/print_preview/no_destinations_promo.html b/chrome/browser/resources/print_preview/no_destinations_promo.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..19cf2f28c74463c46018b439db98e43f9d3209f1
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/print_preview/no_destinations_promo.html
|
| @@ -0,0 +1,19 @@
|
| +<div id="no-destinations-promo" class="overlay" hidden>
|
| + <div class="page">
|
| + <div class="dialog-title" i18n-content="noDestsPromoTitle"></div>
|
| + <div class="text-content">
|
| + <img class="gcp-logo" src="images/gcp_logo.png" />
|
| + <p i18n-content="noDestsPromoBody"></p>
|
| + <p class="gcp-description"></p>
|
| + </div>
|
| + <div class="action-button-container">
|
| + <button
|
| + class="add-printer-button"
|
| + i18n-content="noDestsPromoAddPrinterButtonLabel"></button>
|
| + <button
|
| + class="not-now-button"
|
| + i18n-content="noDestsPromoNotNowButtonLabel"></button>
|
| + </div>
|
| + <div class="close-button"></div>
|
| + </div>
|
| +</div>
|
|
|