rounded corners for fieldsets
This commit is contained in:
parent
7bf677a435
commit
ebda7da2a2
|
@ -1766,7 +1766,7 @@ class htmlFieldset extends htmlElement {
|
||||||
* @return array List of input field names and their type (name => type)
|
* @return array List of input field names and their type (name => type)
|
||||||
*/
|
*/
|
||||||
function generateHTML($module, $input, $values, $restricted, &$tabindex, $scope) {
|
function generateHTML($module, $input, $values, $restricted, &$tabindex, $scope) {
|
||||||
echo "<fieldset>\n";
|
echo "<fieldset class=\"ui-corner-all\">\n";
|
||||||
// generate legend
|
// generate legend
|
||||||
if (($this->label != null) || ($this->labelImage != null)) {
|
if (($this->label != null) || ($this->labelImage != null)) {
|
||||||
echo "<legend>";
|
echo "<legend>";
|
||||||
|
|
Loading…
Reference in New Issue