diff --git a/code/AssetTableField.php b/code/AssetTableField.php index 833e47d1..6c4887a5 100755 --- a/code/AssetTableField.php +++ b/code/AssetTableField.php @@ -153,6 +153,8 @@ class AssetTableField extends ComplexTableField { // the ID field confuses the Controller-logic in finding the right view for ReferencedField $detailFormFields->removeByName('ID'); + if($childData) $childData->extend('updateCMSFields', $detailFormFields); + return $detailFormFields; } diff --git a/code/CommentAdmin.php b/code/CommentAdmin.php index c5ed523e..1242b28a 100644 --- a/code/CommentAdmin.php +++ b/code/CommentAdmin.php @@ -241,7 +241,7 @@ JS; JS; } - function approvemarked() { + function acceptmarked() { $numComments = 0; $folderID = 0; $deleteList = ''; diff --git a/templates/Includes/CMSMain_left.ss b/templates/Includes/CMSMain_left.ss index 8ca1aa9c..78e8ded7 100755 --- a/templates/Includes/CMSMain_left.ss +++ b/templates/Includes/CMSMain_left.ss @@ -106,26 +106,6 @@ --> - <% if EnterpriseCMS %> -

- + - - <% _t('TASKLIST','Tasklist') %> -

- -

- + - - <% _t('WAITINGON','Waiting on') %> -

- - <% end_if %>

+ @@ -142,17 +122,7 @@
- <% if EnterpriseCMS %> -

- + - - <% _t('COMMENTS','Comments') %> -

- - <% end_if %> +

+