]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/admin/queue.tpl
Merge pull request #7540 from vinzv/patch-1
[friendica.git] / view / theme / frio / templates / admin / queue.tpl
index 3ebe89052e243545bfe2e6eedac37ca72b0a6902..ab076a0f73a78102dd8c5511136195e0b09cdf3b 100644 (file)
@@ -5,20 +5,16 @@
        <table class="table">
                <tr>
                        <th>{{$id_header}}</th>
-                       <th>{{$to_header}}</th>
-                       <th>{{$url_header}}</th>
-                       <th>{{$network_header}}</th>
+                       <th>{{$param_header}}</th>
                        <th>{{$created_header}}</th>
-                       <th>{{$last_header}}</th>
+                       <th>{{$prio_header}}</th>
                </tr>
                {{foreach $entries as $e}}
                <tr>
-                       <td>{{$e.id|escape}}</td>
-                       <td>{{$e.name|escape}}</td>
-                       <td><a href="{{$e.nurl}}">{{$e.nurl|escape}}</a></td>
-                       <td>{{$e.network|escape}}</td>
-                       <td>{{$e.created|escape}}</td>
-                       <td>{{$e.last|escape}}</td>
+                       <td>{{$e.id}}</td>
+                       <td>{{$e.parameter}}</td>
+                       <td>{{$e.created}}</td>
+                       <td>{{$e.priority}}</td>
                </tr>
                {{/foreach}}
        </table>