summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/widget_automation.py
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-29 16:02:39 +0300
committermakkalot <makkalot@gmail.com>2008-06-29 16:02:39 +0300
commitd4973435c2069095611df57d474bd3453b3163a2 (patch)
tree1bbaafec10538e4941462fd4e45413cb3b47cd2f /funcweb/funcweb/widget_automation.py
parenta44e20d48ee076f302ed4b3538efa673279b04b7 (diff)
downloadfunc-d4973435c2069095611df57d474bd3453b3163a2.tar.gz
func-d4973435c2069095611df57d474bd3453b3163a2.tar.xz
func-d4973435c2069095611df57d474bd3453b3163a2.zip
some look and feel fixes
Diffstat (limited to 'funcweb/funcweb/widget_automation.py')
-rw-r--r--funcweb/funcweb/widget_automation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcweb/funcweb/widget_automation.py b/funcweb/funcweb/widget_automation.py
index ed127e1..a99fbd5 100644
--- a/funcweb/funcweb/widget_automation.py
+++ b/funcweb/funcweb/widget_automation.py
@@ -261,7 +261,7 @@ class RemoteFormAutomation(CoreWD):
validator = validator_schema,
name = "minion_form",
update = "col5",
- before='getElement(\'loading\').innerHTML=toHTML(IMG({src:\'../static/images/loading.gif\',width:\'80\',height:\'80\'}));',
+ before='getElement(\'loading\').innerHTML=toHTML(IMG({src:\'../static/images/loading.gif\',width:\'100\',height:\'100\'}));',
on_complete='getElement(\'loading\' ).innerHTML=\'Done!\';',
)
@@ -275,7 +275,7 @@ class RemoteFormFactory(object):
#some values that may want to change later
name = "minion_form",
update = "col5",
- before='getElement(\'loading\').innerHTML=toHTML(IMG({src:\'../static/images/loading.gif\',width:\'80\',height:\'80\'}));',
+ before='getElement(\'loading\').innerHTML=toHTML(IMG({src:\'../static/images/loading.gif\',width:\'100\',height:\'100\'}));',
on_complete='getElement(\'loading\' ).innerHTML=\'Done!\';',
submit_text = "Send Minion Form"
action = "/post_form"