smaller textbox

darcs-hash:20080520202500-84dde-a4bb2b7c64122805a73c157f34acc8849e2421d2.gz
This commit is contained in:
Evan Prodromou 2008-05-20 16:25:00 -04:00
parent 6d7a900946
commit 51908f59ce
2 changed files with 3 additions and 2 deletions

View File

@ -293,6 +293,7 @@ class ShowstreamAction extends StreamAction {
'href' => $noticeurl)); 'href' => $noticeurl));
common_element('span', 'title', common_date_string($notice->created)); common_element('span', 'title', common_date_string($notice->created));
common_element('span', 'desc', $notice->content); common_element('span', 'desc', $notice->content);
common_element_end('a');
common_element_end('li'); common_element_end('li');
} }
} }

View File

@ -385,12 +385,12 @@ function common_notice_form() {
common_element('textarea', array('rows' => 3, 'cols' => 40, common_element('textarea', array('rows' => 3, 'cols' => 40,
'name' => 'content', 'name' => 'content',
'id' => 'content', 'id' => 'content',
'class' => 'width75'), 'class' => 'width50'),
' '); ' ');
common_element_end('p'); common_element_end('p');
common_submit('submit', _t('Send')); common_submit('submit', _t('Send'));
common_element_end('form'); common_element_end('form');
} }
// XXX: set up gettext // XXX: set up gettext