]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add class to bookmark form thumbnail image.
authorSamantha Doherty <sammy@status.net>
Mon, 18 Apr 2011 06:29:16 +0000 (02:29 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 18 Apr 2011 06:29:16 +0000 (02:29 -0400)
plugins/Bookmark/bookmarkform.php

index ff75ace71e403a118f2a3aa2de650f9580d1369c..2158a65caf1e47e01e52850ddf4946d9ea1603c2 100644 (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));
         }