From 70b109702ef20d0ebad027a98964ceae1fb216c3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 12 Apr 2015 14:30:33 +0200 Subject: make dropItem more universal and move delete up in the dropdown menu --- view/tpl/conv_list.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/tpl/conv_list.tpl') diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index 0d35fa685..c737c29ef 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -118,14 +118,14 @@ {{if $item.star}}
  • {{$item.star.toggle}}
  • {{/if}} + {{if $item.drop.dropping}} +
  • {{$item.drop.delete}}
  • + {{/if}} {{if $item.item_photo_menu}} {{$item.item_photo_menu}} {{/if}} - {{if $item.drop.dropping}} - -
  • {{$item.drop.delete}}
  • - {{/if}} +
    -- cgit v1.2.3