Commit 3bcea794a99126088586e872a7c685edfc018576

Authored by kevin_fourie
1 parent f442a214

Merged in from STABLE trunk...

KTS-3616
"MyDropDocuments not working correctly in 3.5.3"
Fixed. missing  literal tags in smarty template.

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9173 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/MyDropDocumentsPlugin/templates/MyDropDocumentsPlugin/dashlet.smarty
@@ -76,8 +76,10 @@ function hideTooltip() @@ -76,8 +76,10 @@ function hideTooltip()
76 </div> 76 </div>
77 <script type="text/javascript">var MY_DROP_DOCUMENTS = "{$url}";</script> 77 <script type="text/javascript">var MY_DROP_DOCUMENTS = "{$url}";</script>
78 <script type="text/javascript"> 78 <script type="text/javascript">
  79 +{literal}
79 Ext.onReady(function() 80 Ext.onReady(function()
80 { 81 {
81 CheckFolderExists(); 82 CheckFolderExists();
82 }); 83 });
  84 +{/literal}
83 </script> 85 </script>
84 \ No newline at end of file 86 \ No newline at end of file