Changeset 49412

Show
Ignore:
Timestamp:
10/06/06 17:35:33 (3 years ago)
Author:
madarche
Message:

- Provided access to the prototype JavaScript? library on document view too.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/products/CPSDocument/trunk/CHANGES

    r49370 r49412  
    44New features 
    55~~~~~~~~~~~~ 
    6 - 
     6- Provided access to the prototype JavaScript library on document view too. 
    77Bug fixes 
    88~~~~~~~~~ 
    9 - made the createFile (ZIP uploader) more robust to files with buggy suffixes 
     9- Made the createFile (ZIP uploader) more robust to files with buggy suffixes. 
    1010New internal features 
    1111~~~~~~~~~~~~~~~~~~~~~ 
  • CPS3/products/CPSDocument/trunk/skins/cps_document/cpsdocument_view.pt

    r32326 r49412  
    99    <link rel="Stylesheet" type="text/css" href="" 
    1010      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> 
    1115  </metal:block> 
    1216