summaryrefslogtreecommitdiffstats
path: root/silpa/modules/payyans/payyans.py
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-05-12 20:40:32 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-05-12 20:40:32 +0530
commitf1182c8bc123e9b6690f3fbdc0021468e60ba05d (patch)
tree73acf5ce6f6f0a4046f587fdb28be4e97f49302a /silpa/modules/payyans/payyans.py
parentee0f42962618bb4d3b607cc18248957c72f18961 (diff)
downloadRachana.git-f1182c8bc123e9b6690f3fbdc0021468e60ba05d.tar.gz
Rachana.git-f1182c8bc123e9b6690f3fbdc0021468e60ba05d.tar.xz
Rachana.git-f1182c8bc123e9b6690f3fbdc0021468e60ba05d.zip
Various fixes on silpa and new modules-Inexact search
Diffstat (limited to 'silpa/modules/payyans/payyans.py')
-rw-r--r--silpa/modules/payyans/payyans.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/silpa/modules/payyans/payyans.py b/silpa/modules/payyans/payyans.py
index 1702307..8751347 100644
--- a/silpa/modules/payyans/payyans.py
+++ b/silpa/modules/payyans/payyans.py
@@ -273,7 +273,7 @@ class Payyans(SilpaModule):
<p>Enter the text for detecting the language in the below text area.
</p>
<form action="" method="post">
- <textarea cols='100' rows='25' name='input_text' id='id1'>%s</textarea><br/>
+ <textarea name='input_text' id='id1'>%s</textarea><br/>
Select Font : <select id="font" name="%s" style="width:12em;">
<option value="karthika">Karthika</option>
<option value="bhavana">Bhavana</option>
@@ -282,7 +282,6 @@ class Payyans(SilpaModule):
<option value="manorama">Manorama</option>
</select>
<input type="submit" id="Convert To Unicode" value="%s" name="action" style="width:12em;"/>
- <input type="reset" value="Clear" style="width:12em;"/>
</br>
</form>
"""