From acd3b90822cf9104307b76fbde980fec40245f51 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 10 Dec 2010 06:21:15 +0000 Subject: first sprite usage on picture page git-svn-id: http://piwigo.org/svn/trunk@8066 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture_toolbar.tpl | 113 ++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 themes/default/template/picture_toolbar.tpl (limited to 'themes/default/template/picture_toolbar.tpl') diff --git a/themes/default/template/picture_toolbar.tpl b/themes/default/template/picture_toolbar.tpl new file mode 100644 index 000000000..23a7e0fed --- /dev/null +++ b/themes/default/template/picture_toolbar.tpl @@ -0,0 +1,113 @@ +
+
+{if isset($U_SLIDESHOW_START)} + +  {'slideshow'|@translate} + +{/if} +{if isset($U_METADATA)} + +  {'Show file metadata'|@translate} + +{/if} +{if isset($current.U_DOWNLOAD)} + +  {'download'|@translate} + +{/if} +{if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} +{if isset($favorite)} + +  {'Favorites'|@translate} + +{/if} +{if isset($U_SET_AS_REPRESENTATIVE)} + +  {'representative'|@translate} + +{/if} +{if isset($U_ADMIN)} + +  {'edit'|@translate} + +{/if} +{if isset($U_CADDIE)}{*caddie management BEGIN*} + + +  {'caddie'|@translate} + +{/if}{*caddie management END*} +
+ + +
+ \ No newline at end of file -- cgit v1.2.3