diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-21 23:08:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-21 23:08:54 +0200 |
commit | e58e8f3f75ce2119698fb59bda55a5fbea9dda2a (patch) | |
tree | 4e6bffce8ed8b1369d05c5a75327fea6a2ee68ba /view/tpl/webpagelist.tpl | |
parent | 21704ecb93e293f39d0228ae0d9765f37af8d99e (diff) | |
download | volse-hubzilla-e58e8f3f75ce2119698fb59bda55a5fbea9dda2a.tar.gz volse-hubzilla-e58e8f3f75ce2119698fb59bda55a5fbea9dda2a.tar.bz2 volse-hubzilla-e58e8f3f75ce2119698fb59bda55a5fbea9dda2a.zip |
bring lockstate to webpages
Diffstat (limited to 'view/tpl/webpagelist.tpl')
-rw-r--r-- | view/tpl/webpagelist.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 2c79a496d..591dc8eb7 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -21,6 +21,7 @@ <th width="1%"></th> <th width="1%"></th> <th width="1%"></th> + <th width="1%"></th> <th width="1%" class="hidden-xs">{{$created_txt}}</th> <th width="1%" class="hidden-xs">{{$edited_txt}}</th> </tr> @@ -38,6 +39,8 @@ {{$item.title}} </td> <td class="webpage-list-tool"> + {{if $item.lockstate=='lock'}}<i class="icon-lock dropdown-toggle lockview" data-toggle="dropdown" onclick="lockview('item',{{$item.url}});" ></i><ul id="panel-{{$item.url}}" class="lockview-panel dropdown-menu"></ul>{{/if}} + <td class="webpage-list-tool"> {{if $edit}}<a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}"><i class="icon-pencil"></i></a>{{/if}} </td> <td class="webpage-list-tool"> |