| 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 > 0">
|
| + <span jscontent="possibleResolution"
|
| + >POSSIBLE_RESOLUTION</span>
|
| + </span>
|
| <a jsdisplay="help_url.length > 0"
|
| jsvalues=".href:help_url"
|
| i18n-content="helpCenterLink">HELP_CENTER</a>
|
| </span>
|
| - <span jsdisplay="possibleResolution.length > 0">
|
| - <span jscontent="possibleResolution" class="clearing"
|
| - >POSSIBLE_RESOLUTION</span>
|
| - </span>
|
| </div>
|
| </td>
|
| <td valign="top" class="datacell"><span dir="ltr"
|
|
|