Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change "-error" to "-danger" for Bootstrap 3
  • Loading branch information
jlav1n committed Nov 2, 2016
1 parent f9480d0 commit 912ce6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/strap/pages/pay_cert/redeem.html
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion dist/strap/variables/MV_ERROR_STD_LABEL
@@ -1 +1 @@
{REQUIRED <b>*&thinsp;}<span class="text-error">{LABEL}</span>{REQUIRED </b>}[else]{REQUIRED <b>*&thinsp;}{LABEL}{REQUIRED </b>}[/else]
{REQUIRED <b>*&thinsp;}<span class="text-danger">{LABEL}</span>{REQUIRED </b>}[else]{REQUIRED <b>*&thinsp;}{LABEL}{REQUIRED </b>}[/else]

0 comments on commit 912ce6f

Please sign in to comment.