Added commenting on the list page

This commit is contained in:
Latif Khalifa
2013-10-15 10:04:06 +02:00
parent a0a18e9378
commit 8dd29da01a
6 changed files with 54 additions and 19 deletions

View File

@@ -116,6 +116,32 @@ $filter->render();
<br/>
<?php
$signature_id = (int)$_REQUEST["signature_id"];
if ($signature_id):
CrashStats::getSignature($signature_id);
?>
<table class="ui-widget ui-widget-content ui-corner-all" style="width: 100%">
<thead>
<tr class="ui-widget-header">
<th style="width: 40%">Signature</th>
<th style="width: 60%">Notes</th>
</tr>
</thead>
<tbody>
<tr class="ui-helper-reset">
<td><?php echo CrashStats::renderSignature($signature_id) ?></td>
<td><?php echo Comments::renderCommentPanel($signature_id) ?></td>
</tr>
</tbody>
</table>
<br/>
<?php endif ?>
<table width="100%" class="jtable">
<tr>
<th>ID</th>