diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2010-11-28 08:32:30 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2010-11-28 08:32:30 +0000 |
| commit | 0e9751b365e35e9e8fe7b71792bb5d08ac5e2342 (patch) | |
| tree | aa64016c2739a7d53689bb8d1744bcf8ab141f6e | |
| parent | f622d6da805372d14c2c60f7535428cc62bd8142 (diff) | |
| download | contact-0e9751b365e35e9e8fe7b71792bb5d08ac5e2342.tar.gz contact-0e9751b365e35e9e8fe7b71792bb5d08ac5e2342.tar.bz2 contact-0e9751b365e35e9e8fe7b71792bb5d08ac5e2342.zip | |
Include tab type when expanding tab data
Secondary data tabs are displayed depending on user role settings
| -rw-r--r-- | templates/display_contact.tpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/display_contact.tpl b/templates/display_contact.tpl index 1d8075e..bdc153b 100644 --- a/templates/display_contact.tpl +++ b/templates/display_contact.tpl @@ -1,6 +1,3 @@ -<div class="body"> - <div class="content"> - {include file="bitpackage:contact/display_type_header.tpl"} {if isset($pageInfo.usn) && ($pageInfo.usn <> '') } @@ -54,8 +51,6 @@ {jstabs} {section name=type loop=$pageInfo.type} - {include file="bitpackage:contact/list_xref_generic.tpl" source=$pageInfo.type[type].source source_title=$pageInfo.type[type].title} + {include file="bitpackage:contact/list_xref_generic.tpl" source=$pageInfo.type[type].source source_title=$pageInfo.type[type].title xref_type=$pageInfo.type[type].xref_type} {/section} {/jstabs} - </div><!-- end .content --> -</div><!-- end .body --> |
