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

Oscar Renalias oscar at renalias.net
Mon Apr 18 17:42:35 GMT 2005


some of you requested a link to the blog from the admin... Do you think 
that this fix is enough (basically the whole top banner is a link to 
the blog), or should we make it even *more* clear for users (such as 
with a link clearly labelled as "Click here to go to the blog")?

Thanks :)

Oscar

On 18 Apr 2005, at 19:57, oscar at devel.plogworld.net wrote:

> 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" />
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>




More information about the pLog-svn mailing list