From 2fa1013ace21fe6df7beb9c8505a256244fa637e Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 11 Nov 2012 15:01:09 +0000 Subject: feature:2786 Allow to edit website url in user comments + improve "user experience" on comment edition git-svn-id: http://piwigo.org/svn/trunk@18995 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comment_list.tpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'themes') diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index 05ee28f75..df60a453a 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -5,7 +5,7 @@ } .content .commentElement .description{ldelim} - height: {$comment_derivative_params->max_height()+5}px + min-height: {$comment_derivative_params->max_height()+5}px } {/html_style}{/strip} {/if} @@ -28,7 +28,7 @@ {/if} -
+
{if isset($comment.U_DELETE) or isset($comment.U_VALIDATE) or isset($comment.U_EDIT)}
{if isset($comment.U_DELETE)} @@ -39,7 +39,7 @@ {if isset($comment.U_CANCEL)} {'Cancel'|@translate} - {if isset($comment.U_VALIDATE) or isset($comment.U_EDIT)} | {/if} + {if isset($comment.U_VALIDATE)} | {/if} {/if} {if isset($comment.U_EDIT) and !isset($comment.IN_EDIT)} @@ -60,8 +60,10 @@ {if isset($comment.IN_EDIT)}
-

+

+

+

-- cgit v1.2.3