| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | public function render() |
||
| 11 | { |
||
| 12 | $text = admin_trans('admin.choose'); |
||
| 13 | |||
| 14 | $html = <<<HTML |
||
| 15 | <a href="javascript:void(0)" class="btn btn-primary btn-sm pull-left select-relation"> |
||
| 16 | <i class="glyphicon glyphicon-folder-open"></i> |
||
| 17 | {$text} |
||
| 18 | </a> |
||
| 19 | HTML; |
||
| 20 | |||
| 21 | return $html; |
||
| 22 | } |
||
| 23 | } |
||
| 24 |