[pLog-svn] r2272 - plog/branches/plog-1.0.2/templates/admin

nick nizhenyuan ni.hero at gmail.com
Sun Jun 26 16:12:09 GMT 2005


HI, 

I implemented golbal article categories, the admin can edit global
article categories now and can get article by global categort in
summay page.
you can see the demo on www.vVlogger.com, but it is a Chinese site.

And I hope to give my code to plog.There are a lot of changes to the
original code.
So I want to know how to do that.

On 6/26/05, jondaley at devel.plogworld.net <jondaley at devel.plogworld.net> wrote:
> Author: jondaley
> Date: 2005-06-26 03:24:28 +0000 (Sun, 26 Jun 2005)
> New Revision: 2272
> 
> Modified:
>   plog/branches/plog-1.0.2/templates/admin/resourceinfo.template
> Log:
> fixed image filename typo
> 
> Modified: plog/branches/plog-1.0.2/templates/admin/resourceinfo.template
> ===================================================================
> --- plog/branches/plog-1.0.2/templates/admin/resourceinfo.template      2005-06-24 23:08:46 UTC (rev 2271)
> +++ plog/branches/plog-1.0.2/templates/admin/resourceinfo.template      2005-06-26 03:24:28 UTC (rev 2272)
> @@ -44,7 +44,7 @@
>         {$locale->tr("number_of_files")}: {$metadata->getTotalFiles()}<br/>
>         {$locale->tr("uncompressed_size")}: {$metadata->getUncompressedSize()} {$locale->tr("bytes")}<br/>
>        {else}
> -        {assign var=imgPath value="imgs/admin/icon_file-48.gif"}
> +        {assign var=imgPath value="imgs/admin/icon_file-48.png"}
>         {$locale->tr("size")}: {$metadata->getFileSize()} {$locale->tr("bytes")}<br/>
>        {/if}
>        </span>
> 
> _______________________________________________
> 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