change element_start to element for instructions
darcs-hash:20081208072629-5ed1f-90935f7a2a3d99a4c21b6390eb3fc941117c2580.gz
This commit is contained in:
parent
5915e15412
commit
2ced62bd7e
@ -77,11 +77,11 @@ class BlockAction extends Action {
|
|||||||
|
|
||||||
common_show_header(_('Block user'));
|
common_show_header(_('Block user'));
|
||||||
|
|
||||||
common_element_start('p', NULL,
|
common_element('p', NULL,
|
||||||
_('Are you sure you want to block this user? '.
|
_('Are you sure you want to block this user? '.
|
||||||
'Afterwards, they will be unsubscribed from you, '.
|
'Afterwards, they will be unsubscribed from you, '.
|
||||||
'unable to subscribe to you in the future, and '.
|
'unable to subscribe to you in the future, and '.
|
||||||
'you will not be notified of any @-replies from them.'));
|
'you will not be notified of any @-replies from them.'));
|
||||||
|
|
||||||
common_element_start('form', array('id' => 'block-' . $id,
|
common_element_start('form', array('id' => 'block-' . $id,
|
||||||
'method' => 'post',
|
'method' => 'post',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user