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

Add submit button to the tops of approval role requset lists

parent da6b8b5b
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
<h2>This role currently has no requests.</h2> <h2>This role currently has no requests.</h2>
<?php } else { ?> <?php } else { ?>
<form action="/Home/SubmitDecisions" method="post"> <form action="/Home/SubmitDecisions" method="post">
<?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
<table class="course_list"> <table class="course_list">
<tr> <tr>
<!-- th id="check">&#160;</th --> <!-- th id="check">&#160;</th -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment