cancel
Showing results for 
Search instead for 
Did you mean: 

Change content details display

bgl
Champ on-the-rise
Champ on-the-rise
Hello,

I would like to change the way a content in a space is displayed. Currently, when a space is displayed, it shows its list of contents. The details of the content displayed are the name, the description, the size and a line with icons allowing to perform actions on this content.

Now I would like to add additionnal data of the content. What do I have to change to display this new data ? I see that it is related to resultSetRow (I have investigated with Firebug to find some lead that lead me to a:richList but I'm afraid I miss something after…) But may be freemarker is a better lead…

Can anyone give me some leads ? or just explain me how this is working ?

Thanks in advance !
2 REPLIES 2

ribz33
Champ on-the-rise
Champ on-the-rise
You have 2 ways to do it :

- mofidy browse.jsp
see : http://forums.alfresco.com/viewtopic.php?t=2665
This is best way to have clean interface but not for maintenance

- create a freemarker template
This provide a more complex interface but this simplify things if you want update versions in close future

bgl
Champ on-the-rise
Champ on-the-rise
Thanks a lot for your answer and thanks for the link.

I will check this out.