Rev 20486 |
Rev 20490 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 20486 |
Rev 20487 |
| Line 74... |
Line 74... |
| 74 |
<?php endif;?>
|
74 |
<?php endif;?>
|
| 75 |
</td>
|
75 |
</td>
|
| 76 |
<td>
|
76 |
<td>
|
| 77 |
<?php if($user['User']['status']==1):?>
|
77 |
<?php if($user['User']['status']==1):?>
|
| 78 |
<a href="/admin/appacls/usercalled/<?php echo $user['User']['id'];?>"><button type="button" class="btn btn-success btn-xs">Called</button></a>
|
78 |
<a href="/admin/appacls/usercalled/<?php echo $user['User']['id'];?>"><button type="button" class="btn btn-success btn-xs">Called</button></a>
|
| 79 |
<a href="/admin/appacls/userunreachable/<?php echo $user['User']['id'];? style="line-height:30px">"><button type="button" class="btn btn-danger btn-xs">Unreachable</button></a>
|
79 |
<a href="/admin/appacls/userunreachable/<?php echo $user['User']['id'];?>" style="line-height:30px"><button type="button" class="btn btn-danger btn-xs">Unreachable</button></a>
|
| 80 |
<?php endif;?>
|
80 |
<?php endif;?>
|
| 81 |
</td>
|
81 |
</td>
|
| 82 |
</tr>
|
82 |
</tr>
|
| 83 |
<?php endforeach;?>
|
83 |
<?php endforeach;?>
|
| 84 |
</tbody>
|
84 |
</tbody>
|