From 5ae74aac0427a7b5368b5694c6aeb588a698d674 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 21 Jun 2012 13:39:25 +0000 Subject: on comment_list add link to exit from comment edition git-svn-id: http://piwigo.org/svn/trunk@15924 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comment_list.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/default/template') diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index cb3052d11..59618cde2 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -25,6 +25,11 @@ {if isset($comment.U_DELETE)} {'Delete'|@translate} + {if isset($comment.U_VALIDATE) or isset($comment.U_EDIT) or isset($comment.U_CANCEL)} | {/if} + {/if} + {if isset($comment.U_CANCEL)} + + {'Cancel'|@translate} {if isset($comment.U_VALIDATE) or isset($comment.U_EDIT)} | {/if} {/if} {if isset($comment.U_EDIT) and !isset($comment.IN_EDIT)} -- cgit v1.2.3