summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/print_preview/print_header.html
blob: f0c3aebe70121f24e01dd44fe6dbafd041a7a02c (plain)
1
2
3
4
5
6
7
8
9
10
<div id="print-header" class="print-header">
  <span class="print-header-summary"></span>
  <div class="button-strip">
    <button class="print-header-print-button default"
            i18n-content="printButton"
            disabled></button>
    <button class="print-header-cancel-button"
            i18n-content="cancelButton"></button>
  </div>
</div>