= array(
'status' => array('title'=>'', 'columntype'=>'list', 'values'=>$this->get_messageStatusIconList(), 'style'=>'width:20px;'),
'edate' => array('title'=>$this->get_translation('header_date'), 'columntype'=>'date', 'mode'=>'shortwithhours', 'style'=>'width:100px;'),
'author' => array('title'=>$this->get_translation('header_author'), 'columntype'=>'text'),
'message' => array('title'=>$this->get_translation('header_message'), 'columntype'=>'text', 'maxlength'=>64),
'view' => array(
'title'=>
'',
'columntype'=>
'button',
'icon'=>
'view',
'url_value'=>$this->
viewMsgLink,
'url_title'=>$this->get_translation(
'viewmsg'),
'style'=>
'width:12px;'),
)
$this viewMsgLink
Definition: Admin_GenericGuestBookManagerMessageListParams.php.inc:18