taylor 2002/09/27 13:00:04
Modified: webapp/WEB-INF/templates/vm/portlets/html
customizer-portletset-add.vm
Log:
Undid the change to disable an already added portlet
Revision Changes Path
1.15 +1 -1
jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customizer-portletset-add.vm
Index: customizer-portletset-add.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customizer-portletset-add.vm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- customizer-portletset-add.vm 17 Sep 2002 20:35:33 -0000 1.14
+++ customizer-portletset-add.vm 27 Sep 2002 20:00:03 -0000 1.15
@@ -68,7 +68,7 @@
#if($portletsSelected.containsKey($portlet.Name))
<input type="checkbox" name="pname"
value="$portlet.Name" checked>
#else
- <input type="checkbox" name="pname"
value="$portlet.Name" #if($FF == "checked") disabled #end>
+ <input type="checkbox" name="pname"
value="$portlet.Name">
#end
</td>
<td>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>