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

Unified Diff: chrome/browser/resources/options/certificate_manager.html

Issue 8341081: Add icon-visibility attribute to cr.ui.Tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use simple regex. Created 9 years, 2 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/collected_cookies.html ('k') | chrome/browser/resources/shared/css/tree.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/certificate_manager.html
diff --git a/chrome/browser/resources/options/certificate_manager.html b/chrome/browser/resources/options/certificate_manager.html
index 64974486a9429bc4fac9741a2c5ff8231de81a2e..68ea65a9c02eb707c3c482974cd8b3fd987831b4 100644
--- a/chrome/browser/resources/options/certificate_manager.html
+++ b/chrome/browser/resources/options/certificate_manager.html
@@ -35,26 +35,27 @@
<span i18n-content="personalCertsTabDescription"></span>
</td></tr>
<tr><td>
- <tree id="personalCertsTab-tree" class="certificate-tree"></tree>
+ <tree id="personalCertsTab-tree" class="certificate-tree"
+ icon-visibility="parent"></tree>
</td></tr>
<tr><td>
<button id="personalCertsTab-view" i18n-content="view_certificate"
- disabled></button>
+ disabled></button>
<!-- TODO(mattm):
<button id="personalCertsTab-backup-all"
- i18n-content="export_all_certificates"
- disabled></button>
+ i18n-content="export_all_certificates"
+ disabled></button>
-->
<button id="personalCertsTab-import" i18n-content="import_certificate"
- ></button>
+ ></button>
<if expr="pp_ifdef('chromeos')">
<button id="personalCertsTab-import-and-bind"
- i18n-content="importAndBindCertificate" disabled></button>
+ i18n-content="importAndBindCertificate" disabled></button>
</if>
<button id="personalCertsTab-backup" i18n-content="export_certificate"
- disabled></button>
+ disabled></button>
<button id="personalCertsTab-delete" i18n-content="delete_certificate"
- disabled></button>
+ disabled></button>
</td></tr>
</table>
</div>
@@ -64,21 +65,22 @@
<span i18n-content="serverCertsTabDescription"></span>
</td></tr>
<tr><td>
- <tree id="serverCertsTab-tree" class="certificate-tree"></tree>
+ <tree id="serverCertsTab-tree" class="certificate-tree"
+ icon-visibility="parent"></tree>
</td></tr>
<tr><td>
<button id="serverCertsTab-view" i18n-content="view_certificate"
- disabled></button>
+ disabled></button>
<!-- TODO(mattm):
<button id="serverCertsTab-edit" i18n-content="edit_certificate"
- disabled></button>
+ disabled></button>
-->
<button id="serverCertsTab-import" i18n-content="import_certificate"
- ></button>
+ ></button>
<button id="serverCertsTab-export" i18n-content="export_certificate"
- disabled></button>
+ disabled></button>
<button id="serverCertsTab-delete" i18n-content="delete_certificate"
- disabled></button>
+ disabled></button>
</td></tr>
</table>
</div>
@@ -88,19 +90,20 @@
<span i18n-content="caCertsTabDescription"></span>
</td></tr>
<tr><td>
- <tree id="caCertsTab-tree" class="certificate-tree"></tree>
+ <tree id="caCertsTab-tree" class="certificate-tree"
+ icon-visibility="parent"></tree>
</td></tr>
<tr><td>
<button id="caCertsTab-view" i18n-content="view_certificate"
- disabled></button>
+ disabled></button>
<button id="caCertsTab-edit" i18n-content="edit_certificate"
- disabled></button>
+ disabled></button>
<button id="caCertsTab-import" i18n-content="import_certificate"
- ></button>
+ ></button>
<button id="caCertsTab-export" i18n-content="export_certificate"
- disabled></button>
+ disabled></button>
<button id="caCertsTab-delete" i18n-content="delete_certificate"
- disabled></button>
+ disabled></button>
</td></tr>
</table>
</div>
@@ -110,15 +113,16 @@
<span i18n-content="unknownCertsTabDescription"></span>
</td></tr>
<tr><td>
- <tree id="otherCertsTab-tree" class="certificate-tree"></tree>
+ <tree id="otherCertsTab-tree" class="certificate-tree"
+ icon-visibility="parent"></tree>
</td></tr>
<tr><td>
<button id="otherCertsTab-view" i18n-content="view_certificate"
- disabled></button>
+ disabled></button>
<button id="otherCertsTab-export" i18n-content="export_certificate"
- disabled></button>
+ disabled></button>
<button id="otherCertsTab-delete" i18n-content="delete_certificate"
- disabled></button>
+ disabled></button>
</td></tr>
</table>
</div>
« no previous file with comments | « chrome/browser/resources/collected_cookies.html ('k') | chrome/browser/resources/shared/css/tree.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698