weaver 2004/07/13 14:02:45
Modified: portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed
decorator.vm
portal/src/webapp/WEB-INF/decorations/portlet/html/metal
decorator.vm
portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue
decorator.vm
Log:
decorators now use the localized title information.
See: http://nagoya.apache.org/jira/browse/JS2-95
Revision Changes Path
1.8 +1 -1
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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- decorator.vm 12 May 2004 18:41:54 -0000 1.7
+++ decorator.vm 13 Jul 2004 21:02:44 -0000 1.8
@@ -35,7 +35,7 @@
<td class="PTitleLeft" style="font-size:1pt;" nowrap="true"> </td>
<td align="left" valign="middle" class="PTitle" >
- ${myPE.portletDefinition.name}
+ $jetspeed.getTitle($myPE)
</td>
<td align="right" valign="middle" class="PTitle" >
<table border="0" cellpadding="0" cellspacing="0" >
1.6 +1 -1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/metal/decorator.vm
Index: decorator.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/metal/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 13 Jul 2004 21:02:44 -0000 1.6
@@ -35,7 +35,7 @@
<td class="PTitleLeft" style="font-size:1pt;" nowrap="true"> </td>
<td align="left" valign="middle" class="PTitle" >
- ${myPE.portletDefinition.name}
+ $jetspeed.getTitle($myPE)
</td>
<td align="right" valign="middle" class="PTitle" >
<table border="0" cellpadding="0" cellspacing="0" >
1.7 +1 -1
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- decorator.vm 12 May 2004 18:41:54 -0000 1.6
+++ decorator.vm 13 Jul 2004 21:02:45 -0000 1.7
@@ -35,7 +35,7 @@
<td class="PTitleLeft" style="font-size:1pt;" nowrap="true"> </td>
<td align="left" valign="middle" class="PTitle" >
- ${myPE.portletDefinition.name}
+ $jetspeed.getTitle($myPE)
</td>
<td align="right" valign="middle" class="PTitle" >
<table border="0" cellpadding="0" cellspacing="0" >
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]