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

Unified Diff: components/dom_distiller/webui/resources/about_dom_distiller.html

Issue 151003006: Add support for distilling arbitrary URLs in DOM Distiller Viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added new strings to iOS whitelist Created 6 years, 10 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: components/dom_distiller/webui/resources/about_dom_distiller.html
diff --git a/components/dom_distiller/webui/resources/about_dom_distiller.html b/components/dom_distiller/webui/resources/about_dom_distiller.html
index 474868e7afd3213c7528ec46b1190b59bfd78dfa..66bd044db3081d64eea6cfcf7e9887da9f993de5 100644
--- a/components/dom_distiller/webui/resources/about_dom_distiller.html
+++ b/components/dom_distiller/webui/resources/about_dom_distiller.html
@@ -29,13 +29,13 @@ found in the LICENSE file.
<h1 id="listTitle" i18n-content="domDistillerTitle"></h1>
</header>
<div id="add-entry">
- <form>
- <label for="article_url" i18n-content="addArticleUrl"></label>
- <input type="text" id="article_url" />
- <br/>
- <button id="addbutton" i18n-content="addArticleAddButtonLabel"></button>
- </form>
+ <label for="article_url" i18n-content="addArticleUrl"></label>
+ <input type="text" id="article_url" />
+ <br/>
+ <button id="addbutton" i18n-content="addArticleAddButtonLabel"></button>
+ <button id="viewbutton" i18n-content="viewUrlButtonLabel"></button>
<span id="add-entry-error" i18n-content="addArticleFailedLabel"></span>
+ <span id="view-url-error" i18n-content="viewUrlFailedLabel"></span>
</div>
<div id="update-list">
<form>
« no previous file with comments | « components/dom_distiller/webui/dom_distiller_ui.cc ('k') | components/dom_distiller/webui/resources/about_dom_distiller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698