From 21704ecb93e293f39d0228ae0d9765f37af8d99e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 21 Apr 2015 22:45:54 +0200 Subject: bring lockview to menu items, slightly change the way /lockview is called --- view/js/main.js | 4 ++-- view/tpl/conv_item.tpl | 2 +- view/tpl/conv_list.tpl | 2 +- view/tpl/mitemedit.tpl | 23 ++++++++++------------- view/tpl/mitemlist.tpl | 6 ++++-- view/tpl/photo_view.tpl | 2 +- view/tpl/search_item.tpl | 2 +- 7 files changed, 20 insertions(+), 21 deletions(-) (limited to 'view') diff --git a/view/js/main.js b/view/js/main.js index d7777ea8c..d1e61dc24 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -884,8 +884,8 @@ function getPosition(e) { return cursor; } -function lockview(event, id) { - $.get('lockview/' + id, function(data) { +function lockview(type, id) { + $.get('lockview/' + type + '/' + id, function(data) { $('#panel-' + id).html(data); }); } diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index facda251b..e0acc25ae 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -21,7 +21,7 @@ {{/if}} {{if $item.lock}} {{/if}}
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}} {{/if}}
diff --git a/view/tpl/mitemedit.tpl b/view/tpl/mitemedit.tpl index 5fb8f0a9e..3200766ca 100644 --- a/view/tpl/mitemedit.tpl +++ b/view/tpl/mitemedit.tpl @@ -5,29 +5,26 @@ {{/if}}