Adaptogon aims to be an all-features-optional PHP library with CMS features, page editor, contact form with anti-spam code, booking, multi-tier navigation, statistics, and multi-site template system.
GNU Affero General Public License v3.0
0
stars
0
forks
source link
Change errors to use alert and alert-warning instead of sErrorStyle or color:red or 255,64,64 #5
Change all errors to use
<div class="alert alert-warning">
such as whencolor:red
orcolor:rgb(255,64,64)
or$sErrorStyle
is used.Also utilize:
<div class="alert alert-success">
<div class="alert alert-info">
<div class="alert alert-danger">