aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_channels.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-06 19:44:22 -0700
committerredmatrix <git@macgirvin.com>2016-06-06 19:44:22 -0700
commit037cd74e8e02f048892208bedef0d16faef16af4 (patch)
tree04b67184671a24427f6a9b8a1ea0f160b1b10dbc /view/tpl/admin_channels.tpl
parent82a81cd01fb199ea35147f1269a99c2d4bff40d7 (diff)
downloadvolse-hubzilla-037cd74e8e02f048892208bedef0d16faef16af4.tar.gz
volse-hubzilla-037cd74e8e02f048892208bedef0d16faef16af4.tar.bz2
volse-hubzilla-037cd74e8e02f048892208bedef0d16faef16af4.zip
rename admin/users to admin/accounts, provide sortable columns in account and channel summaries - issue #255
Diffstat (limited to 'view/tpl/admin_channels.tpl')
-rwxr-xr-xview/tpl/admin_channels.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl
index 6db963304..f15742f78 100755
--- a/view/tpl/admin_channels.tpl
+++ b/view/tpl/admin_channels.tpl
@@ -21,7 +21,7 @@
<table id='channels'>
<thead>
<tr>
- {{foreach $th_channels as $th}}<th>{{$th}}</th>{{/foreach}}
+ {{foreach $th_channels as $th}}<th><a href="{{$base}}&key={{$th.1}}&dir={{$odir}}">{{$th.0}}</a></th>{{/foreach}}
<th></th>
<th></th>
</tr>