Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Side by Side Diff: chrome/browser/resources/print_preview/no_destinations_promo.html

Issue 11194020: Creates GCP promo for ChromeOS users with no cloud printers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removes extraneous comma. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <div id="no-destinations-promo" class="overlay" hidden>
ydolgov1 2012/10/16 21:44:54 Don't you have comments for templates in Chrome?
Toscano 2012/10/16 22:24:14 Nope. Would be nice if the flattener would strip c
2 <div class="page">
3 <div class="dialog-title" i18n-content="noDestsPromoTitle"></div>
4 <div class="text-content">
5 <img class="gcp-logo" src="images/gcp_logo.png" />
6 <p i18n-content="noDestsPromoBody"></p>
7 <p class="gcp-description"></p>
8 </div>
9 <div class="action-button-container">
10 <button
11 class="add-printer-button"
12 i18n-content="noDestsPromoAddPrinterButtonLabel"></button>
13 <button
14 class="not-now-button"
15 i18n-content="noDestsPromoNotNowButtonLabel"></button>
16 </div>
17 <div class="close-button"></div>
18 </div>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698