Changeset 680


Ignore:
Timestamp:
Dec 29, 2014 2:10:54 PM (10 years ago)
Author:
quyenla
Message:

dir success

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php

    r289 r680  
    99  <filelist>
    1010  <?php foreach ($tblfiles as $tblfile): ?>
    11     <file id="<?php echo $tblfile->getFileId() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>"><?php echo $tblfile->getFileName() ?></file>
     11    <file fileurl="<?php echo $tblfile->getFileId() ?>" id="<?php echo $tblfile->getFileId() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>"><?php echo $tblfile->getFileName() ?></file>
    1212  <?php endforeach; ?>
    1313  </filelist>
Note: See TracChangeset for help on using the changeset viewer.