From ae38956c297069d0c50ffa34b41312846aad6b20 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Sun, 16 Nov 2008 21:41:02 +0000 Subject: [PATCH] BUGFIX Added HTML title attribute to the anchor for images in CMS right hand pane MINOR Added title attribute to anchor for flash objects in CMS right hand pane git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65953 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/ThumbnailStripField.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/ThumbnailStripField.php b/code/ThumbnailStripField.php index b72652d5..9689f2f7 100755 --- a/code/ThumbnailStripField.php +++ b/code/ThumbnailStripField.php @@ -80,8 +80,8 @@ class ThumbnailStripField extends FormField { $result .= '
  • ' . - '' . - '' . $image->Title . '' . + '' . + '' . $image->Title . '' . '' . '
  • '; } @@ -128,7 +128,7 @@ class ThumbnailStripField extends FormField { foreach($flashObjects as $flashObject) { $result .= << - + spacer
    $flashObject->Name