{extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="content"}
{accordion} {accordion_group title="{tr}General{/tr}"}
{tr}Short string prepended by default to all fields in this tracker.{/tr}
{tr}Required for Advanced Shopping Cart and some other tracker features, do not change this unless you are sure.{/tr}
{jq}$("#name").change(function() { if ($("#name").val()) { if (! $("#fieldPrefix").val()) { $("#fieldPrefix").val($("#name").val().replace(/s$/, "").replace(/\W/g, "").toLowerCase()); } if (! $("#permName").val()) { $("#permName").val($("#name").val().replace(/s$/, "").replace(/\W/g, "").toLowerCase()); } } });{/jq} {/accordion_group} {accordion_group title="{tr}Features{/tr}"}
{tr}Attachment attributes (sortable){/tr} {foreach from=$attachmentAttributes key=name item=att}
{/foreach}
{/accordion_group} {accordion_group title="{tr}Display{/tr}"}
{tr}Recommended size: 64x64px.{/tr}
{object_selector_multi type=trackerfield tracker_id=$info.trackerId _simplevalue=$info.showPopup _separator="," _simplename="showPopup"}
{/accordion_group} {accordion_group title="{tr}Section Format{/tr}"}

{tr}Determines how headers will be rendered when using header fields as form section dividers.{/tr}

{tr}Set to Configured to use the four following fields.{/tr}

{tr}Sets classes for form to be used in Tracker Plugin (e.g., col-md-9).{/tr}

{tr}wiki:pageName for a wiki page or tpl:tplName for a template{/tr}
{tr}wiki:pageName for a wiki page or tpl:tplName for a template{/tr}
{/accordion_group} {accordion_group title="{tr}Status{/tr}"}
{foreach key=st item=stdata from=$statusTypes}
{/foreach}
{/accordion_group} {accordion_group title="{tr}Notifications{/tr}"}
{tr}You can add several email addresses by separating them with commas.{/tr}
{tr}The tracker will use the text field named Subject if any as subject and will use the user email or for anonymous the email field if any as sender{/tr}
{tr}Requires "RSS per tracker" to be set in Admin/RSS{/tr} {if $prefs.feed_tracker eq 'y'} {tr}(Currently set){/tr} {else} {tr}(Currently not set){/tr} {/if}
{if $prefs.feature_groupalert eq 'y'}
{/if} {/accordion_group} {accordion_group title="{tr}Permissions{/tr}"}
{tr}The tracker needs a user field with the item-owner activated{/tr}. {tr}No extra permission is needed at the tracker permissions level to allow a user to see just his own items through Plugin TrackerList with the param view=user{/tr}
{tr}The tracker needs a group field with the item-owner activated{/tr}. {tr}No extra permission is needed at the tracker permissions level to allow a group of users to see just their own items through Plugin TrackerList with the param view=group{/tr}
{tr}The tracker needs a user field with the auto-assign activated{/tr}
{tr}The tracker needs a user field with the auto-assign activated{/tr}
{tr}The tracker needs a user or IP address field with the auto-assign set to Creator{/tr}
{tr}The tracker needs a group field with the auto-assign activated{/tr}
{tr}The tracker needs a group field with the auto-assign activated{/tr}
{tr}Only users with admin tracker permission (tiki_p_admin_trackers) can use the built-in tracker interfaces (tiki-view_tracker.php and tiki-view_tracker_item.php). This is useful if you want the users of these trackers to only access them via wiki pages, where you can use the various tracker plugins to embed forms and reports.{/tr}
{tr}Creation date constraint{/tr}
{tr}The tracker will be open for non-admin users through wiki pages with PluginTracker only during the period 'After' the start date and/or 'Before' the end date set below{/tr}.
{/accordion_group} {if $prefs.feature_categories eq 'y'} {accordion_group title="{tr}Categories{/tr}"}
{include file='categorize.tpl' notable=y auto=y}
{/accordion_group} {/if} {if $prefs.groupTracker eq 'y'} {accordion_group title="{tr}Groups{/tr}"}
{/accordion_group} {/if} {if $prefs.tracker_tabular_enabled eq 'y' and $remoteTabulars} {accordion_group title="{tr}Remote synchronization{/tr}"}
{object_selector type=trackerfield tracker_id=$info.trackerId _simplevalue=$info.tabularSyncModifiedField _simplename="tabularSyncModifiedField"}
{if empty($info.tabularSyncLastImport)}{assign var="tabularSyncLastImport" value="0"}{else}{assign var="tabularSyncLastImport" value=$info.tabularSyncLastImport}{/if} {jscalendar id="tabularSyncLastImport" date=$tabularSyncLastImport fieldname="tabularSyncLastImport" showtime='y' isutc=0}
{/accordion_group} {/if} {/accordion}
{/block}