From 9f1e50de4a446d6661fb6b89f058c8f2fd319e68 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 26 Oct 2010 16:42:52 +0200 Subject: closed #166, #169, #173, #174 --- module/web/templates/default/base.html | 1 + module/web/templates/default/window.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'module/web/templates') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 43699d770..8cd44615d 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -128,6 +128,7 @@ function bg_hide(){ function show(){ bg_show(); + $("add_form").reset(); $("add_box").setStyle('display', 'block'); add_box.start('opacity',1) } diff --git a/module/web/templates/default/window.html b/module/web/templates/default/window.html index 3ed79f876..3613c6df7 100644 --- a/module/web/templates/default/window.html +++ b/module/web/templates/default/window.html @@ -1,6 +1,6 @@ {% load i18n %} - + -- cgit v1.2.3