{* $Id$ *} {if !$viewItemPretty.override} {title help="trackers"}{$tracker_item_main_value}{/title} {/if} {if ! isset($print_page) || $print_page ne 'y'} {* --------- navigation ------ *}
{if $user and $prefs.feature_user_watches eq 'y' and $category_watched eq 'y'} {/if} {* ------- return/next/previous tab --- *} {if $canView} {pagination_links cant=$cant|default:null offset=$offset reloff=$smarty.request.reloff|default:null itemname="{tr}Item{/tr}"} {* Do not specify an itemId in URL used for pagination, because it will use the specified itemId instead of moving to another item *} {$smarty.server.php_self|default:null}?{query itemId=NULL trackerId=$trackerId} {/pagination_links} {/if} {include file='tracker_error.tpl'} {else} {/if} {* print_page *} {tabset name='tabs_view_tracker_item' skipsingle=1 toggle=n} {* when printing, no js is called to select the tab thus no class "active" assigned (would show nothing). print=y sets this class on printing *} {tab name="{tr}View{/tr}" print=y} {* --- tab with view ------------------------------------------------------------------------- *} {* In most cases one will not want this header when viewing an item *} {* {* Added this table tag as a nasty kludge because (after Bootstrappification) the page is breaking without it. *}
{include file="tracker_validator.tpl"}
{if $tiki_p_admin_trackers eq 'y' and !empty($trackers)}
{/if}
{foreach from=$ins_fields item=cur_field}
{if $cur_field.type eq 'x'}
{capture name=trkaction}
{/capture}
{assign var=trkact value=$trkact|cat:$smarty.capture.trkaction}
{/if}
{/foreach}
{if $trkact}
{tr}Special Operations{/tr}{$trkact} {/if} |