From 879c391a61e35188e94907f4bbc92f76e6431055 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 5 Jan 2009 23:14:11 +0000 Subject: [PATCH] API CHANGE: Removed access to broken image editor feature git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69730 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/AssetTableField.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/AssetTableField.php b/code/AssetTableField.php index cd5850bb..de656cb4 100755 --- a/code/AssetTableField.php +++ b/code/AssetTableField.php @@ -106,9 +106,7 @@ class AssetTableField extends ComplexTableField { $tab->push( new LiteralField("ImageFull", - '' . "{$childData->Name}

"._t('AssetTableField.EDITIMAGE', 'Edit this image')."

" . '
' . - '' - ) + "{$childData->Name}" ) ); if(class_exists('GalleryFile')) {