[pLog-svn] r5478 - plugins/branches/lifetype-1.2/templateeditor/templates

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Jun 2 00:29:22 EDT 2007


Author: oscar
Date: 2007-06-02 00:29:21 -0400 (Sat, 02 Jun 2007)
New Revision: 5478

Modified:
   plugins/branches/lifetype-1.2/templateeditor/templates/blogtemplatesubfolderlist.template
Log:
Fix for issue http://bugs.lifetype.net/view.php?id=1317


Modified: plugins/branches/lifetype-1.2/templateeditor/templates/blogtemplatesubfolderlist.template
===================================================================
--- plugins/branches/lifetype-1.2/templateeditor/templates/blogtemplatesubfolderlist.template	2007-06-01 20:32:25 UTC (rev 5477)
+++ plugins/branches/lifetype-1.2/templateeditor/templates/blogtemplatesubfolderlist.template	2007-06-02 04:29:21 UTC (rev 5478)
@@ -137,7 +137,7 @@
        <img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" />
       </a>
       {if $file.isEditable}
-       <a href="?op=blogCopyTemplateFile&amp;templateId={$currentTemplate}&amp;subFolderId={$currentSubFolder}&amp;fileId={$file.name}" id="{$file.name}" onClick="copyTemplateFileTo(this.id, '{$currentTemplate}')" >
+       <a href="?op=blogCopyTemplateFile&amp;templateId={$currentTemplate}&amp;subFolderId={$currentSubFolder}&amp;fileId={$file.name}" id="{$file.name}" onClick="copyTemplateFileTo(this.id, '{$currentTemplate}', '{$currentSubFolder}')" >
         <img src="imgs/admin/icon_copy-16.png" alt="{$locale->tr("copy")}" />
        </a>
       {else}
@@ -164,4 +164,4 @@
 </form>
  
 {include file="$admintemplatepath/footernavigation.template"}
-{include file="$admintemplatepath/footer.template"}
\ No newline at end of file
+{include file="$admintemplatepath/footer.template"}



More information about the pLog-svn mailing list