*** empty log message ***

This commit is contained in:
Alex Schroeder
2006-09-14 00:04:33 +00:00
parent 7b6b4145fa
commit 862e2f120a

View File

@@ -16,7 +16,7 @@
# 59 Temple Place, Suite 330
# Boston, MA 02111-1307 USA,
$ModulesDescription .= '<p>$Id: dojo.pl,v 1.1 2006/09/13 23:48:46 as Exp $</p>';
$ModulesDescription .= '<p>$Id: dojo.pl,v 1.2 2006/09/14 00:04:33 as Exp $</p>';
use vars qw(@DojoGroups);
@@ -51,7 +51,7 @@ sub NewWysiwygGetTextArea {
if ($name =~ /text/) {
return $q->textarea(-id=>$name, -name=>$name, -default=>$text,
-rows=>$rows||25, -columns=>78, -override=>1,
-dojoType=>'Editor',
-dojoType=>'Editor', -style=>'min-height:5em'
-items=>join(';|;', @DojoGroups));
} else {
return OldWysiwygGetTextArea(@_);