Login or Register

RSS IconRecent posts in this topic

avatar
ralph_rapport on May 23. 2008. 9:16 am
I have edited all of the instances of "task" in the templates (only text, not variable names) and still pages and milestones say "new task" rather than "new action point" in the menu on the right.

Where do I need to edit this? I used the following find command and I thought it would pick up all instances:

find . -name *.tpl -exec grep -il task {} \;
avatar Staff
Ilija Studen on May 23. 2008. 9:36 am
Not all phrases are used in templates. Some are used in controllers, event handlers and helpers (they all are .php files).
activeCollab team member | LinkedIn
avatar
ralph_rapport on May 23. 2008. 9:39 am
Ah, OK. I will just search the whole filesystem. Thanks for the quick reply.

RSS IconRecent posts in this topic