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

Side by Side Diff: chrome/browser/resources/print_preview/settings/other_options_settings.html

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolve conflicts Created 8 years, 7 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="other-options-settings"
2 class="other-options-settings two-column visible">
3 <h1 i18n-content="optionsLabel"></h1>
4 <div class="right-column checkbox">
5 <div class="other-options-settings-header-footer">
6 <label>
7 <input class="other-options-settings-header-footer-checkbox"
8 type="checkbox" />
9 <span i18n-content="optionHeaderFooter"></span>
10 </label>
11 </div>
12 <div class="other-options-settings-fit-to-page">
13 <label>
14 <input class="other-options-settings-fit-to-page-checkbox"
15 type="checkbox" />
16 <span i18n-content="optionFitToPage"></span>
17 </label>
18 </div>
19 </div>
20 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698