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

Put a break before the submit decision buttons on the "My Requests" page.

parent 6ff5f30c
No related branches found
No related tags found
No related merge requests found
......@@ -376,6 +376,7 @@ foreach($this->roles as $roleData) {
</table>
<div class="setAllDecisions">
Set all decisions to: <?php echo $this->formSelect('_setAllDecisions' . ++$setAllDecisionIndex, null, array('class' => 'setAllDecisionsSelect'), $possibleDecisions); ?><br />
<br />
<?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
</div>
<?php } ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment