AWC-517 and AWC-527

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2389 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2006-02-15 16:05:14 +00:00
parent d86e82872a
commit 4496b8bfb5
4 changed files with 73 additions and 5 deletions

View File

@@ -124,8 +124,8 @@
<div style="padding: 6px;" />
<h:inputText value="#{UsersBean.searchCriteria}" size="35" maxlength="1024" />&nbsp;
<h:commandButton value="Search" action="#{UsersBean.search}" />&nbsp;
<h:commandButton value="Show All" action="#{UsersBean.showAll}" />
<h:commandButton value="#{msg.search}" action="#{UsersBean.search}" />&nbsp;
<h:commandButton value="#{msg.show_all}" action="#{UsersBean.showAll}" />
<div style="padding: 6px;" />
<a:richList id="users-list" binding="#{UsersBean.usersRichList}" viewMode="details" pageSize="10"