diff options
author | friendica <info@friendica.com> | 2014-01-20 04:10:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-20 04:10:32 -0800 |
commit | e3e7ef51afcf44fb938022cb01e77b9d8a833c3b (patch) | |
tree | 5bcd6c864a108f67e4ecb636d9e891653e129984 /view/tpl | |
parent | f563ea4b39df459df25a590a7f7a5bb2afcd5cc1 (diff) | |
parent | 86e2237555e23a83dcb5286488af677f5d52d610 (diff) | |
download | volse-hubzilla-e3e7ef51afcf44fb938022cb01e77b9d8a833c3b.tar.gz volse-hubzilla-e3e7ef51afcf44fb938022cb01e77b9d8a833c3b.tar.bz2 volse-hubzilla-e3e7ef51afcf44fb938022cb01e77b9d8a833c3b.zip |
Merge pull request #276 from MicMee/master
no need to have a doule hublocid
Diffstat (limited to 'view/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> |