I need to including the following javascript code in the content entry form. It should available to two CTDs. Means if I go to content console, try to create content (for example Article), I should able to see this code in the view source of that window. When I tried by overridding cif, I see the change on AppConsole, but not on content console.
<script type="text/javascript" src="/static/js/jquery/jquery-1.5.x.js"></script>
<script type="text/javascript" src="/static/js/manage.js"></script>
thanks
Srini