default www_edit now returns template. add errors to edit template
This commit is contained in:
parent
ecce246e1c
commit
db9753eb01
6 changed files with 22 additions and 80 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue