[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - actions_box.pt:1.3

Andrew Sawyers andrew@digicool.com
Mon, 30 Jul 2001 12:15:36 -0400


Update of /cvs-repository/Products/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv5060/CMFDecor/skins/zpt_generic

Modified Files:
	actions_box.pt 
Log Message:

*added Python script to truncate objID's if they are greater then
15 to reduce the expanding actions box due to very long id's.
*implemented this method in the actions box for ZPT based skins.


 
=== Products/CMFDecor/skins/zpt_generic/actions_box.pt 1.2 => 1.3 ===
 	      tal:condition="icon" align="left" alt="Type"
 		  tal:attributes="src python:'%s/%s' % (here.portal_url(), icon); alt typ" />
-     <span tal:replace="structure objID">ObjectID</span>
+     <span tal:replace="structure python: here.trunID(objID)">ObjectID</span>
   </td>
  </tr>
  <tr class=""