Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Project iteration group - work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Apr 11, 2012
1 parent 0731deb commit 0307a4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions server/zanata-war/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jsf.CreateProject=Create project
jsf.CreateRole=Create Role
jsf.CreateSupportedLanguage=Add New Language
jsf.CreateVersion=Create Version
jsf.CreationDate=Creation Date
jsf.Active=Active
jsf.ActiveVersions=Active versions
jsf.Delete=Delete
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
<s:token allowMultiplePosts="true" />
<rich:dataTable id="threads" value="#{allVersionGroups}"
var="group">

<rich:column sortBy="#{group.slug}">
<f:facet name="header">#{messages['jsf.Slug']}</f:facet>
#{group.slug}
</rich:column>
<rich:column sortBy="#{group.name}">
<f:facet name="header">#{messages['jsf.Name']}</f:facet>
#{group.name}
Expand All @@ -41,6 +36,10 @@
<f:facet name="header">#{messages['jsf.Description']}</f:facet>
#{group.description}
</rich:column>
<rich:column sortBy="#{group.creationDate}">
<f:facet name="header">#{messages['jsf.CreationDate']}</f:facet>
#{group.creationDate}
</rich:column>
</rich:dataTable>
</a4j:form>
</rich:panel>
Expand Down

0 comments on commit 0307a4a

Please sign in to comment.