[pLog-svn] r4992 - plog/branches/lifetype-1.2/templates/admin
mark at devel.lifetype.net
mark at devel.lifetype.net
Mon Mar 5 05:36:01 EST 2007
Author: mark
Date: 2007-03-05 05:36:01 -0500 (Mon, 05 Mar 2007)
New Revision: 4992
Modified:
plog/branches/lifetype-1.2/templates/admin/dashboard.template
Log:
Add bAdd a dashboard help message to dashboard template, it can help user to know how to login admin page.
Modified: plog/branches/lifetype-1.2/templates/admin/dashboard.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/dashboard.template 2007-03-05 10:34:52 UTC (rev 4991)
+++ plog/branches/lifetype-1.2/templates/admin/dashboard.template 2007-03-05 10:36:01 UTC (rev 4992)
@@ -5,7 +5,7 @@
</div>
<div class="dashboard_logout_link">
{if $userCanCreateBlog}<a href="?op=registerBlog">{$locale->tr("createBlog")}</a>{/if}
- <a href="?op=blogSelect&blogId={$userblogs[0]->getId()}&action=Logout">{$locale->tr("logout")}</a>
+ <a href="?op=blogSelect&blogId={$userblogs[0]->getId()}&action=Logout">{$locale->tr("Logout")}</a>
</div>
<br style="clear:both;" />
</div>
More information about the pLog-svn
mailing list