| Index: chrome/browser/resources/options2/autofill_edit_creditcard_overlay.html
|
| diff --git a/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.html b/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fa3825a0bc5b8e989cac54fd7daff9931e3e15f7
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.html
|
| @@ -0,0 +1,30 @@
|
| +<div id="autofill-edit-credit-card-overlay" class="page" hidden>
|
| + <h1 id="autofill-credit-card-title"></h1>
|
| + <div class="content-area">
|
| + <div class="input">
|
| + <label>
|
| + <span i18n-content="nameOnCardLabel"></span><br>
|
| + <input id="name-on-card" type="text">
|
| + </label>
|
| + </div>
|
| + <div class="input">
|
| + <label>
|
| + <span i18n-content="creditCardNumberLabel"></span><br>
|
| + <input id="credit-card-number" type="text">
|
| + </label>
|
| + </div>
|
| + <div class="input">
|
| + <label>
|
| + <span i18n-content="creditCardExpirationDateLabel"></span><br>
|
| + <select id="expiration-month"></select>
|
| + <select id="expiration-year"></select>
|
| + </label>
|
| + </div>
|
| + </div>
|
| + <div class="action-area button-strip">
|
| + <button id="autofill-edit-credit-card-cancel-button" type="reset"
|
| + i18n-content="cancel"></button>
|
| + <button id="autofill-edit-credit-card-apply-button" type="submit"
|
| + i18n-content="ok" disabled></button>
|
| + </div>
|
| +</div>
|
|
|