From 6f6aed821387075de8c22da55c5620c04cda0dc1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 13:47:59 -0400 Subject: better forms for new theme darcs-hash:20080520174759-84dde-7206aeef3246b2304d463b121a6b17c7f3f2f6d5.gz --- actions/newnotice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/newnotice.php') diff --git a/actions/newnotice.php b/actions/newnotice.php index 8ea28360a..fed3278a4 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -57,11 +57,11 @@ class NewnoticeAction extends Action { common_element_start('form', array('id' => 'newnotice', 'method' => 'POST', 'action' => common_local_url('newnotice'))); common_element('span', 'nickname', $profile->nickname); - common_element('textarea', array('rows' => 4, 'cols' => 80, + common_element('textarea', array('rows' => 3, 'cols' => 60, 'name' => 'content', 'id' => 'content'), ' '); - common_element('input', array('type' => 'submit', 'value' => 'Send')); + common_submit('submit', _t('Send')); common_element_end('form'); common_show_footer(); } -- cgit v1.2.3-54-g00ecf