0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tracker_actions.tpl
{* $Id: tracker_actions.tpl 55778 2015-06-28 04:03:19Z lindonb $ *} {* navbar buttons at the top of the tracker pages *} <div class="btn-group"> {if $tiki_p_admin_trackers eq 'y' and !empty($trackerId)} <a class="btn btn-default" href="{bootstrap_modal controller=tracker action=replace trackerId=$trackerId}"> {icon name="settings"} {tr}Properties{/tr} </a> <a class="btn btn-default" href="tiki-admin_tracker_fields.php?trackerId={$trackerId|escape}"> {icon name="th-list"} {tr}Fields{/tr} </a> {/if} {if $tiki_p_list_trackers eq 'y'} <a class="btn btn-default" href="tiki-list_trackers.php"> {icon name="trackers"} {tr}Trackers{/tr} </a> {/if} {if !empty($trackerId) and $tiki_p_view_trackers eq 'y' && (empty($showitems) || $showitems !== 'n')} <a class="btn btn-default" href="{$trackerId|sefurl:"tracker"}"> {icon name="list"} {tr}Items{/tr} </a> {/if} </div>