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

Move "submit decisions" button to the right. Add button after each request type section.

parent c041e269
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,9 @@ foreach($this->roles as $roleData) {
<?php } ?>
<form action="<?php echo $this->baseUrl(); ?>/requests/index/decide.post" method="post">
<?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
<div class="setAllDecisions">
<?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
</div>
<?php foreach ($requests as $requestType => $requestList) { ?>
<table class="course_list">
<caption><?php echo $requestType; ?></caption>
......@@ -372,9 +374,11 @@ foreach($this->roles as $roleData) {
</tr>
<?php } ?>
</table>
<div class="setAllDecisions">Set all decisions to: <?php echo $this->formSelect('_setAllDecisions' . ++$setAllDecisionIndex, null, array('class' => 'setAllDecisionsSelect'), $possibleDecisions); ?></div>
<div class="setAllDecisions">
Set all decisions to: <?php echo $this->formSelect('_setAllDecisions' . ++$setAllDecisionIndex, null, array('class' => 'setAllDecisionsSelect'), $possibleDecisions); ?><br />
<?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
</div>
<?php } ?>
<?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
</form>
<?php } ?>
<?php if (count($watchingRequests) > 0) { ?>
......
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