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

Unified Diff: chrome/browser/resources/feedback.html

Issue 12737006: Allow feedback form to be shown in an App Launcher feedback mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better CSS Created 7 years, 9 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 | « chrome/browser/resources/feedback.css ('k') | chrome/browser/resources/feedback.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback.html
diff --git a/chrome/browser/resources/feedback.html b/chrome/browser/resources/feedback.html
index ca55fc864ece17e6d326bd402eb16a009293bc6b..00a464177d8db854df974e300fc03bfd31c03112 100644
--- a/chrome/browser/resources/feedback.html
+++ b/chrome/browser/resources/feedback.html
@@ -14,9 +14,12 @@
</head>
<body id="feedback-page"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <h1 i18n-content="title"></h1>
+ <h1 id="title" i18n-content="title"></h1>
+ <h1 id="launcher-title" i18n-content="launcher-title"></h1>
<div id="content">
<span id="description" colspan="2" i18n-content="description"></span>
+ <span id="launcher-description" colspan="2"
Dan Beam 2013/03/21 02:07:38 er, why is this [colspan] here?
benwells 2013/03/21 03:07:38 Good catch, it's now gone here and on the other de
+ i18n-content="launcher-description"></span>
<textarea id="description-text" rows="10"></textarea>
<div id="page-url" class="input-text-container checkbox">
<label>
« no previous file with comments | « chrome/browser/resources/feedback.css ('k') | chrome/browser/resources/feedback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698