OLD | NEW |
---|---|
(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> | |
OLD | NEW |