]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better button for posting notes
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:38:33 +0000 (15:38 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:38:33 +0000 (15:38 -0400)
darcs-hash:20080517193833-84dde-6bd3630291a70a6ba6f5b37ba7397f320c4d6d5e.gz

actions/showstream.php
doc/TODO

index 03e8de29c884ae9a4f49033f2468a70741897a53..5c49832229facb47907c0f9917fb1920a74a8475 100644 (file)
@@ -82,7 +82,7 @@ class ShowstreamAction extends StreamAction {
                common_element_start('form', array('id' => 'newnotice', 'method' => 'POST',
                                                                                   'action' => common_local_url('newnotice')));
                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');
        }
 
index 281f5b1dfd5c94ada10a20bd36c9fea8da1e0bec..ea703c3fe99ee85bbbd4416e5d8f147e93fcfc3e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -50,6 +50,7 @@
 - theme per site
 - theme per profile
 - email confirmation for registration
+- change cookie handling for anon users to be more cache-friendly
 - release 0.2
 - content negotiation for interface language
 - content negotiation for content type