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

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

Issue 12218058: History: Use images instead of unicode characters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.html
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
index a4a0f13be579ab0949905a870df44e5819968d07..c8e3a5ad007a14c30d81fea3aa605a66f7d0bad9 100644
--- a/chrome/browser/resources/history/history.html
+++ b/chrome/browser/resources/history/history.html
@@ -50,8 +50,13 @@
<div id="filter-controls" hidden>
<button id="range-today" i18n-content="rangetoday" disabled>
</button>
- <button id="range-previous" disabled>◀</button>
- <button id="range-next" disabled>▶</button>
+ <button id="range-previous" disabled>
+ <img src="../disclosure_triangle_small.png"
+ i18n-values="alt:rangeprevious">
+ </button>
+ <button id="range-next" disabled>
+ <img src="../disclosure_triangle_small.png" i18n-values="alt:rangenext">
+ </button>
<div id="display-filter-controls">
<label>
<input type="checkbox" id="display-filter-sites" name="display-filter">
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698