diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2010-09-06 23:33:23 +0100 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2010-09-06 23:33:23 +0100 |
| commit | ffa698b970cf21692ec88c87490c1f7a5020c4c5 (patch) | |
| tree | 34fc8d19d567829ffacde4e8ce55a9c0281a2221 /templates/show_contact_item.tpl | |
| parent | 830ed35b6afa7b02cc8f17f225e210c2d76bfc6d (diff) | |
| download | contact-ffa698b970cf21692ec88c87490c1f7a5020c4c5.tar.gz contact-ffa698b970cf21692ec88c87490c1f7a5020c4c5.tar.bz2 contact-ffa698b970cf21692ec88c87490c1f7a5020c4c5.zip | |
Add code from local development copy
Diffstat (limited to 'templates/show_contact_item.tpl')
| -rw-r--r-- | templates/show_contact_item.tpl | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/templates/show_contact_item.tpl b/templates/show_contact_item.tpl new file mode 100644 index 0000000..b881b8b --- /dev/null +++ b/templates/show_contact_item.tpl @@ -0,0 +1,33 @@ +{if $gBitSystem->isPackageActive( 'pigeonholes' )} + {include file="bitpackage:pigeonholes/display_paths.tpl"} +{/if} + +<div class="display contact"> + <div class="header"> + <h1>Contact-{$contentInfo.content_id}</h1> + </div> + <div class="date"> + {tr}Created by {displayname user=$contentInfo.creator_user user_id=$contentInfo.creator_user_id real_name=$contentInfo.creator_real_name}, Last modification by {displayname user=$contentInfo.modifier_user user_id=$contentInfo.modifier_user_id real_name=$contentInfo.modifier_real_name} on {$contentInfo.last_modified|bit_short_datetime}{/tr} + </div> + + {if $comments_at_top_of_page eq 'y' and $print_page ne 'y'} + {include file="bitpackage:liberty/comments.tpl"} + {/if} + + {if $gBitSystem->isPackageActive( 'stickies' )} + {include file="bitpackage:stickies/display_bitsticky.tpl"} + {/if} + + {include file="bitpackage:contact/page_display.tpl"} + + {if $print_page ne 'y'} + {include file="bitpackage:contact/page_action_bar.tpl"} + {/if} +</div> +{if $comments_at_top_of_page ne 'y' and $print_page ne 'y'} + {include file="bitpackage:liberty/comments.tpl"} +{/if} + +{if $gBitSystem->isPackageActive( 'pigeonholes' )} + {include file="bitpackage:pigeonholes/display_members.tpl"} +{/if} |
