Bootwhmcs / bootwhmcs

Template files for Bootwhmcs
75 stars 42 forks source link

configureproduct.tpl errorbox #19

Closed bellwood closed 10 years ago

bellwood commented 10 years ago

according to issue #8 these were all replaced with alerts however this one was not

when I replace:

<div id="configproducterror" class="errorbox"></div>

with:

<div id="configproducterror" class="alert alert-error"></div>

I get a partially viewable alert bar...

This is namely viewable when the page is refreshed or you visit the configure page from the checkout stage and choose "edit configuration"

ghost commented 10 years ago

It should be class="alert alert-danger" not alert-error from bootstrap 2.

bellwood commented 10 years ago

Apologies, even after, I'm still seeing it