diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-18 15:48:37 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-18 15:48:37 -0400 |
commit | 649c14789e31e5374c24cb9a2fef1435d9667384 (patch) | |
tree | c864d801e7d84441e7d170d1945a3776f2adf688 /app/Template/file/screenshot.php | |
parent | 1891258acda7530247c50637fd17c59effae5846 (diff) |
Fix bug with screenshot dropdown: scroll down on the board view and focus lost when clicking on the drop zone
Diffstat (limited to 'app/Template/file/screenshot.php')
-rw-r--r-- | app/Template/file/screenshot.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/file/screenshot.php b/app/Template/file/screenshot.php index 89d9324c..73b72eae 100644 --- a/app/Template/file/screenshot.php +++ b/app/Template/file/screenshot.php @@ -15,3 +15,5 @@ <?= $this->url->link(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('This feature does not work with all browsers.') ?></p>
\ No newline at end of file |