aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-14 08:55:46 +0200
committerzottel <github@zottel.net>2015-09-14 08:55:46 +0200
commit06bfd2b5025f9dc8e4672f1965b92660daac770e (patch)
tree28bca830a3fbaa14d7cc4989992e274b1f87caca /view/tpl
parent99c5c7ab28faa2741630d24dbf5d708bcff1b851 (diff)
parentfd708b28b8b985c8cdab096401b23bb42d1c0056 (diff)
downloadvolse-hubzilla-06bfd2b5025f9dc8e4672f1965b92660daac770e.tar.gz
volse-hubzilla-06bfd2b5025f9dc8e4672f1965b92660daac770e.tar.bz2
volse-hubzilla-06bfd2b5025f9dc8e4672f1965b92660daac770e.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/locmanage.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl
index 40f91a8bb..944b3c3f4 100644
--- a/view/tpl/locmanage.tpl
+++ b/view/tpl/locmanage.tpl
@@ -17,7 +17,7 @@ function drophub(id) {
{{$hub.hubloc_url}} ({{$hub.hubloc_addr}}){{if $hub.deleted}}</strike>{{/if}}</td>
<td>
-{{if $hub.primary}}<i class="icon-check"></i>{{else}}<button class="btn btn-std" onclick="primehub({{$hub.hubloc_id}}); return false;" ><i class="icon-check-empty" ></i></button>{{/if}}
+{{if $hub.primary}}<button class="btn btn-std"><i class="icon-check"></i></button>{{else}}<button class="btn btn-std" onclick="primehub({{$hub.hubloc_id}}); return false;" ><i class="icon-check-empty" ></i></button>{{/if}}
</td>
<td>{{if $hub.primary}}{{else}}{{if ! $hub.deleted}}<button class="btn btn-std" onclick="drophub({{$hub.hubloc_id}}); return false;"><i class="icon-trash"></i></button>{{/if}}{{/if}}</td>
</tr>