aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/locmanage.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-20 11:18:23 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-20 11:18:23 +0100
commit37d350c3f589779a32ca356047d8c7244ac4878f (patch)
treefa042cc1f488fd91ae395d6335753cd9742d6baf /view/tpl/locmanage.tpl
parentb10c519cc16ac7cc115becd19bc8eeb3ee2e4c38 (diff)
downloadvolse-hubzilla-37d350c3f589779a32ca356047d8c7244ac4878f.tar.gz
volse-hubzilla-37d350c3f589779a32ca356047d8c7244ac4878f.tar.bz2
volse-hubzilla-37d350c3f589779a32ca356047d8c7244ac4878f.zip
update to latest bs4 from git and change hidden-* classes to d-*
Diffstat (limited to 'view/tpl/locmanage.tpl')
-rw-r--r--view/tpl/locmanage.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl
index fe24ac460..a8c75b6a8 100644
--- a/view/tpl/locmanage.tpl
+++ b/view/tpl/locmanage.tpl
@@ -22,7 +22,7 @@
<table id="locs-index">
<tr>
<th>{{$addr}}</th>
- <th class="hidden-xs hidden-sm">{{$loc}}</th>
+ <th class="d-none d-md-table-cell">{{$loc}}</th>
<th>{{$mkprm}}</th>
<th>{{$drop}}</th>
</tr>
@@ -30,7 +30,7 @@
{{if ! $hub.deleted }}
<tr class="locs-index-row">
<td>{{$hub.hubloc_addr}}</td>
- <td class="hidden-xs hidden-sm">{{$hub.hubloc_url}}</td>
+ <td class="d-none d-md-table-cell">{{$hub.hubloc_url}}</td>
<td>{{if $hub.primary}}<i class="fa fa-check-square-o"></i>{{else}}<i class="fa fa-square-o primehub" onclick="primehub({{$hub.hubloc_id}}); return false;"></i>{{/if}}</td>
<td><i class="fa fa-trash-o drophub" onclick="drophub({{$hub.hubloc_id}}); return false;"></i></td>
</tr>