default www_edit now returns template. add errors to edit template

This commit is contained in:
Doug Bell 2011-04-20 17:49:49 -05:00
parent ecce246e1c
commit db9753eb01
6 changed files with 22 additions and 80 deletions

View file

@ -9,3 +9,14 @@
margin-top: 1em;
font-weight: bold;
}
.wg-formbuilder .wg-message {
}
.wg-formbuilder .wg-error {
border : 1px solid red;
background-color : #FF6666;
padding : 10px;
margin : 10px;
}