summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-01 08:37:00 +0100
committerYorhel <git@yorhel.nl>2010-11-01 08:37:00 +0100
commit8f91a3c93a6e9d8c4cc595e31b449971651f4589 (patch)
tree01edfaa255c37806bd6737fc8c574f590e26d571 /lib
parent7821739b6f57b5ba5f02bff2054a8afcbc118b1f (diff)
Handler::Users: Added note about automatic deletion to notifications page
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/Handler/Users.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index f6efeb3e..05be95d4 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -620,6 +620,7 @@ sub notifies {
td colspan => 5;
input type => 'submit', name => 'markread', value => mt '_usern_but_markread';
input type => 'submit', name => 'remove', value => mt '_usern_but_remove';
+ b class => 'grayedout', ' '.mt '_usern_autodel';
end;
end;
}