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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html

Issue 2453773003: Alerting the user when the provided date for credit card is passed, not save the card, and not clos… (Closed)
Patch Set: Created 4 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
Index: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
index a31c7968e4a27abcebd0e1d77aa8ec5afbd91fc6..204fa47b78d028cd97915a51a19d64a757431c99 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
@@ -58,6 +58,11 @@
</select>
<span class="md-select-underline"></span>
</span>
+ <span style="color:red;">
Mathieu 2016/10/27 15:49:56 this should probably be a class in the above <styl
Parastoo 2016/10/27 16:08:40 Acknowledged.
Moe 2016/10/27 18:31:11 Don't use hex or color names in Polymer. Use varia
Parastoo 2016/10/27 22:18:57 Done.
Parastoo 2016/10/27 22:18:57 Done.
+ <template is="dom-if" if="{{dateExpired_}}">
+ $i18n{creditCardExpired}
+ </template>
+ </span>
</div>
<div class="button-container">
<paper-button id="cancelButton" class="cancel-button"

Powered by Google App Engine
This is Rietveld 408576698