From 9b7da1fbb35187dca197a059913e8000fef67db7 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Fri, 21 Nov 2008 06:35:28 +0000 Subject: [PATCH] APICHANGE: 1: make Contact Groups real hierarchical. 2: Cope the hierarchical contract type Groups with CRMAdmin, including: - Search on these hierarchical groups. - Column selection according to these these hierarchical groups - Result entries render these hierarchical groups in a comma-seperated way including exported file. - A single record groups showing/saving in CRMAdmin. 3: Add ability to forward a record to a specified email address in CRMAdmin. Project specific feature: 1. Add note to each record in 1-many relation. Add the tab "Notes" for showing/editing/deleting notes of a record. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66394 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/Includes/MemberTableField.ss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/Includes/MemberTableField.ss b/templates/Includes/MemberTableField.ss index 90a16c95..6eb5923f 100755 --- a/templates/Includes/MemberTableField.ss +++ b/templates/Includes/MemberTableField.ss @@ -17,6 +17,7 @@ + <% if can(add) %> <% if Markable %> <% end_if %> $AddRecordForm.CellFields @@ -31,6 +32,7 @@ <% if Can(edit) %> <% end_if %> <% if Can(delete) %> <% end_if %> + <% end_if %> <% if Items %>