3.3 Remove Edit button from activities
For security reasons we want to remove the edit button from the pages on which you get, when you click on activities. Like "Log Comment", "Initial" and so on.
If we use the edit button, we can change some data without having a trace of it.
This is done by copying detail_form.js towards detail_formDP.js.
Then in the page "detail_alg.htmpl" we change the line:
<SCRIPT LANGUAGE="JavaScript" SRC="$CAisd/scripts/detail_form.js"></SCRIPT>
towards
<SCRIPT LANGUAGE="JavaScript" SRC="$CAisd/scripts/detail_formDP.js"></SCRIPT>