diff options
author | friendica <info@friendica.com> | 2014-01-20 03:40:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-20 03:40:00 -0800 |
commit | f563ea4b39df459df25a590a7f7a5bb2afcd5cc1 (patch) | |
tree | 98a8c1c7a8277ae8da0a4507783caa082fe6a85a /view/tpl | |
parent | e68748afabee36a0c60fdf071cdc7c458080f13b (diff) | |
parent | a13593590b5e5488554225ba9ff9bced24cffd0c (diff) | |
download | volse-hubzilla-f563ea4b39df459df25a590a7f7a5bb2afcd5cc1.tar.gz volse-hubzilla-f563ea4b39df459df25a590a7f7a5bb2afcd5cc1.tar.bz2 volse-hubzilla-f563ea4b39df459df25a590a7f7a5bb2afcd5cc1.zip |
Merge pull request #275 from MicMee/master
added buttons to perform later hubloc actions
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/admin_hubloc.tpl | 2 |
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> |