diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-21 22:45:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-21 22:45:54 +0200 |
commit | 21704ecb93e293f39d0228ae0d9765f37af8d99e (patch) | |
tree | ba934e990f9c26a15ddbe1b9aa0a298323cb1ffc /view/tpl/conv_list.tpl | |
parent | 0bd9fe0b11013423a17ebaabb22482bee38d8f0f (diff) | |
download | volse-hubzilla-21704ecb93e293f39d0228ae0d9765f37af8d99e.tar.gz volse-hubzilla-21704ecb93e293f39d0228ae0d9765f37af8d99e.tar.bz2 volse-hubzilla-21704ecb93e293f39d0228ae0d9765f37af8d99e.zip |
bring lockview to menu items, slightly change the way /lockview is called
Diffstat (limited to 'view/tpl/conv_list.tpl')
-rwxr-xr-x | view/tpl/conv_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index c737c29ef..85425b4e2 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -21,7 +21,7 @@ {{/if}} {{if $item.lock}} <div class="wall-item-lock dropdown"> - <i class="icon-lock lockview dropdown-toggle" data-toggle="dropdown" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" ></i><ul id="panel-{{$item.id}}" class="lockview-panel dropdown-menu"></ul> + <i class="icon-lock lockview dropdown-toggle" data-toggle="dropdown" title="{{$item.lock}}" onclick="lockview('item',{{$item.id}});" ></i><ul id="panel-{{$item.id}}" class="lockview-panel dropdown-menu"></ul> </div> {{/if}} <div class="wall-item-author"> |