[Zapp-cvs-commit] ZApp/www_ui filterDisplay_html.plain,1.1,1.2
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-12-16 17:19:47
|
Update of /cvsroot/zapp/ZApp/www_ui
In directory sc8-pr-cvs1:/tmp/cvs-serv6778/www_ui
Modified Files:
filterDisplay_html.plain
Log Message:
working with plone now..
Index: filterDisplay_html.plain
===================================================================
RCS file: /cvsroot/zapp/ZApp/www_ui/filterDisplay_html.plain,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** filterDisplay_html.plain 8 Oct 2003 20:33:52 -0000 1.1
--- filterDisplay_html.plain 16 Dec 2003 17:19:44 -0000 1.2
***************
*** 63,71 ****
names="stats.names()"
formAction="formParams.get('action','deleteSelectedItems_html')"
formSubmitValue="formParams.get('submit','Delete Selected Item(s)')"
hiddenFormItems="formParams.get('hiddenFormItems',[])"
formItems="formParams.get('formItems',[])">
! <form action="&dtml-formAction;">
<div align="left">
<dtml-in stats>
--- 63,72 ----
names="stats.names()"
formAction="formParams.get('action','deleteSelectedItems_html')"
+ formMethod="formParams.get('method','post')"
formSubmitValue="formParams.get('submit','Delete Selected Item(s)')"
hiddenFormItems="formParams.get('hiddenFormItems',[])"
formItems="formParams.get('formItems',[])">
! <form action="&dtml-formAction;" method="&dtml-formMethod;">
<div align="left">
<dtml-in stats>
|