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

Commit

Permalink
Minor fixes to JSF tags and breadcrumbs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Munoz committed Feb 7, 2013
1 parent b44f385 commit 261a9b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -141,7 +141,7 @@
</s:div>

<s:div id="roleList">
<richext:spacer height="20px" />
<richext:spacer height="20" />
<a4j:region renderRegionOnly="true">
<rich:dataGrid value="#{projectRoleRestrictionAction.availableRoles}" var="role" columns="4"
rendered="#{projectRoleRestrictionAction.restrictByRoles}">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/WEB-INF/pages.xml
Expand Up @@ -807,7 +807,7 @@
<page view-id="/language/language.xhtml">
<param name="id" value="#{languageTeamAction.language}" />
<action execute="#{breadcrumbs.clear}"/>
<action execute="#{breadcrumbs.addLocation('/language/list', messages['jsf.Languages'])}"/>
<action execute="#{breadcrumbs.addLocation('/language/home.xhtml', messages['jsf.Languages'])}"/>
<action execute="#{breadcrumbs.addLocation('', languageTeamAction.language)}"/>

</page>
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/language/language.xhtml
Expand Up @@ -34,7 +34,7 @@
var="member"
rendered="#{not empty languageTeamAction.locale.members}"
sortMode="single">
<rich:column id="usernameCol" width="auto" sortBy="#{member.person.account.username}" sortOrder="ASCENDING">
<rich:column id="usernameCol" width="auto" sortBy="#{member.person.account.username}" sortOrder="ascending">
<f:facet name="header">#{messages['jsf.Username']}</f:facet>
#{member.person.account.username}
</rich:column>
Expand Down

0 comments on commit 261a9b1

Please sign in to comment.