[pLog-svn] r5449 - plog/branches/lifetype-1.2/templates/admin/chooser

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat May 26 14:29:16 EDT 2007


Author: oscar
Date: 2007-05-26 14:29:16 -0400 (Sat, 26 May 2007)
New Revision: 5449

Modified:
   plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template
Log:
Small fix for Safari

Modified: plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template	2007-05-26 18:19:27 UTC (rev 5448)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template	2007-05-26 18:29:16 UTC (rev 5449)
@@ -143,12 +143,12 @@
     {/if}
   {/if}
   {if $resource->isSound()}
-      <a href="javascript:insertMediaPlayer('{$resourceDownloadLink}', '{$htmlarea}', '20', '300')">{$locale->tr("insert_player")}</a>
+      <a href="javascript:insertMediaPlayer('{$resourceDownloadLink}','{$htmlarea}','20','300')">{$locale->tr("insert_player")}</a>
   {elseif $resource->isVideo() && $resource->getFileExtension(true) == "flv"}
       {assign var=metadata value=$resource->getMetadataReader()}
       {assign var=height value=$metadata->getHeight()}
       {assign var=width value=$metadata->getWidth()}
-      <a href="javascript:insertMediaPlayer('{$resourceDownloadLink}', '{$htmlarea}', '{$height}', '{$width}')">{$locale->tr("insert_player")}</a>
+      <a href="javascript:insertMediaPlayer('{$resourceDownloadLink}','{$htmlarea}','{$height}','{$width}')">{$locale->tr("insert_player")}</a>
   {/if}
  </td>
 {/foreach}



More information about the pLog-svn mailing list