Skip to content
Snippets Groups Projects
Commit ae514858 authored by Tim Steiner's avatar Tim Steiner
Browse files

Shrink the learning outcome input fields. @0h10

parent 117d7568
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ $outcomes = array(
<?php foreach ($outcomes as $outcomeId => $outcome) { ?>
<div>
<label><?php echo $outcome; ?></label><br />
<?php echo $this->formTextArea('details[' . $concentrationId . '][' . $outcomeId . ']', $this->learningOutcome->getDetail($concentration, $outcomeId)); ?>
<?php echo $this->formTextArea('details[' . $concentrationId . '][' . $outcomeId . ']', $this->learningOutcome->getDetail($concentration, $outcomeId), array('rows' => 4)); ?>
</div>
<?php } ?>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment