| OLD | NEW |
| (Empty) | |
| 1 <div id="destination-search" |
| 2 class="destination-search overlay transparent"> |
| 3 <div class="destination-search-page page"> |
| 4 <h1 class="destination-search-title" i18n-content="destinationSearchTitle"><
/h1> |
| 5 <span class="destination-search-user-info" style="display: none;"> |
| 6 <span i18n-content="signedInAsPrefix"></span> |
| 7 <span class="destination-search-user-email"></span> |
| 8 </span> |
| 9 <div class="destination-search-close-button close-button"></div> |
| 10 <div class="destination-search-search-box-container"> |
| 11 <include src="search_box.html"/> |
| 12 </div> |
| 13 <div class="destination-search-lists"> |
| 14 <div class="destination-search-recent-list"></div> |
| 15 <div class="destination-search-local-list"></div> |
| 16 <div class="destination-search-cloud-list" style="display: none;"></div> |
| 17 </div> |
| 18 <div class="destination-search-cloudprint-promo" style="display: none;"> |
| 19 <div class="destination-search-cloudprint-promo-close-button"></div> |
| 20 <img src="../images/cloud.png" class="destination-search-cloud-icon"/> |
| 21 <span> |
| 22 <span i18n-content="cloudPrintPromotion"></span> |
| 23 <span class="destination-search-sign-in link-button" |
| 24 i18n-content="signInLinkText"></span> |
| 25 <span i18n-content="signInSuffix"></span> |
| 26 </span> |
| 27 </div> |
| 28 </div> |
| 29 </div> |
| OLD | NEW |