| Index: chrome/browser/resources/policy.html
|
| diff --git a/chrome/browser/resources/policy.html b/chrome/browser/resources/policy.html
|
| index 8eb63e153d81f52532bfc365b2f4af266377fbff..463de66598587617f558aed13399aa1a19e91b03 100644
|
| --- a/chrome/browser/resources/policy.html
|
| +++ b/chrome/browser/resources/policy.html
|
| @@ -65,7 +65,7 @@
|
| </div>
|
| <div id="search">
|
| <input id="search-field" type="search" incremental
|
| - placeholder="Filter policies by name">
|
| + i18n-values="placeholder: filterPoliciesText">
|
| </div>
|
| </div>
|
| <div>
|
| @@ -73,7 +73,8 @@
|
| <div id="no-policies-text" i18n-content="noPoliciesSet"></div>
|
| </div>
|
| <div id="policies"
|
| - jsvalues=".style.visibility: anyPoliciesSet ? 'visible': 'hidden'">
|
| + jsvalues=".style.display: anyPoliciesSet ?
|
| + '': 'none'">
|
| <table id="policy-table">
|
| <tr>
|
| <th i18n-content="appliesToTableHeader"></th>
|
| @@ -82,11 +83,11 @@
|
| <th i18n-content="policyValueTableHeader"></th>
|
| <th i18n-content="policyStatusTableHeader"></th>
|
| </tr>
|
| - <tr jsselect="policies"
|
| - jsvalues=".className: Policy.isPolicySet($this)?
|
| + <tr jsselect="policies"
|
| + jsvalues=".className: $this.set ?
|
| 'policy-set': 'policy-unset';
|
| .style.display: Policy.shouldDisplayPolicy($this) ?
|
| - 'table-row': 'none'">
|
| + '': 'none'">
|
| <td>
|
| <span class="policy-type" jscontent="sourceType"></span>
|
| </td>
|
|
|