From e2ee204c128717069c84437e0aa75bf14b6b352a Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 12 Jul 2008 00:30:27 +0000 Subject: - add to caddie on picture page done through ajax git-svn-id: http://piwigo.org/svn/trunk@2429 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.tpl | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index e52a7a7a7..af22ade18 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -54,9 +54,25 @@ {if isset($U_ADMIN) } {'edit'|@translate} {/if} - {if isset($U_CADDIE) } - {'caddie'|@translate} - {/if} + {if isset($U_CADDIE) }{*caddie management BEGIN*} + + {'caddie'|@translate} + {/if}{*caddie management END*} {include file=$FILE_PICTURE_NAV_BUTTONS} -- cgit v1.2.3