From e655d860882fff63160098f063fc3e4c9b8c0ba5 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 12 Aug 2010 19:42:46 +0200 Subject: web if acc settings --- module/web/templates/default/settings.html | 55 +++++++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 4 deletions(-) (limited to 'module/web/templates') diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 208549813..e9a40ff3a 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -77,17 +77,23 @@
{% for configname, config in conf.iteritems %} + {% ifnotequal configname "Accounts" %} {% for skey, section in config.iteritems %} -
{% for okey, option in section.items %} @@ -118,6 +124,47 @@
{% endfor %} + {% else %} + + {% for plugin, accounts in config.iteritems %} +
+ + {% for account in accounts %} + + + + + + + {% endfor %} + + + + + + + + + + + + + +
+ + + {% trans "Delete? " %} + + +
 
+ +
+ +
+
+ {% endfor %} + + {% endifnotequal %} {% endfor %} {% if conf %} -- cgit v1.2.3