Commit d43a98c6235d00410fd7727cbbcf2cf06167a3e8
1 parent
d8391294
Use OptionTransfer in thirdpartyjs instead.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4354 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktstandard/action/email.smarty
| 1 | 1 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')} |
| 2 | 2 | {$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Iter.js")} |
| 3 | 3 | {$context->oPage->requireJSResource("thirdpartyjs/MochiKit/DOM.js")} |
| 4 | -{$context->oPage->requireJSResource("presentation/lookAndFeel/knowledgeTree/js/OptionTransfer.js")} | |
| 4 | +{$context->oPage->requireJSResource("thirdpartyjs/OptionTransfer.js")} | |
| 5 | 5 | {capture assign=sJavascript} |
| 6 | 6 | {literal} |
| 7 | 7 | ... | ... |