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

Side by Side Diff: chrome/browser/resources/print_preview/search/destination_list.html

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="destination-list-template" style="display: none;">
2 <header class="destination-list-header">
3 <h4 class="destination-list-title"></h4>
4 <button class="destination-list-action-link link-button"></button>
5 </header>
6 <ul class="destination-list-destination-list-item-container"></ul>
7 <div class="destination-list-no-destinations-message">No destinations found</d iv>
8 <footer class="destination-list-footer" style="display: none;">
9 <button class="destination-list-show-all-button">Show All...</button>
10 <span class="destination-list-total">(<span class="destination-list-total-co unt"></span> total)</span>
11 </footer>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698