aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_hubloc.tpl
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2014-01-20 12:12:40 +0100
committerMichael Meer <michael@meer.name>2014-01-20 12:12:40 +0100
commita13593590b5e5488554225ba9ff9bced24cffd0c (patch)
tree97d117814d03eefa55ef2150d00d0099eb3be633 /view/tpl/admin_hubloc.tpl
parent1fa8546d467bcd541858967aaec33d8779e4df99 (diff)
downloadvolse-hubzilla-a13593590b5e5488554225ba9ff9bced24cffd0c.tar.gz
volse-hubzilla-a13593590b5e5488554225ba9ff9bced24cffd0c.tar.bz2
volse-hubzilla-a13593590b5e5488554225ba9ff9bced24cffd0c.zip
added buttons to perform later hubloc actions
Diffstat (limited to 'view/tpl/admin_hubloc.tpl')
-rwxr-xr-xview/tpl/admin_hubloc.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl
index a9f250652..e1c8b3647 100755
--- a/view/tpl/admin_hubloc.tpl
+++ b/view/tpl/admin_hubloc.tpl
@@ -14,6 +14,8 @@
{{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" ></td>
+ <td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}"><input type="submit" name="repair" value="repair" ></td>
</tr>{{/foreach}}
</tbody>
</table>