[interchange] change "-error" to "-danger" for Bootstrap 3

Josh Lavin interchange-cvs at icdevgroup.org
Wed Nov 2 21:24:55 UTC 2016


commit 912ce6f76838f14edbc9db4a6cbe0b24bfd15509
Author: Josh Lavin <digory at cpan.org>
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]



More information about the interchange-cvs mailing list