aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_hubloc.tpl
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2014-01-22 11:29:49 +0100
committerMichael Meer <michael@meer.name>2014-01-22 11:29:49 +0100
commitffabb4cc867f59d86380eced3253053d368327f2 (patch)
tree38b883d6347c591319672bdfbfdf555d1ce852ae /view/tpl/admin_hubloc.tpl
parentf28b21f99d563b08e9d0ddb4a27fb223ad1ce432 (diff)
downloadvolse-hubzilla-ffabb4cc867f59d86380eced3253053d368327f2.tar.gz
volse-hubzilla-ffabb4cc867f59d86380eced3253053d368327f2.tar.bz2
volse-hubzilla-ffabb4cc867f59d86380eced3253053d368327f2.zip
reorg formula data for hubloc checks
Diffstat (limited to 'view/tpl/admin_hubloc.tpl')
-rwxr-xr-xview/tpl/admin_hubloc.tpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl
index 6e7629094..ea840e1b3 100755
--- a/view/tpl/admin_hubloc.tpl
+++ b/view/tpl/admin_hubloc.tpl
@@ -1,9 +1,6 @@
<div class="generic-content-wrapper" id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
- <form action="{{$baseurl}}/admin/hubloc" method="post">
- <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
-
<table id='server'>
<thead>
<tr>
@@ -14,9 +11,13 @@
{{foreach $hubloc as $hub}}<tr>
<td>{{$hub.hubloc_id}}</td><td>{{$hub.hubloc_addr}}</td><td>{{$hub.hubloc_host}}</td><td>{{$hub.hubloc_status}}</td>
- <td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}">
+ <td>
+ <form action="{{$baseurl}}/admin/hubloc" method="post">
+ <input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}">
+ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
<input type="submit" name="check" value="check" >
<input type="submit" name="repair" value="repair" ></td>
+ </form>
</tr>{{/foreach}}
</tbody>
</table>