taylor 2005/01/21 14:08:57
Modified: portal/src/webapp/WEB-INF/pages/Administrative
folder.metadata
Added: portal/src/webapp/WEB-INF/pages/Administrative
role-group.psml
Removed: portal/src/webapp/WEB-INF/pages/Administrative
users-jsf.psml
Log:
http://issues.apache.org/jira/browse/JS2-121
- role and group admin portlets implemented for FLAT view only
Revision Changes Path
1.6 +9 -1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Administrative/folder.metadata
Index: folder.metadata
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Administrative/folder.metadata,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- folder.metadata 19 Nov 2004 03:07:42 -0000 1.5
+++ folder.metadata 21 Jan 2005 22:08:57 -0000 1.6
@@ -2,7 +2,15 @@
<folder>
<title >Jetspeed Administrative Portlets</title>
<metadata name="title" xml:lang="fr">Jetspeed Portlets
Administratif</metadata>
- <metadata name="title" xml:lang="ja">Jetspeed
管理ポートレット</metadata>
+ <metadata name="title" xml:lang="ja">Jetspeed
管�?��?ートレット</metadata>
+
+ <document-order>user-mgt.psml</document-order>
+ <document-order>role-group.psml</document-order>
+ <document-order>pam.psml</document-order>
+ <document-order>sso-admin.psml</document-order>
+ <document-order>site.psml</document-order>
+ <document-order>profiler.psml</document-order>
+ <document-order>role-mgt.psml</document-order>
<!-- allow only manager role -->
<security-constraints>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Administrative/role-group.psml
Index: role-group.psml
===================================================================
<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<page id="group-role-admin">
<defaults
layout-decorator="tigris"
portlet-decorator="tigris"
/>
<title>Roles and Groups</title>
<fragment id="group-2" type="layout" name="jetspeed::VelocityTwoColumns">
<fragment id="group-200" type="portlet"
name="security::GroupBrowserPortlet">
<property layout="TwoColumns" name="row" value="0" />
<property layout="TwoColumns" name="column" value="0" />
</fragment>
<fragment id="group-201" type="portlet"
name="security::RoleBrowserPortlet">
<property layout="TwoColumns" name="row" value="0" />
<property layout="TwoColumns" name="column" value="1" />
</fragment>
</fragment>
</page>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]