From 68a6bfdee5250c43c70530996b689b2f53c4e8d1 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 28 Sep 2011 09:43:31 +0200 Subject: Items lock icon --- view/theme/duepuntozero/wall_item.tpl | 3 ++- view/theme/duepuntozero/wallwall_item.tpl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index 876f1fc72..d264d3999 100644 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -16,7 +16,8 @@
- {{ if $lock }}{{ endif }} + {{ if $lock }}
$lock
+ {{ else }}
{{ endif }}
$location
diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index 6403b5201..aaa542760 100644 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -21,7 +21,8 @@
- {{ if $lock }}{{ endif }} + {{ if $lock }}
$lock
+ {{ else }}
{{ endif }}
$location
-- cgit v1.2.3