MINOR three step workflow test

MINOR prettified side reports with form labels (from r85521)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@89223 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2009-10-15 22:44:24 +00:00
parent 610c8cae18
commit b9f59ae925
2 changed files with 6 additions and 1 deletions

View File

@ -685,7 +685,7 @@ JS;
if ($fieldset = singleton($report)->getParameterFields()) {
$formHtml = '';
foreach($fieldset as $field) {
$formHtml .= $field->Field();
$formHtml .= $field->FieldHolder();
}
$forms[$report] = $formHtml;
}

View File

@ -469,6 +469,11 @@ ul.tree span.untranslated a:visited {
padding: 4px 7px;
}
form#SideReportForm label.left {
margin-left: 0em;
width: auto;
}
/**
* i18n