Ignore:
Timestamp:
03/19/10 19:32:38 (2 years ago)
Author:
sam
Message:

Fin refonte annotSvc.uiservice - correction #416

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/academic/gen/_scorm/widg/annotBtn.uiwidget

    r1701 r1702  
    88                <xsl:value-of select="execute(java:ensureIdOnCurrentResultElt($vDialog))"/> 
    99        &lt;/xsl:overlay&gt;</sm:postXslFragment> 
    10                 <sm:linkScript path="annot.js" pathFrom="localPublishFiles" sortKey="annot"/> 
     10                <sm:linkScript path="annotMgr.js" pathFrom="localPublishFiles" sortKey="annot"/> 
    1111        </sm:fillTemplateBuffers> 
    1212        <sm:content> 
    1313                <span xmlns="http://www.w3.org/1999/xhtml" id="annotBtn"> 
    14                         <a href="#" onclick="annot.toggleEditMode(this); return false;"> 
     14                        <a href="#" onclick="annotMgr.toggleEditMode(this); return false;"> 
    1515                                <span>;Annotations</span> 
    1616                        </a> 
Note: See TracChangeset for help on using the changeset viewer.