| 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>
|
|
|