aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-04-18 23:04:40 +0200
committerFrédéric Buclin <LpSolit@netscape.net>2017-04-18 23:04:40 +0200
commit67f7d865283a0463b829a2d1d46941c86e10f391 (patch)
tree9e18f3da34100170f61bc5bea6aa16850187e560 /template/en/default/list/list.html.tmpl
parentaa57f25e629ad052b33d66635e5430d34f4c5f81 (diff)
downloadbugs-67f7d865283a0463b829a2d1d46941c86e10f391.tar
bugs-67f7d865283a0463b829a2d1d46941c86e10f391.tar.gz
bugs-67f7d865283a0463b829a2d1d46941c86e10f391.tar.bz2
bugs-67f7d865283a0463b829a2d1d46941c86e10f391.tar.xz
bugs-67f7d865283a0463b829a2d1d46941c86e10f391.zip
Implement a UI in the buglist for the last visit time
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 368cd9c08..63866f416 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -131,6 +131,23 @@
[% END %]
</li>
[% END %]
+
+[% IF user.id AND bugs.size %]
+ <div class="bz_last_visit_description">
+ <span class="bz_new_since_last_visit">
+ [% terms.Bugs %] you are involved in, but which you never visited or did not visit in the last [% Param('last_visit_keep_days') %] days
+ </span>
+ <span class="bz_updated_since_last_visit">
+ [% terms.Bugs %] you are involved in, which have been updated since your last visit
+ </span>
+ <span class="bz_up_to_date_since_last_visit">
+ [% terms.Bugs %] you are involved in, which got no updates since your last visit
+ </span>
+ <span class="bz_unknown_since_last_visit">
+ [% terms.Bugs %] you are not involved in
+ </span>
+ </div>
+[% END %]
</ul>
<hr>