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

Unified Diff: remoting/webapp/app_remoting/html/template_feedback_consent.html

Issue 1131153003: Add category selector to feedback dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: remoting/webapp/app_remoting/html/template_feedback_consent.html
diff --git a/remoting/webapp/app_remoting/html/template_feedback_consent.html b/remoting/webapp/app_remoting/html/template_feedback_consent.html
index a0cb8dae777967e38f8d75cfab568ef20bb56daf..6fc98d88dbd978aecb4dc5b20ee0a8bc42171ad3 100644
--- a/remoting/webapp/app_remoting/html/template_feedback_consent.html
+++ b/remoting/webapp/app_remoting/html/template_feedback_consent.html
@@ -20,9 +20,19 @@ found in the LICENSE file.
</head>
<body>
<h2 i18n-content="FEEDBACK_CONSENT_TITLE"></h2>
- <p i18n-content="FEEDBACK_CONSENT"
+ <p i18n-content="FEEDBACK_CONSENT_EMAIL"
class="message"></p>
- <div id="form-body">
+ <p i18n-content="FEEDBACK_CATEGORY_INSTRUCTIONS"></p>
+ <select id="feedback-category">
+ <option i18n-content="FEEDBACK_CATEGORY_SELECT"></option>
+ <option i18n-content="FEEDBACK_CATEGORY_APP_LAUNCH"></option>
+ <option i18n-content="FEEDBACK_CATEGORY_APP_PERFORMANCE"></option>
+ <option i18n-content="FEEDBACK_CATEGORY_INPUT"></option>
+ <option i18n-content="FEEDBACK_CATEGORY_DRIVE_UPLOAD"></option>
+ <option i18n-content="FEEDBACK_CATEGORY_DRIVE_DOWNLOAD"></option>
+ <option i18n-content="FEEDBACK_CATEGORY_OTHER"></option>
+ </select>
+ <div id="form-body" hidden>
<label class="checkbox-label"
id="abandon-host-label">
<input id="abandon-host"
@@ -57,7 +67,8 @@ found in the LICENSE file.
hidden></span>
<button id="feedback-consent-ok"
i18n-content="OK"
- autofocus="autofocus"></button>
+ autofocus="autofocus"
+ disabled></button>
<button id="feedback-consent-cancel"
i18n-content="CANCEL"></button>
</div>

Powered by Google App Engine
This is Rietveld 408576698