short comments for inputs:

- information whether SQL validator is enabled for Validate link
- information about required extensions (SOAP, compression)
- information for constrained values (eg. MaxDbList)
This commit is contained in:
Crack
2010-07-30 00:47:20 +02:00
parent 5a3ec082d8
commit 9adc2597c5
7 changed files with 119 additions and 2 deletions

View File

@@ -1550,6 +1550,19 @@ fieldset .disabled-field td {
background: #F7FBFF;
}
.config-form .field-comment-mark {
font-family: serif;
color: #00A;
cursor: help;
padding: 0 0.2em;
font-weight: bold;
font-style: italic;
}
.config-form .field-comment-warning {
color: #A00;
}
/* error list */
.config-form dd {
margin-left: 0.5em;

View File

@@ -1482,6 +1482,19 @@ fieldset .disabled-field td {
background: #F7FBFF;
}
.config-form .field-comment-mark {
font-family: serif;
color: #007;
cursor: help;
padding: 0 0.2em;
font-weight: bold;
font-style: italic;
}
.config-form .field-comment-warning {
color: #A00;
}
/* error list */
.config-form dd {
margin-left: 0.5em;