<a href="<?= $this->url ?>"
    onclick="Backend.getScrollOffset();Backend.openModalSelector({
        'width':768,
        'title':'<?= $this->jsTitle ?>',
        'url': this.href,
        'id': '<?= $this->field ?>',
        'tag': 'ctrl_<?= $this->id ?>',
        'self': this
    }); return false"
>
<?= $this->generateImage($this->icon, $this->title, 'style="cursor:pointer"') ?>
</a>
