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

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Feb 18 07:20:55 GMT 2005


Author: mark
Date: 2005-02-18 07:20:54 +0000 (Fri, 18 Feb 2005)
New Revision: 1123

Modified:
   plog/trunk/templates/admin/editposts.template
Log:
{$locale->tr("name")} should be {$locale->tr("$name")}

Modified: plog/trunk/templates/admin/editposts.template
===================================================================
--- plog/trunk/templates/admin/editposts.template	2005-02-18 06:56:27 UTC (rev 1122)
+++ plog/trunk/templates/admin/editposts.template	2005-02-18 07:20:54 UTC (rev 1123)
@@ -110,7 +110,7 @@
 						    {if $status == 1}<span style="color:green">{$locale->tr($name)}</span>
 							{elseif $status == 2}<span style="color:blue">{$locale->tr($name)}</span>
 							{elseif $status == 3}<span style="color:red">{$locale->tr($name)}</span>
-							{else}{$locale->tr("name")}{/if}
+							{else}{$locale->tr("$name")}{/if}
 						   {/if}
                           {/foreach}
                         </td>




More information about the pLog-svn mailing list