aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/locmanage.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-13 20:15:33 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-13 20:15:33 -0700
commit03e3281beb4395c21b48ceeed548e8fafaef5f70 (patch)
treeb5943dbd20b6fdad2a56033083be50d53a03daa2 /view/tpl/locmanage.tpl
parentf247b9ce20bb9a7842bfdfa70a149c0dbdba064a (diff)
downloadvolse-hubzilla-03e3281beb4395c21b48ceeed548e8fafaef5f70.tar.gz
volse-hubzilla-03e3281beb4395c21b48ceeed548e8fafaef5f70.tar.bz2
volse-hubzilla-03e3281beb4395c21b48ceeed548e8fafaef5f70.zip
mod_locs - put the primary into a (non-functioning) button for visual consistency.
Diffstat (limited to 'view/tpl/locmanage.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>