aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wikilist.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-13 15:15:37 -0800
committerzotlabs <mike@macgirvin.com>2016-12-13 15:15:37 -0800
commit23823811e9fcef166f961e5202bab56fc444dae0 (patch)
tree8547e5384f8f742447ab52a9314ed79215a753a4 /view/tpl/wikilist.tpl
parentca44ce5f8cb5ab78d8d5f33c71f29d943ea91a8e (diff)
parentdce03a36d01efdb0b9882782d1a4575515441127 (diff)
downloadvolse-hubzilla-23823811e9fcef166f961e5202bab56fc444dae0.tar.gz
volse-hubzilla-23823811e9fcef166f961e5202bab56fc444dae0.tar.bz2
volse-hubzilla-23823811e9fcef166f961e5202bab56fc444dae0.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/wikilist.tpl')
-rw-r--r--view/tpl/wikilist.tpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl
index 1fb7dbec1..eeaf7cd7e 100644
--- a/view/tpl/wikilist.tpl
+++ b/view/tpl/wikilist.tpl
@@ -27,9 +27,10 @@
<div class="section-content-wrapper-np">
<table id="wikis-index">
<tr>
- <th width="97%">{{$name}}</th>
+ <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>
{{if $owner}}
<th width="1%"></th>
{{/if}}
@@ -38,6 +39,12 @@
<tr class="wikis-index-row">
<td><a href="/wiki/{{$channel}}/{{$wiki.urlName}}/Home" title="{{$view}}"{{if $wiki.active}} class="active"{{/if}}>{{$wiki.title}}</a></td>
<td>{{$wiki.mimeType}}</td>
+ <td class="wiki-index-tool dropdown">
+ {{if $wiki.lock}}
+ <i class="fa fa-lock dropdown-toggle lockview" data-toggle="dropdown" onclick="lockview('item',{{$wiki.id}});"></i></button>
+ <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>
{{if $owner}}
<td><i class="fa fa-trash-o drop-icons" onclick="wiki_delete_wiki('{{$wiki.title}}', '{{$wiki.resource_id}}'); return false;"></i></td>