From 0924491d5aa61c47ba60506c6398b14a30e1cb27 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 28 Jun 2011 07:47:37 -0400 Subject: Fixes #3579 using input/plaintext in the wire form --- mod/thewire/views/default/forms/thewire/add.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mod/thewire/views/default/forms') diff --git a/mod/thewire/views/default/forms/thewire/add.php b/mod/thewire/views/default/forms/thewire/add.php index 743294dcc..8607b3662 100644 --- a/mod/thewire/views/default/forms/thewire/add.php +++ b/mod/thewire/views/default/forms/thewire/add.php @@ -20,8 +20,13 @@ if ($post) { 'value' => $post->guid, )); } + +echo elgg_view('input/plaintext', array( + 'name' => 'body', + 'class' => 'mtm', + 'id' => 'thewire-textarea', +)); ?> -
140
-- cgit v1.2.3