paulsp 2002/08/03 07:49:00
Modified: webapp/WEB-INF/conf controllers.xreg
Log:
Add a One Column version of the MultiColumn Controller. This allows changing the
layout between oen, two, and thee columns while maintaining the same look an feel in
the customizer.
Revision Changes Path
1.9 +14 -1 jakarta-jetspeed/webapp/WEB-INF/conf/controllers.xreg
Index: controllers.xreg
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/controllers.xreg,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- controllers.xreg 4 May 2002 15:15:19 -0000 1.8
+++ controllers.xreg 3 Aug 2002 14:49:00 -0000 1.9
@@ -34,7 +34,8 @@
<media-type ref="html"/>
<media-type ref="wml"/>
<meta-info>
- <title>Single column</title>
+ <title>Single column (Do not use)</title>
+ <description>This controller is being retired. Use OneColumn instead.</description>
</meta-info>
</portlet-controller-entry>
@@ -46,6 +47,18 @@
<media-type ref="wml"/>
<meta-info>
<title>Single row</title>
+ </meta-info>
+ </portlet-controller-entry>
+
+ <portlet-controller-entry name="OneColumn">
+ <classname>org.apache.jetspeed.portal.controllers.VelocityPortletController</classname>
+ <parameter name="template" value="multicolumn.vm" />
+ <parameter name="action" value="controllers.MultiColumnControllerAction" />
+ <parameter name="sizes" value="100%" />
+ <parameter name="cols" value="1" />
+ <media-type ref="html"/>
+ <meta-info>
+ <title>One column</title>
</meta-info>
</portlet-controller-entry>
--
To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-dev-help@jakarta.apache.org>
|