Change button label for tasks/projects upload form

This commit is contained in:
Frederic Guillot
2016-05-08 09:46:12 -04:00
parent 1a1e5e3d93
commit 03179a1269
28 changed files with 30 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
<input type="file" name="files[]" multiple style="display:none" id="file-form-element">
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue" id="file-upload-button" disabled>
<input type="submit" value="<?= t('Upload files') ?>" class="btn btn-blue" id="file-upload-button" disabled>
<?= t('or') ?>
<?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
</div>