Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / search / destination_list_item.html
1 <li id="destination-list-item-template" class="destination-list-item" hidden
2     tabindex="0">
3   <span class="destination-list-item-content">
4     <img class="destination-list-item-icon" alt="">
5     <span class="destination-list-item-name"></span>
6     <span class="offline-status" hidden></span>
7     <span class="register-promo" hidden>
8       <button i18n-content="registerPromoButtonText"
9               class="register-promo-button">
10       </button>
11     </span>
12   </span>
13 </li>