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

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

Issue 5981012: Polish about:conflicts a bit as requested by Clem/UI review.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/dom_ui/conflicts_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_conflicts.html
===================================================================
--- chrome/browser/resources/about_conflicts.html (revision 70600)
+++ chrome/browser/resources/about_conflicts.html (working copy)
@@ -244,6 +244,16 @@
<tr class="module-loaded">
<td valign="top">
<table cellpadding="2" cellspacing="0" border="0">
+ <tr>
+ <td class="datacell"><span dir="ltr" i18n-content="headerSoftware"
+ >SOFTWARE</span></td>
+ <td class="datacell"><span dir="ltr" i18n-content="headerSignedBy"
+ >SIGNER</span></td>
+ <td class="datacell"><span dir="ltr" i18n-content="headerVersion"
+ >VERSION</span></td>
+ <td class="datacell"><span dir="ltr" i18n-content="headerLocation"
+ >LOCATION</span></td>
+ </tr>
<tr jsselect="moduleList">
<td valign="top" class="datacell">
<span dir="ltr"
@@ -258,14 +268,16 @@
<span jsdisplay="status == 3"
i18n-content="moduleConfirmedBad"
class="confirmed-bad">CONFIRMED_BAD</span>
+ </span>
+ <span class="clearing">
+ <span jsdisplay="possibleResolution.length &gt; 0">
+ <span jscontent="possibleResolution"
+ >POSSIBLE_RESOLUTION</span>
+ </span>
<a jsdisplay="help_url.length &gt; 0"
jsvalues=".href:help_url"
i18n-content="helpCenterLink">HELP_CENTER</a>
</span>
- <span jsdisplay="possibleResolution.length &gt; 0">
- <span jscontent="possibleResolution" class="clearing"
- >POSSIBLE_RESOLUTION</span>
- </span>
</div>
</td>
<td valign="top" class="datacell"><span dir="ltr"
« no previous file with comments | « chrome/browser/dom_ui/conflicts_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698