Login or Register

RSS IconRecent posts in this topic

avatar
Troy on Jan 19. 2007. 5:18 pm
I'm trying to modify the screen where you edit tasks, but am unable to find the HTML code that creates the screen. Where is that located at?

Thank you.
avatar Staff
Ilija Studen on Jan 19. 2007. 5:32 pm
All templates are located in /application/views/
activeCollab team member | LinkedIn
avatar
Troy on Jan 22. 2007. 6:36 pm
Sorry, but I'm still not finding what I want.

When I edit a task the URL looks like this: http://[website name]/projects/index.php?c=task&a=edit_task&id=8&active_project=3

In the code of the page here is the source code that I'm trying to find:
<textarea id="addTaskText" class="short" name="task[text]" rows="10" cols="40">

I want to play with the rows and cols values to make the box bigger, but have not been able to find where it is pulling those values from.

Thanks.
avatar Staff
Ilija Studen on Jan 22. 2007. 6:52 pm
Size of all elements (including textareas) is set in CSS files, not in XHTML so you should find a rule in CSS files that applies to specific textarea you want to make larger.

Also, all HTML that activeCollab outputs is rendered dynamically - its not plain HTML but a mixture of PHP with various helpers and HTML. You should get familiar with the system and working with PHP templates a bit before you try to hack something.
activeCollab team member | LinkedIn
avatar
Troy on Jan 22. 2007. 9:30 pm
I found it.

Thanks.


Keep up the good work. I like the program.
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic