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

Side by Side Diff: chrome/browser/resources/options/certificate_manager.html

Issue 6592079: [ChromeOS] Add strings and UI placeholder for hardware-backed key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more generic name format Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="page hidden" id="certificateManagerPage"> 1 <div class="page hidden" id="certificateManagerPage">
2 <h1 i18n-content="certificateManagerPage"></h1> 2 <h1 i18n-content="certificateManagerPage"></h1>
3 3
4 <!-- Navigation tabs --> 4 <!-- Navigation tabs -->
5 <div class="subpages-nav-tabs"> 5 <div class="subpages-nav-tabs">
6 <span id="personal-certs-nav-tab" class="tab" 6 <span id="personal-certs-nav-tab" class="tab"
7 tab-contents="personalCertsTab"> 7 tab-contents="personalCertsTab">
8 <span class="tab-label" 8 <span class="tab-label"
9 i18n-content="personalCertsTabTitle"></span> 9 i18n-content="personalCertsTabTitle"></span>
10 <span class="active-tab-label" 10 <span class="active-tab-label"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <tr><td> 43 <tr><td>
44 <button id="personalCertsTab-view" i18n-content="view_certificate" 44 <button id="personalCertsTab-view" i18n-content="view_certificate"
45 disabled></button> 45 disabled></button>
46 <!-- TODO(mattm): 46 <!-- TODO(mattm):
47 <button id="personalCertsTab-backup-all" 47 <button id="personalCertsTab-backup-all"
48 i18n-content="export_all_certificates" 48 i18n-content="export_all_certificates"
49 disabled></button> 49 disabled></button>
50 --> 50 -->
51 <button id="personalCertsTab-import" i18n-content="import_certificate" 51 <button id="personalCertsTab-import" i18n-content="import_certificate"
52 ></button> 52 ></button>
53 <if expr="pp_ifdef('chromeos')">
54 <button id="personalCertsTab-import-and-bind"
55 i18n-content="importAndBindCertificate" disabled></button>
56 </if>
53 <button id="personalCertsTab-backup" i18n-content="export_certificate" 57 <button id="personalCertsTab-backup" i18n-content="export_certificate"
54 disabled></button> 58 disabled></button>
55 <button id="personalCertsTab-delete" i18n-content="delete_certificate" 59 <button id="personalCertsTab-delete" i18n-content="delete_certificate"
56 disabled></button> 60 disabled></button>
57 </td></tr> 61 </td></tr>
58 </table> 62 </table>
59 </div> 63 </div>
60 64
61 <div id="serverCertsTab" class="subpages-tab-contents"> 65 <div id="serverCertsTab" class="subpages-tab-contents">
62 <table class="certificate-tree-table"> 66 <table class="certificate-tree-table">
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 <button id="otherCertsTab-export" i18n-content="export_certificate" 124 <button id="otherCertsTab-export" i18n-content="export_certificate"
121 disabled></button> 125 disabled></button>
122 <button id="otherCertsTab-delete" i18n-content="delete_certificate" 126 <button id="otherCertsTab-delete" i18n-content="delete_certificate"
123 disabled></button> 127 disabled></button>
124 </td></tr> 128 </td></tr>
125 </table> 129 </table>
126 </div> 130 </div>
127 131
128 </div> 132 </div>
129 133
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/certificate_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698