From 8e7d14bae4d3c836f029a1235eb227380acc3f75 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 16 Feb 2015 21:59:10 +0100 Subject: Fix plugins to work on 0.4.10 --- module/webui/themes/Default/tml/info.html | 81 ------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 module/webui/themes/Default/tml/info.html (limited to 'module/webui/themes/Default/tml/info.html') diff --git a/module/webui/themes/Default/tml/info.html b/module/webui/themes/Default/tml/info.html deleted file mode 100644 index a5fc3c3f7..000000000 --- a/module/webui/themes/Default/tml/info.html +++ /dev/null @@ -1,81 +0,0 @@ -{% extends '/Default/tml/base.html' %} - -{% block head %} - -{% endblock %} - -{% block title %}{{ _("Information") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Information") }}{% endblock %} - -{% block content %} -

{{ _("News") }}

-
- -

{{ _("Support") }}

- - - -

{{ _("System") }}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ _("Python:") }}{{ python }}
{{ _("OS:") }}{{ os }}
{{ _("pyLoad version:") }}{{ version }}
{{ _("Installation Folder:") }}{{ folder }}
{{ _("Config Folder:") }}{{ config }}
{{ _("Download Folder:") }}{{ download }}
{{ _("Free Space:") }}{{ freespace }}
{{ _("Language:") }}{{ language }}
{{ _("Webinterface Port:") }}{{ webif }}
{{ _("Remote Interface Port:") }}{{ remote }}
- -{% endblock %} -- cgit v1.2.3