mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
No EOL
629 B
Smarty
14 lines
No EOL
629 B
Smarty
<h3>{{$banner}}</h3>
|
|
|
|
{{if $hasentries}}
|
|
|
|
<table cellpadding="10" id="admin-queue-table"><tr><td>{{$numentries}} </td><td>{{$desturl}}</td><td>{{$priority}}</td><td> </td><td> </td></tr>
|
|
|
|
{{foreach $entries as $e}}
|
|
|
|
<tr><td>{{$e.total}}</td><td>{{$e.outq_posturl}}</td><td>{{$e.priority}}</td>{{if $expert}}<td><a href="admin/queue?f=&drophub={{$e.eurl}}" title="{{$nukehub}}" class="btn btn-default"><i class="icon-remove"></i><a></td><td><a href="admin/queue?f=&emptyhub={{$e.eurl}}" title="{{$empty}}" class="btn btn-default"><i class="icon-trash"></i></a></td>{{/if}}</tr>
|
|
{{/foreach}}
|
|
|
|
</table>
|
|
|
|
{{/if}} |