ggolden 02/05/22 20:23:42
Modified: webapp/WEB-INF/templates/vm/controllers/html
row-customize.vm flow-customize.vm
column-customize.vm card-customize.vm
Log:
changed some $link and older $jslink to the latest
$jslink.getAction(action, peid) format
to get the customizers better working
when customizing a non-default page
Revision Changes Path
1.7 +2 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/row-customize.vm
Index: row-customize.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/row-customize.vm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- row-customize.vm 7 May 2002 14:17:06 -0000 1.6
+++ row-customize.vm 23 May 2002 03:23:42 -0000 1.7
@@ -55,14 +55,14 @@
## Portlet is not used - use blank image!
#if (!$FF)
#set ($portletcount = $portletcount + 1)
- <a
href="$link.setAction("controls.Customize").addQueryData("js_peid",$entry.Id)">
+ <a href="$jslink.getAction("controls.Customize",$entry.Id)">
<img src="images/is_pane.gif" alt="$l10n.CUSTOMIZER_CUSTOMIZABLEPANE"
width=14" height="14" border="0" hspace="2">
</a></TD>
#end
<td valign="top">
#if (!$FF)
- <a
href="$link.setAction("controls.Customize").addQueryData("js_peid",$entry.Id)">
+ <a href="$jslink.getAction("controls.Customize",$entry.Id)">
<b>$title</b>
</a>
#else
1.3 +2 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/flow-customize.vm
Index: flow-customize.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/flow-customize.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flow-customize.vm 7 May 2002 14:17:06 -0000 1.2
+++ flow-customize.vm 23 May 2002 03:23:42 -0000 1.3
@@ -54,7 +54,7 @@
## Portlet is not used - use the pane image!
#if (!$FF)
#set ($portletcount = $portletcount + 1)
- <a
href="$link.setAction("controls.Customize").addQueryData("js_peid",$entry.Id)">
+ <a href="$jslink.getAction("controls.Customize",$entry.Id)">
<img src="images/is_pane.gif" alt="$l10n.CUSTOMIZER_CUSTOMIZABLEPANE"
width=14" height="14" border="0" hspace="2">
</a>
</td>
@@ -62,7 +62,7 @@
<td valign="top">
#if (!$FF)
- <a
href="$jslink.setAction("controls.Customize").addQueryData("js_peid",$entry.Id)">
+ <a href="$jslink.getAction("controls.Customize",$entry.Id)">
<b>$title</b>
</a>
#else
1.8 +2 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/column-customize.vm
Index: column-customize.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/column-customize.vm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- column-customize.vm 7 May 2002 14:17:06 -0000 1.7
+++ column-customize.vm 23 May 2002 03:23:42 -0000 1.8
@@ -54,7 +54,7 @@
## Portlet is not used - use the pane image!
#if (!$FF)
#set ($portletcount = $portletcount + 1)
- <a
href="$link.setAction("controls.Customize").addQueryData("js_peid",$entry.Id)">
+ <a href="$jslink.getAction("controls.Customize",$entry.Id)">
<img src="images/is_pane.gif" alt="$l10n.CUSTOMIZER_CUSTOMIZABLEPANE"
width=14" height="14" border="0" hspace="2">
</a>
</td>
@@ -62,7 +62,7 @@
<td valign="top">
#if (!$FF)
- <a
href="$jslink.setAction("controls.Customize").addQueryData("js_peid",$entry.Id)">
+ <a href="$jslink.getAction("controls.Customize",$entry.Id)">
<b>$title</b>
</a>
#else
1.10 +2 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/card-customize.vm
Index: card-customize.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/card-customize.vm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- card-customize.vm 7 May 2002 14:17:06 -0000 1.9
+++ card-customize.vm 23 May 2002 03:23:42 -0000 1.10
@@ -54,14 +54,14 @@
## Portlet is not used - use blank image!
#if (!$FF)
#set ($portletcount = $portletcount + 1)
- <a
href="$link.setAction("controls.Customize").addQueryData("js_peid",$entry.Id)">
+ <a href="$jslink.getAction("controls.Customize",$entry.Id)">
<img src="images/is_pane.gif" alt="$l10n.CUSTOMIZER_CUSTOMIZABLEPANE"
width=14" height="14" border="0" hspace="2" >
</a></TD>
#end
<td valign="top">
#if (!$FF)
- <a
href="$link.setAction("controls.Customize").addQueryData("js_peid",$entry.Id)">
+ <a href="$jslink.getAction("controls.Customize",$entry.Id)">
<b>$title</b>
</a>
#else
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>