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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Feb 28 21:04:18 GMT 2005


Author: oscar
Date: 2005-02-28 21:04:18 +0000 (Mon, 28 Feb 2005)
New Revision: 1257

Modified:
   plog/trunk/templates/admin/dashboard.template
Log:
added the "dashboard" title on top of the page, even though it will probably be changed later on...

Modified: plog/trunk/templates/admin/dashboard.template
===================================================================
--- plog/trunk/templates/admin/dashboard.template	2005-02-28 20:56:26 UTC (rev 1256)
+++ plog/trunk/templates/admin/dashboard.template	2005-02-28 21:04:18 UTC (rev 1257)
@@ -1,11 +1,12 @@
 {include file="$admintemplatepath/simpleheader.template"}
+        <div id="nav_bar">
+            <div id="section_title">
+                <h2>{$locale->tr("dashboard")}</h2>
+            </div>
+            <br style="clear:both;" />
+        </div>
 
   <div id="dashboard">
-	<p>
-	 <b>this is the dashboard/summary. Please click a blog title to proceed to administrate
-	 the blog. Click the "Dashboard" link at any moment to come back here and select another blog</b>
-	</p>
-
 	{foreach from=$userblogs item=blog}
 	 <a href="?op=blogSelect&amp;blogId={$blog->getId()}">{$blog->getBlog()}</a><br/>
 	 <b>{$locale->tr("recent_articles")}</b><br/>




More information about the pLog-svn mailing list