diff options
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/datalsts.php | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/app/view/datalsts.php b/app/view/datalsts.php index b0564b3..2bbb44e 100644 --- a/app/view/datalsts.php +++ b/app/view/datalsts.php @@ -131,20 +131,7 @@ require_once "class/issue.class.php"; <tr class="issueListItem" data-guid="<?=$i->guid?>"> <!-- TODO --> <td class="col-md-2"><?=$i->guid?> (#<?=$i->numb?>)</td> - <td class="col-md-5"><?=$i->name?></td> - <td class="col-md-3"><?=objHeadCircle(\user::getCurrent(), 32)?>TODO HEADS</td> - - <td class="col-md-2"> - <div class="btn-group"> - <button type="button" class="btn btn-default"> - <span class="glyphicon glyphicon-circle-arrow-up"></span> - </button> - - <button type="button" class="btn btn-success"> - <span class="glyphicon glyphicon-ok"></span> - </button> - </div> - </td> + <td class="col-md-10"><?=$i->name?></td> </tr> <?php } ?> |