forked from GNUsocial/gnu-social
styling on the favor/disfavor forms to show inline
darcs-hash:20080908201751-84dde-a498395d26b957b72350d8075d056b661a1f77c7.gz
This commit is contained in:
@@ -1550,6 +1550,7 @@ function common_session_token() {
|
||||
function common_disfavor_form($notice) {
|
||||
common_element_start('form', array('id' => 'disfavor-' . $notice->id,
|
||||
'method' => 'post',
|
||||
'class' => 'disfavor',
|
||||
'action' => common_local_url('disfavor')));
|
||||
common_hidden('token', common_session_token());
|
||||
common_hidden('notice', $notice->id);
|
||||
@@ -1560,6 +1561,7 @@ function common_disfavor_form($notice) {
|
||||
function common_favor_form($notice) {
|
||||
common_element_start('form', array('id' => 'favor-' . $notice->id,
|
||||
'method' => 'post',
|
||||
'class' => 'favor',
|
||||
'action' => common_local_url('favor')));
|
||||
common_hidden('token', common_session_token());
|
||||
common_hidden('notice', $notice->id);
|
||||
|
||||
Reference in New Issue
Block a user