Index: trunk/extensions/MetavidWiki/skins/mv_embed/libSequencer/mv_clipedit.js |
— | — | @@ -340,7 +340,8 @@ |
341 | 341 | } |
342 | 342 | $j('#'+this.control_ct).append( this.getInsertDesc() ); |
343 | 343 | |
344 | | - $j('#'+this.control_ct).append( '<b>Metavid clip inserts not yet supported</b>'); |
| 344 | + $j('#'+this.control_ct).append( '<b>Metavid clip inserts not yet supported</b>' + |
| 345 | + '<a href="#" class="mv_cancel_img_edit" title="' + getMsg('mv_cancel_image_insert')+'">' + getMsg('mv_cancel_image_insert') + '</a> '); |
345 | 346 | //$j('#'+this.control_ct).append( this.getInsertDesc() + this.getInsertAction() ); |
346 | 347 | |
347 | 348 | //this.applyInsertControlBindings(); |