diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-31 17:57:02 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-31 17:57:02 -0400 |
commit | 599b6624dde8cb1c1f6416ee0af530402089da4d (patch) | |
tree | 2cc995b09a4b2e67de276389fb28b0040d484296 /app/Template/export/tasks.php | |
parent | 380aacd3f586089ae5c1e69841c0e0cb99478dcd (diff) |
Improve project navigation
Diffstat (limited to 'app/Template/export/tasks.php')
-rw-r--r-- | app/Template/export/tasks.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/export/tasks.php b/app/Template/export/tasks.php index 5c5e2172..c74c8f98 100644 --- a/app/Template/export/tasks.php +++ b/app/Template/export/tasks.php @@ -4,6 +4,8 @@ </h2> </div> +<p class="alert alert-info"><?= t('This report contains all tasks information for the given date range.') ?></p> + <form method="get" action="?" autocomplete="off"> <?= $this->form->hidden('controller', $values) ?> |