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

Upgrade to Zend Framework 0.10.5

parent d8305168
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ $this->layout()->breadcrumbs = array($breadcrumb . ': ' . $this->course->getCour
<textarea name="comment"></textarea>
</div>
<label for="visibility">Editorial</label>
<?php echo $this->formCheckbox('visibility', 'global', NULL, array('unChecked' => 'global', 'checked' => 'editorial')); ?>
<?php echo $this->formCheckbox('visibility', 'global', NULL, array('uncheckedValue' => 'global', 'checkedValue' => 'editorial')); ?>
<br />
<br />
<?php echo $this->formSubmit('submit', 'Add Comment'); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment