コード例 #1
0
ファイル: Admin.class.php プロジェクト: pombredanne/tuleap
 public function fetchTypeForUpdate()
 {
     $html = '';
     $html .= '<p><label for="formElement_type">' . $GLOBALS['Language']->getText('plugin_tracker_include_type', 'type') . ': </label>';
     $html .= '<img width="16" height="16" alt="" src="' . $this->formElement->getFactoryIconUseIt() . '" style="vertical-align:middle"/> ' . $this->formElement->getFactoryLabel();
     $html .= '<p>' . $this->formElement->getFactoryDescription() . '</p>';
     $html .= '</p>';
     return $html;
 }