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

Side by Side Diff: chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html

Issue 10260016: Standardize formatting of certificate authority trust overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix title of the certificate manager dialog. Created 8 years, 7 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 id="certificateEditCaTrustOverlay" class="page" hidden> 1 <div id="certificateEditCaTrustOverlay" class="page" hidden>
2 <h1><span i18n-content="certificateEditCaTitle"></span></h1>
2 <div class="close-button"></div> 3 <div class="close-button"></div>
3 <div class="content-area"> 4 <div class="content-area">
4 <p> 5 <div>
5 <span id="certificateEditCaTrustDescription"></span> 6 <span id="certificateEditCaTrustDescription"></span>
6 </p> 7 </div>
7 <p> 8 <section>
8 <span i18n-content="certificateEditTrustLabel"></span> 9 <h3><span i18n-content="certificateEditTrustLabel"></span></h3>
9 <br> 10 <div class="checkbox">
10 <label id="certificateCaTrustSSLLabel"> 11 <label id="certificateCaTrustSSLLabel">
11 <input id="certificateCaTrustSSLCheckbox" type="checkbox"> 12 <input id="certificateCaTrustSSLCheckbox" type="checkbox">
12 <span i18n-content="certificateCaTrustSSLLabel"></span> 13 <span i18n-content="certificateCaTrustSSLLabel"></span>
13 </label> 14 </label>
14 <br> 15 </div>
15 <label id="certificateCaTrustEmailLabel"> 16 <div class="checkbox">
16 <input id="certificateCaTrustEmailCheckbox" type="checkbox"> 17 <label id="certificateCaTrustEmailLabel">
17 <span i18n-content="certificateCaTrustEmailLabel"></span> 18 <input id="certificateCaTrustEmailCheckbox" type="checkbox">
18 </label> 19 <span i18n-content="certificateCaTrustEmailLabel"></span>
19 <br> 20 </label>
20 <label id="certificateCaTrustObjSignLabel"> 21 </div>
21 <input id="certificateCaTrustObjSignCheckbox" type="checkbox"> 22 <div class="checkbox">
22 <span i18n-content="certificateCaTrustObjSignLabel"></span> 23 <label id="certificateCaTrustObjSignLabel">
23 </label> 24 <input id="certificateCaTrustObjSignCheckbox" type="checkbox">
24 </p> 25 <span i18n-content="certificateCaTrustObjSignLabel"></span>
26 </label>
27 </div>
28 </section>
25 </div> 29 </div>
26 <div class="action-area"> 30 <div class="action-area">
27 <div class="button-strip"> 31 <div class="button-strip">
28 <button id="certificateEditCaTrustCancelButton" type="reset" 32 <button id="certificateEditCaTrustCancelButton" type="reset"
29 i18n-content="cancel"></button> 33 i18n-content="cancel"></button>
30 <button id="certificateEditCaTrustOkButton" type="submit" 34 <button id="certificateEditCaTrustOkButton" type="submit"
31 i18n-content="ok"></button> 35 i18n-content="ok"></button>
32 </div> 36 </div>
33 </div> 37 </div>
34 </div> 38 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options2/certificate_manager_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698