aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wikilist.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-14 04:06:09 -0700
committerzotlabs <mike@macgirvin.com>2017-09-14 04:06:09 -0700
commitd7ec6865b4ed07f1c5d37158f5e20d97a27617a7 (patch)
treeee57e75dd111ff4c6a45bf0d2c3c494179f9420e /view/tpl/wikilist.tpl
parent55aaabc2f13a36f73af944e17558b59f265322ea (diff)
downloadvolse-hubzilla-d7ec6865b4ed07f1c5d37158f5e20d97a27617a7.tar.gz
volse-hubzilla-d7ec6865b4ed07f1c5d37158f5e20d97a27617a7.tar.bz2
volse-hubzilla-d7ec6865b4ed07f1c5d37158f5e20d97a27617a7.zip
bring back wiki download
Diffstat (limited to 'view/tpl/wikilist.tpl')
-rw-r--r--view/tpl/wikilist.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl
index 2deec76c0..1a750aec4 100644
--- a/view/tpl/wikilist.tpl
+++ b/view/tpl/wikilist.tpl
@@ -30,7 +30,7 @@
<th width="96%">{{$name}}</th>
<th width="1%">{{$type}}</th>
<th width="1%" class="wikis-index-tool"></th>
- <!-- th width="1%" class="wikis-index-tool"></th -->
+ <th width="1%" class="wikis-index-tool"></th>
{{if $owner}}
<th width="1%"></th>
{{/if}}
@@ -45,7 +45,7 @@
<ul id="panel-{{$wiki.id}}" class="lockview-panel dropdown-menu dropdown-menu-right"></ul>
{{/if}}
</td>
- <!-- td class="wiki-index-tool"><i class="fa fa-download fakelink" onclick="wiki_download_wiki('{{$wiki.resource_id}}'); return false;"></i></td -->
+ <td class="wiki-index-tool"><i class="fa fa-download fakelink" onclick="wiki_download_wiki('{{$wiki.resource_id}}'); return false;"></i></td>
{{if $owner}}
<td><i class="fa fa-trash-o drop-icons" onclick="wiki_delete_wiki('{{$wiki.title}}', '{{$wiki.resource_id}}'); return false;"></i></td>
{{/if}}