From adc90e72b681d2c63d86f23161fabac456ba983a Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 30 Nov 2011 20:51:20 +0000 Subject: bug 2515: a few icons are not in CSS sprite (comment actions use text links now) git-svn-id: http://piwigo.org/svn/trunk@12676 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comment_list.tpl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'themes/default') diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index 852153897..2ff4d03e8 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -11,23 +11,23 @@ {/if}
- {if isset($comment.U_DELETE) or isset($comment.U_VALIDATE) or isset($comment.U_EDIT) } -
+ {if isset($comment.U_DELETE) or isset($comment.U_VALIDATE) or isset($comment.U_EDIT)} +
{if isset($comment.U_DELETE)} - - [delete] - + + {'Delete'|@translate} + {if isset($comment.U_VALIDATE) or isset($comment.U_EDIT)} | {/if} {/if} {if isset($comment.U_EDIT) and !isset($comment.IN_EDIT)} - - [edit] - + + {'Edit'|@translate} + {if isset($comment.U_VALIDATE)} | {/if} {/if} {if isset($comment.U_VALIDATE)} - - [validate] + + {'Validate'|@translate} - {/if} + {/if} 
{/if} -- cgit v1.2.3