Add class to bookmark form thumbnail image.
This commit is contained in:
parent
e23dcf513e
commit
b11bfa3c06
@ -130,6 +130,7 @@ class BookmarkForm extends Form
|
|||||||
if (!empty($this->_thumbnail)) {
|
if (!empty($this->_thumbnail)) {
|
||||||
$this->out->element('img',
|
$this->out->element('img',
|
||||||
array('src' => $this->_thumbnail->url,
|
array('src' => $this->_thumbnail->url,
|
||||||
|
'class' => 'bookmarkform-thumbnail',
|
||||||
'width' => $width,
|
'width' => $width,
|
||||||
'height' => $height));
|
'height' => $height));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user