View file upload/library/XenForo/ViewAdmin/Notice/List.php

File size: 305B
<?php

class XenForo_ViewAdmin_Notice_List extends XenForo_ViewAdmin_Base
{
	public function renderHtml()
	{
		$this->_params['renderedOptions'] = XenForo_ViewAdmin_Helper_Option::renderPreparedOptionsHtml(
			$this, $this->_params['options'], $this->_params['canEditOptionDefinition']
		);
	}
}