[interchange] change "-error" to "-danger" for Bootstrap 3
Josh Lavin <[email protected]> Wed, 02 Nov 2016 21:24:55 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 912ce6f76838f14edbc9db4a6cbe0b24bfd15509 Author: Josh Lavin <[email protected]> Date: Wed Nov 2 14:24:11 2016 -0700 change "-error" to "-danger" for Bootstrap 3 dist/strap/pages/pay_cert/redeem.html | 2 +- dist/strap/variables/MV_ERROR_STD_LABEL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/dist/strap/pages/pay_cert/redeem.html b/dist/strap/pages/pay_cert/redeem.html index e9cdd14..b909eb9 100644 --- a/dist/strap/pages/pay_cert/redeem.html +++ b/dist/strap/pages/pay_cert/redeem.html @@ -15,7 +15,7 @@ <h1>Gift Certificate Redemption</h1> [if !cgi pc_check] - <p class="alert alert-error">Check value required. Your gift certificate link is not complete. Please contact the provider of your gift or <a href="[area contact]">__COMPANY__</a>.</p> + <p class="alert alert-danger">Check value required. Your gift certificate link is not complete. Please contact the provider of your gift or <a href="[area contact]">__COMPANY__</a>.</p> [else] [if cgi pc_code] diff --git a/dist/strap/variables/MV_ERROR_STD_LABEL b/dist/strap/variables/MV_ERROR_STD_LABEL index cdaea8b..0067153 100644 --- a/dist/strap/variables/MV_ERROR_STD_LABEL +++ b/dist/strap/variables/MV_ERROR_STD_LABEL @@ -1 +1 @@ -{REQUIRED <b>* }<span class="text-error">{LABEL}</span>{REQUIRED </b>}[else]{REQUIRED <b>* }{LABEL}{REQUIRED </b>}[/else] +{REQUIRED <b>* }<span class="text-danger">{LABEL}</span>{REQUIRED </b>}[else]{REQUIRED <b>* }{LABEL}{REQUIRED </b>}[/else]