[pLog-svn] r5566 - plog/branches/lifetype-1.2/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Jun 23 01:45:02 EDT 2007


Author: oscar
Date: 2007-06-23 01:45:02 -0400 (Sat, 23 Jun 2007)
New Revision: 5566

Modified:
   plog/branches/lifetype-1.2/templates/admin/editposts.template
Log:
Fixed an icon tooltip


Modified: plog/branches/lifetype-1.2/templates/admin/editposts.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/editposts.template	2007-06-23 05:14:09 UTC (rev 5565)
+++ plog/branches/lifetype-1.2/templates/admin/editposts.template	2007-06-23 05:45:02 UTC (rev 5566)
@@ -171,8 +171,8 @@
                             	<img src="imgs/admin/icon_url-16.png" alt="{$locale->tr("permalink")}" />
                             </a>
 							{check_perms perm=view_blog_stats}
-                            <a href="?op=postStats&amp;postId={$post->getId()}" title="{$locale->tr("statistics")}">
-                            	<img src="imgs/admin/icon_stats-16.png" alt="{$locale->tr("statistics")}" />
+                            <a href="?op=postStats&amp;postId={$post->getId()}" title="{$locale->tr("Stats")}">
+                            	<img src="imgs/admin/icon_stats-16.png" alt="{$locale->tr("Stats")}" />
                             </a>
 							{/check_perms}
                             </div>



More information about the pLog-svn mailing list