fixed textarea for long translation strings in admin
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.0.9 (2012-10-01 12:01:26) dev
|
||||
Version 2.0.9 (2012-10-01 12:29:52) dev
|
||||
|
||||
@@ -787,7 +787,7 @@ def edit_language():
|
||||
|
||||
_class='untranslated' if k==s else 'translated'
|
||||
|
||||
if len(key) <= 40:
|
||||
if len(s) <= 40:
|
||||
elem = INPUT(_type='text', _name=name, value=s,
|
||||
_size=70,_class=_class)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user