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

Unified Diff: go-back-with-backspace/pages/options.html

Issue 2400303003: Update UI and catch executeScript errors now shown in Canary (Closed)
Patch Set: Add TODO to validate URLs Created 4 years, 1 month 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 | « go-back-with-backspace/pages/options.css ('k') | go-back-with-backspace/pages/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/pages/options.html
diff --git a/go-back-with-backspace/pages/options.html b/go-back-with-backspace/pages/options.html
index aac59954b172321ff326a48afadda1c38421ab10..9375a9f42191689097c8a7f29eec4afd3bfd3b53 100644
--- a/go-back-with-backspace/pages/options.html
+++ b/go-back-with-backspace/pages/options.html
@@ -6,23 +6,32 @@
</head>
<body>
- <span i18n="optionsBlacklist"></span><br>
- <textarea id="blacklist" rows="8"></textarea><br>
+ <div class="feedback-button">
+ <a href="" i18n="sendFeedback" id="feedback-link"></a>
+ </div>
- <div class="applets">
- <input type="checkbox" id="disableInApplets">
- <label i18n="optionsAppletCheckbox" for="disableInApplets"></label><br>
- <div class="whitelist">
- <span i18n="optionsWhitelist" class="toggled"></span><br>
- <textarea id="whitelist" rows="8" class="toggled"></textarea><br>
+ <div>
+ <div class="setting">
+ <span i18n="optionsBlacklist"></span><br>
+ <textarea id="blacklist" rows="8"></textarea><br>
</div>
+
+ <fieldset>
+ <legend i18n="optionsAppletGroup" id="fieldset-legend"></legend>
+ <input type="checkbox" id="disableInApplets" class="setting">
+ <label i18n="optionsAppletCheckbox" for="disableInApplets"></label>
+ <div class="sub-setting">
+ <span i18n="optionsWhitelist" class="toggled"></span><br>
+ <textarea id="whitelist" rows="8" class="toggled"></textarea>
+ </div>
+ </fieldset>
</div>
<div id="error">&nbsp;</div>
- <a href="" i18n="sendFeedback" id="report_page"></a>
+
<div class="buttons">
- <button i18n="optionsSave" id="done_button"></button>
- <button i18n="optionsCancel" id="cancel_button"></button>
+ <button i18n="optionsSave" id="done-button"></button>
+ <button i18n="optionsCancel" id="cancel-button"></button>
</div>
<script src="common.js"></script>
« no previous file with comments | « go-back-with-backspace/pages/options.css ('k') | go-back-with-backspace/pages/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698