Add class to bookmark form thumbnail image.

This commit is contained in:
Samantha Doherty 2011-04-18 02:29:16 -04:00
parent e23dcf513e
commit b11bfa3c06
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class BookmarkForm extends Form
if (!empty($this->_thumbnail)) {
$this->out->element('img',
array('src' => $this->_thumbnail->url,
'class' => 'bookmarkform-thumbnail',
'width' => $width,
'height' => $height));
}