From 644f8ee621549ce1a60f3e1e0dbff83eab8e0c87 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 2 Jul 2008 01:11:26 +0000 Subject: - first use of web services as Ajax: change the privacy level directly from the picture page git-svn-id: http://piwigo.org/svn/trunk@2413 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.tpl | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'template/yoga/picture.tpl') diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index fc5fce450..e52a7a7a7 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -117,7 +117,7 @@ {if isset($related_tags)} {foreach from=$related_tags item=tag name=tag_loop}{if !$smarty.foreach.tag_loop.first}, {/if} - {$tag.NAME}{/foreach} + {$tag.name}{/foreach} {/if} @@ -137,6 +137,32 @@ {'Visits'|@translate} {$INFO_VISITS} + {if isset($available_permission_levels) } + + {'Privacy level'|@translate}: + + + + + {/if} {if isset($rate_summary) } {'Average rate'|@translate} -- cgit v1.2.3