diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-13 22:33:31 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-13 22:33:31 -0400 |
commit | f5b4b237a8118ef3675a90201b934a65fbe16114 (patch) | |
tree | 3c2f4e0754a5a9562fab290d8918fbb3199e1380 /app/Template/file | |
parent | 3b403a1a4b33443ee853556e40d4fe89d3399387 (diff) |
Remove info box about screenshots
Diffstat (limited to 'app/Template/file')
-rw-r--r-- | app/Template/file/screenshot.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/file/screenshot.php b/app/Template/file/screenshot.php index 386b83b6..299bf615 100644 --- a/app/Template/file/screenshot.php +++ b/app/Template/file/screenshot.php @@ -15,5 +15,3 @@ <?= $this->a(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?> </div> </form> - -<p class="alert alert-info"><?= t('Copy and paste images are only supported with Mozilla Firefox and Google Chrome.') ?></p>
\ No newline at end of file |