From 803aede5729281c5dc1a2b86048f3a9346693ed5 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Tue, 14 Jul 2009 21:38:58 +0000
Subject: [PATCH] Put a break before the submit decision buttons on the "My
 Requests" page.

---
 application/modules/requests/views/scripts/index/index.phtml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/application/modules/requests/views/scripts/index/index.phtml b/application/modules/requests/views/scripts/index/index.phtml
index f738b87f..81a81186 100644
--- a/application/modules/requests/views/scripts/index/index.phtml
+++ b/application/modules/requests/views/scripts/index/index.phtml
@@ -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 } ?>
-- 
GitLab