Ignore:
Timestamp:
12/28/09 07:59:33 (15 years ago)
Author:
amuller
Message:

Ticket #597 - Melhoria do FM. melhorias na interface, Cartao do usuario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/js/draw_api.js

    r1894 r1896  
    599599                case 'preview': 
    600600                        var url = './index.php?menuaction=filemanager.vfs_functions.summary&file='+base64_encode(name)+"&path="+base64_encode(currentPath); 
     601                        var htmlData = '<img src=\"'+url+'\">'; 
     602                        menuTimeout = setTimeout("draw_window_card(\'"+htmlData+"\')",500); 
    601603                        break; 
    602604                case 'user': 
    603605                        var url = './index.php?menuaction=filemanager.user.card&lid='+base64_encode(name); 
     606                        menuTimeout = setTimeout("cExecute('"+url+"',draw_window_card)",500); 
    604607                        break; 
    605608                default: 
    606609                        break; 
    607610        } 
    608         menuTimeout = setTimeout("cExecute('"+url+"',draw_window_card)",500); 
     611 
    609612} 
    610613function editFolders(operation){ 
Note: See TracChangeset for help on using the changeset viewer.