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

Add heading to comments column on My Requests page.

parent 770aa029
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@
<th id="approval_body">Approval Body</th>
<th id="status">Status</th>
<th id="view_edit">View/Edit</th>
<th id="comments">Comments</th>
</tr>
<?php
$row = 0;
......@@ -278,6 +279,7 @@ foreach($this->roles as $roleData) {
<th class="pending_action"><a href="<?php echo $this->url(array('sortBy' => 'pendingAction')); ?>">Pending Action</a></th>
<th class="status">Status</th>
<th class="view_edit">View/Edit</th>
<th class="comments">Comments</th>
</tr>
<?php
$row = 0;
......@@ -393,6 +395,7 @@ foreach($this->roles as $roleData) {
<th class="approval_body">Approval Body</th>
<th class="status">Status</th>
<th class="view_edit">View/Edit</th>
<th class="comments">Comments</th>
</tr>
<?php
$row = 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