= $this->e($file['name']) ?>
e($file['user_name'] ?: $file['username']).'
'.t('uploaded on').': '.dt('%B %e, %Y at %k:%M %p', $file['date']).'
'.t('size').': '.round($file['size']/1024/1024,2)).' MB' ?>'>
|
= $this->e($file['name']) ?>
e($file['user_name'] ?: $file['username']).' '.t('uploaded on').': '.dt('%B %e, %Y at %k:%M %p', $file['date']).' '.t('size').': '.round($file['size']/1024/1024,2)).' MB' ?>'> |
= $this->a(t('remove'), 'file', 'confirm', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?> = $this->a(t('download'), 'file', 'download', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?> |