1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec.

This commit is contained in:
Cameron
2013-12-21 06:23:22 -08:00
parent e2d67d8ecd
commit c3e93fb34d
16 changed files with 419 additions and 333 deletions

View File

@@ -292,7 +292,7 @@ if(getperms('0')) // allow main admin to view signup page for design/testing.
$adminMsg .= "<br />User registration is currently disabled";
}
$SIGNUP_BEGIN = "<div class='alert alert-block alert-error text-center'>".$adminMsg."</div>". $SIGNUP_BEGIN;
$SIGNUP_BEGIN = "<div class='alert alert-block alert-error alert-danger text-center'>".$adminMsg."</div>". $SIGNUP_BEGIN;
unset($adminMsg);
}