- Timestamp:
- 03/19/10 19:32:38 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/academic/gen/_scorm/widg/annotBtn.uiwidget
r1701 r1702 8 8 <xsl:value-of select="execute(java:ensureIdOnCurrentResultElt($vDialog))"/> 9 9 </xsl:overlay></sm:postXslFragment> 10 <sm:linkScript path="annot .js" pathFrom="localPublishFiles" sortKey="annot"/>10 <sm:linkScript path="annotMgr.js" pathFrom="localPublishFiles" sortKey="annot"/> 11 11 </sm:fillTemplateBuffers> 12 12 <sm:content> 13 13 <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;"> 15 15 <span>;Annotations</span> 16 16 </a>
Note: See TracChangeset
for help on using the changeset viewer.