View file Web Template Ktpl/package/templates/ktpl/controllers/users/backend/field_options.tpl.php

File size: 193B
<?php
$this->renderControllerChild('admin', 'ctypes_field_options', array(
    'is_can_in_filter' => $is_can_in_filter,
    'options'          => $options,
    'values'           => $values
));