[Zapp-cvs-commit] ZApp/skins/zapp_generic zapp_image_view.pt,1.3,1.4
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2004-01-21 16:35:03
|
Update of /cvsroot/zapp/ZApp/skins/zapp_generic In directory sc8-pr-cvs1:/tmp/cvs-serv16883 Modified Files: zapp_image_view.pt Log Message: oops! Index: zapp_image_view.pt =================================================================== RCS file: /cvsroot/zapp/ZApp/skins/zapp_generic/zapp_image_view.pt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** zapp_image_view.pt 21 Jan 2004 12:26:48 -0000 1.3 --- zapp_image_view.pt 21 Jan 2004 16:35:00 -0000 1.4 *************** *** 26,30 **** <div tal:condition="python:here.Format() != 'application/x-shockwave-flash'"> <img tal:attributes="src python:here.zapp_get_fileObj().absolute_url(); ! width zapp_image_width | 400"/> </div> </div> --- 26,30 ---- <div tal:condition="python:here.Format() != 'application/x-shockwave-flash'"> <img tal:attributes="src python:here.zapp_get_fileObj().absolute_url(); ! width zapp_image_width | string:400"/> </div> </div> |