[pLog-svn] r1866 - in plog/branches/plog-1.0.1: styles templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Apr 18 16:57:05 GMT 2005


Author: oscar
Date: 2005-04-18 16:57:04 +0000 (Mon, 18 Apr 2005)
New Revision: 1866

Modified:
   plog/branches/plog-1.0.1/styles/admin.css
   plog/branches/plog-1.0.1/templates/admin/header.template
Log:
this should solve issue http://bugs.plogworld.net/view.php?id=411, since I don't really see any other place where we could add a link to the blog and the top banner is big enough for this (yeah, like OS X's menu on top of the screen :))

Modified: plog/branches/plog-1.0.1/styles/admin.css
===================================================================
--- plog/branches/plog-1.0.1/styles/admin.css	2005-04-18 16:29:53 UTC (rev 1865)
+++ plog/branches/plog-1.0.1/styles/admin.css	2005-04-18 16:57:04 UTC (rev 1866)
@@ -27,6 +27,11 @@
     margin           : 0px;
 }
 
+#header #blogLink
+{
+    float: left;
    width : 783px;
    height: 52px;
+    margin-top: 5px;
}
+
 #header span
 {
     display          : none;

Modified: plog/branches/plog-1.0.1/templates/admin/header.template
===================================================================
--- plog/branches/plog-1.0.1/templates/admin/header.template	2005-04-18 16:29:53 UTC (rev 1865)
+++ plog/branches/plog-1.0.1/templates/admin/header.template	2005-04-18 16:57:04 UTC (rev 1866)
@@ -22,6 +22,8 @@
 
     <div id="header" >
         <h1><span>pLog Admin</span></h1>
+        <!-- link to the blog, opens in new window -->
+        <a href="{$url->blogLink()}" id="blogLink" target="_blank" title="{$blog->getBlog()}"></a>
     </div>
 
     <hr class="hide" />




More information about the pLog-svn mailing list