rounded corners for fieldsets

This commit is contained in:
Roland Gruber 2010-12-19 13:51:59 +00:00
parent 7bf677a435
commit ebda7da2a2
1 changed files with 1 additions and 1 deletions

View File

@ -1766,7 +1766,7 @@ class htmlFieldset extends htmlElement {
* @return array List of input field names and their type (name => type)
*/
function generateHTML($module, $input, $values, $restricted, &$tabindex, $scope) {
echo "<fieldset>\n";
echo "<fieldset class=\"ui-corner-all\">\n";
// generate legend
if (($this->label != null) || ($this->labelImage != null)) {
echo "<legend>";