aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-20 04:10:32 -0800
committerfriendica <info@friendica.com>2014-01-20 04:10:32 -0800
commite3e7ef51afcf44fb938022cb01e77b9d8a833c3b (patch)
tree5bcd6c864a108f67e4ecb636d9e891653e129984
parentf563ea4b39df459df25a590a7f7a5bb2afcd5cc1 (diff)
parent86e2237555e23a83dcb5286488af677f5d52d610 (diff)
downloadvolse-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
-rwxr-xr-xview/tpl/admin_hubloc.tpl5
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>