beautify messages form
This commit is contained in:
parent
b97154d19e
commit
40d83367bb
|
@ -58,7 +58,7 @@ function user_messages() {
|
|||
'timestamp' => date("Y-m-d H:i"),
|
||||
'from' => User_Nick_render($user),
|
||||
'to' => $to_select,
|
||||
'text' => form_textarea('text', _("Message"), ''),
|
||||
'text' => form_textarea('text', '', ''),
|
||||
'actions' => form_submit('submit', _("Save"))
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue