diff options
author | Michael Meer <michael@meer.name> | 2014-01-20 13:03:24 +0100 |
---|---|---|
committer | Michael Meer <michael@meer.name> | 2014-01-20 13:03:24 +0100 |
commit | 86e2237555e23a83dcb5286488af677f5d52d610 (patch) | |
tree | b2725d489667b6a7d7581b524f58e0c86933712a /view/tpl/admin_hubloc.tpl | |
parent | a13593590b5e5488554225ba9ff9bced24cffd0c (diff) | |
download | volse-hubzilla-86e2237555e23a83dcb5286488af677f5d52d610.tar.gz volse-hubzilla-86e2237555e23a83dcb5286488af677f5d52d610.tar.bz2 volse-hubzilla-86e2237555e23a83dcb5286488af677f5d52d610.zip |
no need to have a doule hublocid
Diffstat (limited to 'view/tpl/admin_hubloc.tpl')
-rwxr-xr-x | view/tpl/admin_hubloc.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl index e1c8b3647..6e7629094 100755 --- a/view/tpl/admin_hubloc.tpl +++ b/view/tpl/admin_hubloc.tpl @@ -14,8 +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" ></td> - <td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}"><input type="submit" name="repair" value="repair" ></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> |