{* $Id$ *}
{tr}Note: Remember that this is only a preview, and has not yet been saved!{/tr}
{if $tracker_is_multilingual}
{tr}Translations{/tr}
{jq} $('.translations a').click(function () { var link = this; $(this).serviceDialog({ title: $(link).text(), data: { controller: 'translation', action: 'manage', type: 'trackeritem', source: "{{$itemId|escape}}" } }); return false; }); {/jq} {/if} {* show item *} {trackerfields mode=view trackerId=$trackerId itemId=$itemId fields=$fields itemId=$itemId viewItemPretty=$viewItemPretty.value} {* -------------------------------------------------- section with comments --- *} {if $tracker_info.useComments eq 'y' and ($tiki_p_tracker_view_comments ne 'n' or $tiki_p_comment_tracker_items ne 'n' or $canViewCommentsAsItemOwner) and $prefs.tracker_show_comments_below eq 'y'}
{jq} var id = '#comment-container-below'; $(id).comment_load($(id).data('bs-target')); $(document).ajaxComplete(function(){$(id).tiki_popover();}); {/jq} {/if}