Ignore:
Timestamp:
Jul 10, 2014 9:38:42 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/assets/js/vsgrid.js

    r17 r23  
    8686                                $(o.sharemodal).modal('show');
    8787                                $(o.sharemodal).find('INPUT#txtSelectedObj').val(obj.name);
    88                                 $(o.sharemodal).find('.modal-header').text('Chia sẻ ' + (obj.type == 'directory'?'thư mục':'file') + ' [' + obj.name + ']');
     88                                $(o.sharemodal).find('.modal-header').text('Chia sẻ ' + (obj.type == 'directory'?'thư mục ':'file ') + obj.name);
    8989                        }
    9090                       
    9191                        var showCopyModal = function (obj, action) {
    92                                 var modalTitle = action == 'copy' ? 'Sao chép ' + (obj.type == 'directory'?'thư mục':'file') + ' [' + obj.name + ']':'Di chuyển ' + (obj.type == 'directory'?'thư mục':'file') + ' [' + obj.name + ']'
     92                                var modalTitle = action == 'copy' ? 'Sao chép ' + (obj.type == 'directory'?'thư mục ':'file ') + obj.name:'Di chuyển ' + (obj.type == 'directory'?'thư mục':'file') + ' ' + obj.name
    9393                                var submitTitle = action == 'copy' ? 'Sao chép' : 'Di chuyển';
    9494                                var submitIcon = action == 'copy' ? '<i class="icon-copy"></i>' : '<i class="icon-cut"></i>';
     
    118118                        var excuteCopy = function (obj, tree, action) {
    119119                                var destObj = tree.getSelectedObj();
    120                                 //alert(action + ' ' + obj.type + ' ' + obj.name + ' to ' + destObj.type + ' ' + destObj.name);
    121120                               
    122121                                //sendCommand
Note: See TracChangeset for help on using the changeset viewer.