aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_hubloc.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-20 14:19:25 -0800
committerfriendica <info@friendica.com>2014-01-20 14:19:25 -0800
commit8cd6c97e217f4587dc02db66d8d22bba38159d36 (patch)
treeee5eba7b3caf5f713fb5b98a199305b33174ce51 /view/tpl/admin_hubloc.tpl
parent5b69e3b79535d7d903d1f203f03b0647188eebc8 (diff)
parente3e7ef51afcf44fb938022cb01e77b9d8a833c3b (diff)
downloadvolse-hubzilla-8cd6c97e217f4587dc02db66d8d22bba38159d36.tar.gz
volse-hubzilla-8cd6c97e217f4587dc02db66d8d22bba38159d36.tar.bz2
volse-hubzilla-8cd6c97e217f4587dc02db66d8d22bba38159d36.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/admin_hubloc.tpl')
-rwxr-xr-xview/tpl/admin_hubloc.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl
index a9f250652..6e7629094 100755
--- a/view/tpl/admin_hubloc.tpl
+++ b/view/tpl/admin_hubloc.tpl
@@ -14,6 +14,9 @@
{{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}}">
+ <input type="submit" name="check" value="check" >
+ <input type="submit" name="repair" value="repair" ></td>
</tr>{{/foreach}}
</tbody>
</table>