Author: woonsan
Date: Thu Dec 17 13:43:05 2009
New Revision: 891699
URL: http://svn.apache.org/viewvc?rev=891699&view=rev
Log:
JS2-1057: Adding custom portlet modes
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml?rev=891699&r1=891698&r2=891699&view=diff
==============================================================================
---
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
(original)
+++
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
Thu Dec 17 13:43:05 2009
@@ -2358,20 +2358,26 @@
</preference>
</portlet-preferences>
</portlet>
-
+
+ <custom-portlet-mode>
+ <description>Custom About Mode</description>
+ <portlet-mode>about</portlet-mode>
+ </custom-portlet-mode>
<custom-portlet-mode>
- <description>a Custom Config Mode</description>
+ <description>Custom Config Mode</description>
<portlet-mode>config</portlet-mode>
</custom-portlet-mode>
-
<custom-portlet-mode>
- <description>a Custom Edit_defaults Mode</description>
+ <description>Custom Edit_defaults Mode</description>
<portlet-mode>edit_defaults</portlet-mode>
</custom-portlet-mode>
-
<custom-portlet-mode>
- <description>a Custom Preview Mode</description>
+ <description>Custom Preview Mode</description>
<portlet-mode>preview</portlet-mode>
</custom-portlet-mode>
+ <custom-portlet-mode>
+ <description>Custom Print Mode</description>
+ <portlet-mode>print</portlet-mode>
+ </custom-portlet-mode>
</portlet-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]