more styling
This commit is contained in:
parent
40d83367bb
commit
921449f3ef
|
@ -31,7 +31,7 @@ function admin_questions() {
|
|||
'from' => User_Nick_render($user_source),
|
||||
'question' => str_replace("\n", "<br />", $question['Question']),
|
||||
'answer' => form(array(
|
||||
form_textarea('answer', _("Answer"), ''),
|
||||
form_textarea('answer', '', ''),
|
||||
form_submit('submit', _("Save"))
|
||||
), page_link_to('admin_questions') . '&action=answer&id=' . $question['QID']),
|
||||
'actions' => button(page_link_to("admin_questions") . '&action=delete&id=' . $question['QID'], _("delete"), 'btn-xs')
|
||||
|
|
Loading…
Reference in New Issue