From 98ff5e4d4c57353841614d3862bb75b41907091c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 2 Aug 2018 15:57:18 -0400 Subject: [PATCH] Initial crude display of front-end field sections --- views/front/contacts/list.html | 137 ++++++++++++++++++++++++++++++++- 1 file changed, 136 insertions(+), 1 deletion(-) diff --git a/views/front/contacts/list.html b/views/front/contacts/list.html index 0f7127c..a024a43 100644 --- a/views/front/contacts/list.html +++ b/views/front/contacts/list.html @@ -107,7 +107,142 @@ and open the template in the editor. - +
+

Account Profile

+
+
+ + Contact For + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Active + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Primary Contact + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + First Name + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Last Name + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Email Address + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Image + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+
+
+

Account Contact Info

+
+
+ + Contact For + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Active + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Primary Contact + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + First Name + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Last Name + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Email Address + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+ + Image + + + {if $contact.ref_type.name}{$contact.ref_type.name}{/if} + +
+
+
+
+

Organization/Company Information

+
+
+

Billing Information

+
+
+

Custom Information

+
+
+

Notes

+
+ + {/foreach} {else} -- 2.17.1