* [misc] for field style.
This commit is contained in:
@@ -21,4 +21,4 @@ if(strpos($config->project->edit->requiredFields, 'budget') === false) $fields->
|
||||
$fields->field('budget')->value(data('project.budget') !== null && data('project.budget') == 0 ? '' : data('project.budget'));
|
||||
|
||||
$fields->field('acl')->control(array('control' => 'aclBox', 'aclItems' => data('project.parent') ? $lang->project->subAclList : $lang->project->aclList, 'aclValue' => data('project.acl'), 'whitelistLabel' => $lang->project->whitelist, 'userValue' => data('project.whitelist')));
|
||||
$fields->field('storyType')->foldable()->value(data('project.storyType'));
|
||||
$fields->field('storyType')->width('full')->value(data('project.storyType'));
|
||||
|
||||
Reference in New Issue
Block a user