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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2888493002: MD Settings: About page, move copyright text in it's own card. (Closed)
Patch Set: add back unnecessary div to preserve diff for now Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 6d9ee1806ac27bdd625dd3c322e3f6a39d9f6be6..893632ef6e4f56085a91993e00d84881a881c75a 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -190,28 +190,6 @@
</button>
</div>
</if>
- <div class="settings-box padded block copyable">
- <div class="info-section">
- <div class="secondary">$i18n{aboutProductTitle}</div>
- <div class="secondary">$i18n{aboutProductCopyright}</div>
- </div>
-
- <div class="info-section">
- <div class="secondary">$i18nRaw{aboutProductLicense}</div>
-<if expr="chromeos">
- <div class="secondary">$i18nRaw{aboutProductOsLicense}</div>
-</if>
- </div>
-<if expr="_google_chrome">
- <div class="secondary">$i18nRaw{aboutProductTos}</div>
-</if>
- </div>
-<if expr="chromeos">
- <div class="settings-box padded block" id="regulatoryInfo"
- hidden$="[[!shouldShowRegulatoryInfo_(regulatoryInfo_)]]">
- <img src="[[regulatoryInfo_.url]]" alt="[[regulatoryInfo_.text]]">
- </div>
-</if>
</neon-animatable>
<if expr="chromeos">
<template is="dom-if" route-path="/help/details">
@@ -222,6 +200,31 @@
</if>
</settings-animated-pages>
</settings-section>
+
+ <settings-section>
+ <div class="settings-box padded block copyable">
+ <div class="info-section">
+ <div class="secondary">$i18n{aboutProductTitle}</div>
+ <div class="secondary">$i18n{aboutProductCopyright}</div>
+ </div>
+
+ <div class="info-section">
+ <div class="secondary">$i18nRaw{aboutProductLicense}</div>
+<if expr="chromeos">
+ <div class="secondary">$i18nRaw{aboutProductOsLicense}</div>
+</if>
+ </div>
+<if expr="_google_chrome">
+ <div class="secondary">$i18nRaw{aboutProductTos}</div>
+</if>
+ </div>
+<if expr="chromeos">
+ <div class="settings-box padded block" id="regulatoryInfo"
+ hidden$="[[!shouldShowRegulatoryInfo_(regulatoryInfo_)]]">
+ <img src="[[regulatoryInfo_.url]]" alt="[[regulatoryInfo_.text]]">
+ </div>
+</if>
+ </settings-section>
</div>
<if expr="chromeos">
<template is="dom-if" if="[[showUpdateWarningDialog_]]" restamp>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698