= $this->e($file['name']) ?>
'.t('uploaded on: %s', dt('%B %e, %Y at %k:%M %p', $file['date'])).'
'.t('size: %s', $this->formatBytes($file['size'])) ?>'>
= $this->e($file['name']) ?>
'.t('uploaded on: %s', dt('%B %e, %Y at %k:%M %p', $file['date'])).' '.t('size: %s', $this->formatBytes($file['size'])) ?>'> |
= $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'])) ?> |