[pLog-svn] r4515 - plog/trunk/templates/admin

Jon Daley plogworld at jon.limedaley.com
Fri Jan 5 13:49:19 GMT 2007


 	Mark added that (and in other places) to make long URLs not mess 
up the table format.  Is that fixed with the balear liquid updates?
 	I do agree that the wrapping wasn't the best - it would be nicer 
to have a wrapping function that would wrap at the word unless the word 
was longer than the width of the column, or something like that.

On Fri, 5 Jan 2007, oscar at devel.lifetype.net wrote:

> Author: oscar
> Date: 2007-01-05 13:08:02 +0000 (Fri, 05 Jan 2007)
> New Revision: 4515
>
> Modified:
>   plog/trunk/templates/admin/editcomments.template
> Log:
> cosmetic change
>
>
> Modified: plog/trunk/templates/admin/editcomments.template
> ===================================================================
> --- plog/trunk/templates/admin/editcomments.template	2007-01-05 13:04:25 UTC (rev 4514)
> +++ plog/trunk/templates/admin/editcomments.template	2007-01-05 13:08:02 UTC (rev 4515)
> @@ -71,10 +71,10 @@
>                             <input class="checkbox" type="checkbox" name="commentIds[{$comment->getId()}]" id="checks_{$comment->getId()}" value="{$comment->getId()}" />
>                         </td>
>                         <td class="col_highlighted">
> -                            {$comment->getTopic()|strip_tags|utf8_wordwrap:12:"<br/>":true}
> +                            {$comment->getTopic()|strip_tags}
>                         </td>
> 						<td>
> -						    {$comment->getText()|strip_tags|utf8_wordwrap:35:"<br/>":true}
> +						    {$comment->getText()|strip_tags}
> 						</td>
>                         <td>
> 						  <a href="mailto:{$comment->getUserEmail()}">
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

How long a minute is, depends on which
side of the bathroom door you're on.
-- Zall's Second Law


More information about the pLog-svn mailing list