better button for posting notes
darcs-hash:20080517193833-84dde-6bd3630291a70a6ba6f5b37ba7397f320c4d6d5e.gz
This commit is contained in:
parent
30d4b7f791
commit
f94352ec26
|
@ -82,7 +82,7 @@ class ShowstreamAction extends StreamAction {
|
||||||
common_element_start('form', array('id' => 'newnotice', 'method' => 'POST',
|
common_element_start('form', array('id' => 'newnotice', 'method' => 'POST',
|
||||||
'action' => common_local_url('newnotice')));
|
'action' => common_local_url('newnotice')));
|
||||||
common_element('textarea', array('rows' => 4, 'cols' => 80, 'id' => 'content'));
|
common_element('textarea', array('rows' => 4, 'cols' => 80, 'id' => 'content'));
|
||||||
common_element('input', array('type' => 'submit'), 'Send');
|
common_element('input', array('type' => 'submit', 'value' => 'Send'));
|
||||||
common_element_end('form');
|
common_element_end('form');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1
doc/TODO
1
doc/TODO
|
@ -50,6 +50,7 @@
|
||||||
- theme per site
|
- theme per site
|
||||||
- theme per profile
|
- theme per profile
|
||||||
- email confirmation for registration
|
- email confirmation for registration
|
||||||
|
- change cookie handling for anon users to be more cache-friendly
|
||||||
- release 0.2
|
- release 0.2
|
||||||
- content negotiation for interface language
|
- content negotiation for interface language
|
||||||
- content negotiation for content type
|
- content negotiation for content type
|
||||||
|
|
Loading…
Reference in New Issue
Block a user