summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-14 14:44:22 +0300
committermakkalot <makkalot@gmail.com>2008-07-14 14:44:22 +0300
commita193d8de8c4dd125d30d7cf5b132b140c3610ffa (patch)
tree9830f95b9368c827ebfe33d1f9841d9230a94da5 /funcweb
parent0106b9878eeb54b95ab394ff82ab8ec74b53932e (diff)
downloadfunc-a193d8de8c4dd125d30d7cf5b132b140c3610ffa.tar.gz
func-a193d8de8c4dd125d30d7cf5b132b140c3610ffa.tar.xz
func-a193d8de8c4dd125d30d7cf5b132b140c3610ffa.zip
change send buton info , probably will change again :)
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/widget_automation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcweb/funcweb/widget_automation.py b/funcweb/funcweb/widget_automation.py
index c107a4c..fa83fcf 100644
--- a/funcweb/funcweb/widget_automation.py
+++ b/funcweb/funcweb/widget_automation.py
@@ -263,6 +263,7 @@ class RemoteFormAutomation(CoreWD):
update = "resultbox",
before='myj(\'#resultcontent\').hide().show(\'slow\');addDomAjaxREsult();getElement(\'loading\').innerHTML=toHTML(IMG({src:\'../funcweb/static/images/loading.gif\',width:\'100\',height:\'100\'}));',
on_complete='getElement(\'loading\' ).innerHTML=\'Done!\';',
+ submit_text = "Send Command to Glob"
)
####################################################################################################