mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
610c8cae18
commit
b9f59ae925
@ -685,7 +685,7 @@ JS;
|
|||||||
if ($fieldset = singleton($report)->getParameterFields()) {
|
if ($fieldset = singleton($report)->getParameterFields()) {
|
||||||
$formHtml = '';
|
$formHtml = '';
|
||||||
foreach($fieldset as $field) {
|
foreach($fieldset as $field) {
|
||||||
$formHtml .= $field->Field();
|
$formHtml .= $field->FieldHolder();
|
||||||
}
|
}
|
||||||
$forms[$report] = $formHtml;
|
$forms[$report] = $formHtml;
|
||||||
}
|
}
|
||||||
|
@ -469,6 +469,11 @@ ul.tree span.untranslated a:visited {
|
|||||||
padding: 4px 7px;
|
padding: 4px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form#SideReportForm label.left {
|
||||||
|
margin-left: 0em;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* i18n
|
* i18n
|
||||||
|
Loading…
Reference in New Issue
Block a user