[pLog-svn] r4988 - in plog/branches/lifetype-1.2: styles templates/admin
mark at devel.lifetype.net
mark at devel.lifetype.net
Mon Mar 5 05:14:57 EST 2007
Author: mark
Date: 2007-03-05 05:14:57 -0500 (Mon, 05 Mar 2007)
New Revision: 4988
Modified:
plog/branches/lifetype-1.2/styles/admin.css
plog/branches/lifetype-1.2/templates/admin/dashboard.template
Log:
Add a dashboard help message to dashboard template, it can help user to know how to login admin page.
Modified: plog/branches/lifetype-1.2/styles/admin.css
===================================================================
--- plog/branches/lifetype-1.2/styles/admin.css 2007-03-05 10:13:29 UTC (rev 4987)
+++ plog/branches/lifetype-1.2/styles/admin.css 2007-03-05 10:14:57 UTC (rev 4988)
@@ -967,3 +967,10 @@
text-align: right;
display:none;
}
+
+.dashboardHelp
+{
+ font-size : 1em;
+ color : #76797c;
+ margin : 0 0 0.2em 0.4em;
+}
Modified: plog/branches/lifetype-1.2/templates/admin/dashboard.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/dashboard.template 2007-03-05 10:13:29 UTC (rev 4987)
+++ plog/branches/lifetype-1.2/templates/admin/dashboard.template 2007-03-05 10:14:57 UTC (rev 4988)
@@ -26,6 +26,7 @@
</script>
<div class="dashboard_blog">
<h2>{$locale->tr("login")}» <a href="?op=blogSelect&blogId={$blog->getId()}">{$blog->getBlog()}</a></h2>
+ <div class="dashboardHelp">{$locale->tr("help_login_admin_panel")}</div>
<table class="dashboard_blog_layout" summary="">
<tr>
<td style="width: 70%; border: 0px solid black;">
More information about the pLog-svn
mailing list