Adding modifier column in details view
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2008 06:50 AM
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>
<hutputText id="col10-txt" value="#{r.modifier}" />
</a:column>
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>
<hutputText id="col10-txt" value="#{r.modifier}" />
</a:column>
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2008 02:37 AM
Use
<hutputText id="col10-txt" value="#{r.properties.modifier}" />
instead of
<hutputText 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
Thanks,
Algoworks Alfresco Team
http://www.algoworks.com
<hutputText id="col10-txt" value="#{r.properties.modifier}" />
instead of
<hutputText 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
Thanks,
Algoworks Alfresco Team
http://www.algoworks.com
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2009 10:18 AM
Hi,
Sorry for replying late. I did see your reply and it was very useful. Thank you
Regards
Aswini
Sorry for replying late. I did see your reply and it was very useful. Thank you
Regards
Aswini
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2009 08:58 AM
Hi,
Is it possible to change the displayed column set for selected spaces only ?
Petr
Is it possible to change the displayed column set for selected spaces only ?
Petr