Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-preferences/src/webapp/WEB-INF
In directory
james.mmbase.org:/tmp/cvs-serv4199/portlets-preferences/src/webapp/WEB-INF
Modified Files:
portlet-preferences.xml
Log Message:
CMSC-950 - Removed the fmt tags; fixed portlet buttons. Make JSP nicer.
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-preferences/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-950
Index: portlet-preferences.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-preferences/src/webapp/WEB-INF/portlet-preferences.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- portlet-preferences.xml 27 Nov 2008 15:54:57 -0000 1.3
+++ portlet-preferences.xml 27 Nov 2008 18:57:05 -0000 1.4
@@ -1,27 +1,30 @@
-<portlet-app
- xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
- version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
version="1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd
http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
+
<portlet>
- <description>a profile portlet</description>
+ <description>Profile portlet</description>
<portlet-name>profileportlet</portlet-name>
<display-name>Profile Portlet</display-name>
- <portlet-class>
- com.finalist.portlets.preferences.ProfilePortlet
- </portlet-class>
+
<portlet-class>com.finalist.portlets.preferences.ProfilePortlet</portlet-class>
+ <init-param>
+ <name>template.view</name>
+ <value>community/preferences.jsp</value>
+ </init-param>
<supports>
- <mime-type>text/*</mime-type>
+ <mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
<portlet-mode>HELP</portlet-mode>
+ <portlet-mode>EDIT_DEFAULTS</portlet-mode>
<portlet-mode>DELETE</portlet-mode>
</supports>
<supported-locale>en</supported-locale>
<supported-locale>nl</supported-locale>
-
<resource-bundle>com.finalist.cmsc.portlets.preferences.ProfilePortlet</resource-bundle>
+
<resource-bundle>com.finalist.portlets.preferences.ProfilePortlet</resource-bundle>
<portlet-info>
<title>ProfilePortlet</title>
<short-title>ProfilePortlet</short-title>
- <keywords>ProfilePortlet</keywords>
+ <keywords>profile</keywords>
</portlet-info>
</portlet>
</portlet-app>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs