Changeset 882 for pro-violet-viettel


Ignore:
Timestamp:
Apr 6, 2015 5:22:46 PM (10 years ago)
Author:
dungnv
Message:

Đang sửa chức năng Copy khi thư mục đích có các item trùng tên

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/assets/js/manager.js

    r881 r882  
    985985                                        if (aryDupplicated.length > 1){
    986986                                                messageText = 'Các thư mục (files) ';
     987                                                messageText += '<ul>';
    987988                                                for (var m = 0; m < aryDupplicated.length; m++) {
    988                                                         messageText += '<strong>' + aryDupplicated[m].name  + '</strong>, ';
     989                                                        messageText += '<li><strong>' + aryDupplicated[m].name  + '</strong></li>';
    989990                                                }
     991                                                messageText += '</ul>';
    990992                                        }
    991993                                        else {
     
    11631165                                                        if ($(parseData.DIRECTORIES).length > 0) {
    11641166                                                            $(parseData.DIRECTORIES).each(
    1165                                                                     function (index) {
    1166                                                                         o.oTree.deletion(this);
    1167                                                                         o.oGrid.deletion(this, 'directory');
    1168                                                                     });
     1167                                                                function (index) {
     1168                                                                    o.oTree.deletion(this);
     1169                                                                    o.oGrid.deletion(this, 'directory');
     1170                                                                });
    11691171                                                        }
    11701172
    11711173                                                        if ($(parseData.FILES).length > 0) {
    11721174                                                            $(parseData.FILES).each(
    1173                                                                     function (index) {
    1174                                                                         var file = o.data.FILES[searchItemByID(this, 'file')];
    1175                                                                         o.oGrid.deletion(this, file.minetype);
    1176                                                                     });
     1175                                                                function (index) {
     1176                                                                    var file = o.data.FILES[searchItemByID(this, 'file')];
     1177                                                                    o.oGrid.deletion(this, file.minetype);
     1178                                                                });
    11771179                                                        }
    11781180                                                    },
Note: See TracChangeset for help on using the changeset viewer.