Ignore:
Timestamp:
10/29/10 12:54:21 (14 years ago)
Author:
amuller
Message:

Ticket #1371 - Correção do Drag and Drop de arqs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/js/draw_api.js

    r3436 r3439  
    280280                else 
    281281                        var mousefunc = 'hide_card()'; 
    282                 retBuff += '<a onmouseover="'+mousefunc+'" id="name_'+file.name+'" href="./index.php?menuaction=filemanager.uifilemanager.view&file='+base64_encode(file.name)+'&path='+base64_encode(currentPath)+'" target="_blank">'+file.name+'</a></div></td>'; 
     282                retBuff += '<span class="fileLink" onmouseover="'+mousefunc+'" id="name_'+file.name+'" onclick="window.open(\'./index.php?menuaction=filemanager.uifilemanager.view&file='+base64_encode(file.name)+'&path='+base64_encode(currentPath)+'\');">'+file.name+'</span></div></td>'; 
    283283                if (preferences.mime_type =='1') retBuff += fl.td+file.mime_type+'</td>'; 
    284284                if (preferences.size =='1') retBuff += fl.td+borkb(file.size)+'</td>'; 
Note: See TracChangeset for help on using the changeset viewer.