taylor 2004/05/12 11:41:54
Modified: portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue
decorator.vm
portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed
decorator.vm
Log:
remove debug statements for modes and windows
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.6 +0 -13 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm
Index: decorator.vm
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- decorator.vm 10 May 2004 20:16:55 -0000 1.5
+++ decorator.vm 12 May 2004 18:41:54 -0000 1.6
@@ -52,19 +52,6 @@
<td class="PTitleRight" style="font-size:1pt;" nowrap="true"> </td>
</tr>
-### testing, this will be removed
- <tr>
- <td class="PContentLeft" style="font-size:1pt;" nowrap="true"> </td>
-
- <td align="left" valign="middle" class="PContent" >
- state = $jetspeed.windowState mode = $jetspeed.portletMode
- </td>
-
- <td align="right" valign="middle" class="PContent" />
-
- <td class="PContentRight" style="font-size:1pt;" nowrap="true"> </td>
- </tr>
-
##
## Portlet Content
##
1.7 +0 -13 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/decorator.vm
Index: decorator.vm
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/decorator.vm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- decorator.vm 10 May 2004 20:16:55 -0000 1.6
+++ decorator.vm 12 May 2004 18:41:54 -0000 1.7
@@ -52,19 +52,6 @@
<td class="PTitleRight" style="font-size:1pt;" nowrap="true"> </td>
</tr>
-### testing, this will be removed
- <tr>
- <td class="PContentLeft" style="font-size:1pt;" nowrap="true"> </td>
-
- <td align="left" valign="middle" class="PContent" >
- state = $jetspeed.windowState mode = $jetspeed.portletMode
- </td>
-
- <td align="right" valign="middle" class="PContent" />
-
- <td class="PContentRight" style="font-size:1pt;" nowrap="true"> </td>
- </tr>
-
##
## Portlet Content
##
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
|