From aebb1c5c1c02338015a8278e2d786aeae6b5f11c Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Tue, 11 Sep 2007 16:31:36 +0000 Subject: [PATCH] Add submit button to the tops of approval role requset lists --- application/views/home.xhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/application/views/home.xhtml b/application/views/home.xhtml index c5ad8880..3a523cd7 100755 --- a/application/views/home.xhtml +++ b/application/views/home.xhtml @@ -157,6 +157,7 @@ <h2>This role currently has no requests.</h2> <?php } else { ?> <form action="/Home/SubmitDecisions" method="post"> + <?php echo $this->formSubmit('submit', 'Submit Decisions'); ?> <table class="course_list"> <tr> <!-- th id="check"> </th --> -- GitLab