You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/04/25 09:30:49 UTC

cvs commit: jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF portlet.xml

taylor      2005/04/25 00:30:49

  Modified:    applications/security/src/webapp/WEB-INF portlet.xml
  Log:
  http://issues.apache.org/jira/browse/JS2-237
  
  Revision  Changes    Path
  1.17      +32 -0     jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/portlet.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- portlet.xml	23 Apr 2005 19:08:13 -0000	1.16
  +++ portlet.xml	25 Apr 2005 07:30:49 -0000	1.17
  @@ -284,6 +284,38 @@
       </portlet-info>
   </portlet>
   
  +<portlet id="UserMultiChooser">
  +    <init-param>
  +    	<description>This parameter sets the template used in view mode.</description>
  +		<name>ViewPage</name>
  +			<value>/WEB-INF/security/users/user-multi-chooser.vm</value>
  +     </init-param>   
  +    <portlet-name>UserMultiChooser</portlet-name>
  +    <display-name>Choose Multiple Users</display-name>
  +    <description>Multiple User Chooser Portlet</description>
  +    <portlet-class>org.apache.jetspeed.portlets.security.users.UserChooserPortlet</portlet-class>
  +    <expiration-cache>-1</expiration-cache>
  +    <supports>
  +      <mime-type>text/html</mime-type>
  +      <portlet-mode>EDIT</portlet-mode>
  +      <portlet-mode>VIEW</portlet-mode>
  +      <portlet-mode>HELP</portlet-mode>
  +    </supports>
  +    <supported-locale>en</supported-locale>
  +    <resource-bundle>org.apache.jetspeed.portlets.security.resources.SecurityResources</resource-bundle>            
  +    <portlet-preferences>
  +      <preference>                            
  +        <name>WindowSize</name>                    
  +        <value>1000</value>    
  +      </preference>                               		    
  +    </portlet-preferences>            
  +    <portlet-info>
  +      <title>Users Select</title>
  +      <short-title>Users</short-title>
  +      <keywords>admin,security,users</keywords>
  +    </portlet-info>
  +</portlet>
  +
   <portlet id="RoleChooser">
       <init-param>
       	<description>This parameter sets the template used in view mode.</description>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org