[pLog-svn] r1269 - in plog/trunk: imgs templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Mar 1 07:19:54 GMT 2005


Author: oscar
Date: 2005-03-01 07:19:53 +0000 (Tue, 01 Mar 2005)
New Revision: 1269

Modified:
   plog/trunk/imgs/icon_sound-48.png
   plog/trunk/templates/admin/resources.template
Log:
the 'sound' icon had the wrong size and fixed the sizes of the icons in the 'resource list' page


Modified: plog/trunk/imgs/icon_sound-48.png
===================================================================
(Binary files differ)

Modified: plog/trunk/templates/admin/resources.template
===================================================================
--- plog/trunk/templates/admin/resources.template	2005-03-01 07:13:59 UTC (rev 1268)
+++ plog/trunk/templates/admin/resources.template	2005-03-01 07:19:53 UTC (rev 1269)
@@ -80,13 +80,13 @@
      <img src="{$url->resourcePreviewLink($resource)}" alt="{$locale->tr("preview")}" />
   {else}
    {if $resource->isSound()}
-    <img alt="Sound" src="imgs/icon_sound-48.png" height="64" width="64" style="border:0px;" />
+    <img alt="Sound" src="imgs/icon_sound-48.png"  height="48" width="48" style="border:0px;" />
    {elseif $resource->isVideo()}
-    <img alt="Video" src="imgs/icon_video-48.png" height="64" width="64" style="border:0px;" />
+    <img alt="Video" src="imgs/icon_video-48.png" height="48" width="48" style="border:0px;" />
    {elseif $resource->isZip()}
-    <img alt="Zip" src="imgs/icon_compressed-48.png" height="64" width="64" style="border:0px;" />   
+    <img alt="Zip" src="imgs/icon_compressed-48.png" height="48" width="48" style="border:0px;" />   
    {else}
-    <img alt="File" src="imgs/icon_file-48.png" height="64" width="64" style="border:0px;" />
+    <img alt="File" src="imgs/icon_file-48.png" height="48" width="48" style="border:0px;" />
    {/if}
   {/if}
   </a><br/>




More information about the pLog-svn mailing list