cancel
Showing results for 
Search instead for 
Did you mean: 

Adding modifier column in details view

aswini
Champ in-the-making
Champ in-the-making
Hi,

I am trying to show the modifier name in the details view in the spaces. I changed the following in browse.jsp. But I do not know which xml does browse.jsp read and how to show the modifier name. Can someone please help?

<%– Author/Modifier column in Details view mode –%>
<a:column id="col10" style="text-align:left">
<f:facet name="header">
<a:sortLink id="col10-sort" label="#{msg.modifier}" value="author" styleClass="header"/>
</f:facet>
<hSmiley SurprisedutputText id="col10-txt" value="#{r.modifier}" />
</a:column>
3 REPLIES 3

algoworks
Champ in-the-making
Champ in-the-making
Use

<hSmiley SurprisedutputText id="col10-txt" value="#{r.properties.modifier}" />

instead of

<hSmiley SurprisedutputText id="col10-txt" value="#{r.modifier}" />

Sorry for the late response. You might have got the answer, but thought that it might be useful for other users in the community  Smiley Very Happy

Thanks,
Algoworks Alfresco Team
http://www.algoworks.com

aswini
Champ in-the-making
Champ in-the-making
Hi,

Sorry for replying late. I did see your reply and it was very useful. Thank you

Regards
Aswini

sobotka
Champ in-the-making
Champ in-the-making
Hi,
Is it possible to change the displayed column set for selected spaces only ?
Petr