Changeset 49412
- Timestamp:
- 10/06/06 17:35:33 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPS3/products/CPSDocument/trunk/CHANGES
r49370 r49412 4 4 New features 5 5 ~~~~~~~~~~~~ 6 - 6 - Provided access to the prototype JavaScript library on document view too. 7 7 Bug fixes 8 8 ~~~~~~~~~ 9 - made the createFile (ZIP uploader) more robust to files with buggy suffixes9 - Made the createFile (ZIP uploader) more robust to files with buggy suffixes. 10 10 New internal features 11 11 ~~~~~~~~~~~~~~~~~~~~~ CPS3/products/CPSDocument/trunk/skins/cps_document/cpsdocument_view.pt
r32326 r49412 9 9 <link rel="Stylesheet" type="text/css" href="" 10 10 tal:attributes="href string:${base_url}forum.css" /> 11 12 <!-- XXX this has to move to CPSSchemas --> 13 <script type="text/javascript" src="prototype.js" 14 tal:attributes="src string:${base_url}prototype.js"></script> 11 15 </metal:block> 12 16
