From 3b5c6ac1b27189ff017910816324420cb3b2cec6 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 21 Jul 2011 13:01:24 +0200 Subject: show updates on webif --- module/web/templates/default/base.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'module/web/templates/default') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index c247a7dc8..5b6854525 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -181,12 +181,26 @@ function AddBox(){ {% if user.is_authenticated %} + +{% if update %} + +{{_("pyLoad Update available!")}} + +{% endif %} + + +{% if plugins %} + +{{_("Plugins updated, please restart!")}} + +{% endif %} + Captcha: {{_("Captcha waiting")}} -User:{{user.name}} + User:{{user.name}}