0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-admin_trackers.tpl
{* $Id: tiki-admin_trackers.tpl 18616 2009-05-10 21:24:18Z nkoth $ *} {title help="Trackers" admpage="trackers"}{tr}Admin Trackers{/tr}{/title} <div class="navbar"> {button href="tiki-list_trackers.php" _text="{tr}List Trackers{/tr}"} {if $trackerId} {button href="tiki-admin_tracker_fields.php?trackerId=$trackerId" _text="{tr}Edit This Tracker's Fields{/tr}"} {button href="tiki-view_tracker.php?trackerId=$trackerId" _text="{tr}View This Tracker's Items{/tr}"} {/if} </div> {if $prefs.feature_tabs eq 'y'} {cycle name=tabs values="1,2,3,4,5" print=false advance=false reset=true} <div class="tabs"> <span id="tab{cycle name=tabs advance=false}" class="tabmark"><a href="javascript:tikitabs({cycle name=tabs},5);">{tr}Trackers{/tr}</a></span> {if $trackerId} <span id="tab{cycle name=tabs advance=false}" class="tabmark"><a href="javascript:tikitabs({cycle name=tabs},5);">{tr}Edit Tracker{/tr} {$name} (#{$trackerId})</a></span> <span id="tab{cycle name=tabs advance=false}" class="tabmark"><a href="javascript:tikitabs({cycle name=tabs},5);">{tr}Import/Export{/tr}</a></span> {else} <span id="tab{cycle name=tabs advance=false}" class="tabmark"><a href="javascript:tikitabs({cycle name=tabs},5);">{tr}Create Tracker{/tr}</a></span> {/if} <span id="tab{cycle name=tabs advance=false}" class="tabmark"><a href="javascript:tikitabs({cycle name=tabs},5);">{tr}Duplicate Tracker{/tr}</a></span> </div> {/if} {cycle name=content values="1,2,3,4" print=false advance=false reset=true} {* --- tab with list --- *} <a name="view"></a> <div id="content{cycle name=content assign=focustab}{$focustab}"{if $prefs.feature_tabs eq 'y'} class="tabcontent" style="display:{if $focustab eq $cookietab}block{else}none{/if};"{/if}> <h2>{tr}Trackers{/tr}</h2> {if ($channels) or ($find)} {include file='find.tpl' filters=''} {if ($find) and ($channels)} <p>{tr}Found{/tr} {$channels|@count} {tr}trackers{/tr}:</p> {/if} {/if} <table class="normal"> <tr> <th>{self_link _sort_arg='sort_mode' _sort_field='trackerId'}{tr}Id{/tr}{/self_link}</th> <th>{self_link _sort_arg='sort_mode' _sort_field='name'}{tr}Name{/tr}{/self_link}</th> <th>{self_link _sort_arg='sort_mode' _sort_field='description'}{tr}Description{/tr}{/self_link}</th> <th>{self_link _sort_arg='sort_mode' _sort_field='created'}{tr}Created{/tr}{/self_link}</th> <th>{self_link _sort_arg='sort_mode' _sort_field='lastModif'}{tr}Last Modif{/tr}{/self_link}</th> <th style="text-align:right;">{self_link _sort_arg='sort_mode' _sort_field='items'}{tr}Items{/tr}{/self_link}</th> <th>{tr}Action{/tr}</th> </tr> {cycle values="odd,even" print=false} {section name=user loop=$channels} <tr class="{cycle}"> <td><a class="tablename" href="tiki-admin_trackers.php?trackerId={$channels[user].trackerId}" title="{tr}Edit{/tr}">{$channels[user].trackerId}</a></td> <td><a class="tablename" href="tiki-admin_trackers.php?trackerId={$channels[user].trackerId}" title="{tr}Edit{/tr}">{$channels[user].name}</a></td> {if $channels[user].descriptionIsParsed eq 'y' } <td>{wiki}{$channels[user].description}{/wiki}</td> {else} <td>{$channels[user].description|escape|nl2br}</td> {/if} <td>{$channels[user].created|tiki_short_date}</td> <td>{$channels[user].lastModif|tiki_short_date}</td> <td style="text-align:right;" >{$channels[user].items}</td> <td class="auto"> <a title="{tr}Edit{/tr}" href="tiki-admin_trackers.php?trackerId={$channels[user].trackerId}">{icon _id='page_edit'}</a> <a title="{tr}View{/tr}" href="tiki-view_tracker.php?trackerId={$channels[user].trackerId}">{icon _id='magnifier' alt="{tr}View{/tr}"}</a> <a title="{tr}Fields{/tr}" class="link" href="tiki-admin_tracker_fields.php?trackerId={$channels[user].trackerId}">{icon _id='table' alt="{tr}Fields{/tr}"}</a> {if $channels[user].individual eq 'y'}<a title="{tr}Active Permissions{/tr}" class="link" href="tiki-objectpermissions.php?objectName={$channels[user].name|escape:"url"}&objectType=tracker&permType=trackers&objectId={$channels[user].trackerId}"> {icon _id='key_active' alt="{tr}Active Permissions{/tr}"}</a>{else} <a title="{tr}Permissions{/tr}" class="link" href="tiki-objectpermissions.php?objectName={$channels[user].name|escape:"url"}&objectType=tracker&permType=trackers&objectId={$channels[user].trackerId}"> {icon _id='key' alt="{tr}Permissions{/tr}"}</a>{/if} <a title="{tr}Delete{/tr}" class="link" href="tiki-admin_trackers.php?offset={$offset}&sort_mode={$sort_mode}&remove={$channels[user].trackerId}">{icon _id='cross' alt="{tr}Delete{/tr}"}</a></td> </tr> {sectionelse} <tr class="odd"><td colspan="6"><strong>{tr}No records found{/tr}{if $find} {tr}with{/tr}: {$find}{/if}.</strong></td></tr> {/section} </table> {pagination_links cant=$cant step=$maxRecords offset=$offset}{/pagination_links} </div> {* --- tab with form --- *} <a name="mod"></a> <div id="content{cycle name=content assign=focustab}{$focustab}"{if $prefs.feature_tabs eq 'y'} class="tabcontent" style="display:{if $focustab eq $cookietab}block{else}none{/if};"{/if}> <h2>{tr}Create/Edit Tracker{/tr}</h2> {if $trackerId} <div class="simplebox"> <a title="{tr}Permissions{/tr}" class="link" href="tiki-objectpermissions.php?objectName={$name|escape:"url"}&objectType=tracker&permType=trackers&objectId={$trackerId}"> {if $individual eq 'y'} {icon _id='key' alt="{tr}Permissions{/tr}"}</a> {tr}There are individual permissions set for this tracker{/tr} {else} {icon _id='key_active' alt='{tr}Active Perms{/tr}'}</a> {tr}No individual permissions. Global permissions apply.{/tr} {/if} </div> {/if} <form action="tiki-admin_trackers.php" method="post" name="editpageform" id="editpageform"> <input type="hidden" name="trackerId" value="{$trackerId|escape}" /> <table class="normal"> <tr class="formcolor"> <td>{tr}Name{/tr}:</td> <td> <input type="text" name="name" value="{$name|escape}" /> </td> </tr> <tr class="formcolor"> <td>{tr}Description{/tr}:</td> <td> {tr}Description text is wiki-parsed:{/tr} <input type="checkbox" name="descriptionIsParsed" {if $descriptionIsParsed eq 'y'}checked="checked"{/if} onclick="toggleBlock('trackerDesc');" /> <div id="trackerDesc" style="display:none;" > {include file=tiki-edit_help_tool.tpl qtnum="trackerDesc" area_name="trackerDescription"} {if $descriptionIsParsed eq 'y'}<script language="javascript"> <!--//--><![CDATA[//><!-- toggleBlock('trackerDesc'); //--><!]]> </script>{/if} </div> <textarea id="trackerDescription" name="description" rows="4" cols="40">{$description|escape}</textarea> </td> </tr> {if $prefs.feature_categories eq 'y'} {include file=categorize.tpl colsCategorize=2} <tr class="formcolor"><td>{tr}Auto create corresponding categories{/tr}</td><td> <input type="checkbox" name="autoCreateCategories" {if $autoCreateCategories eq 'y' }checked="checked"{/if} /></td></tr> {/if} {if $prefs.groupTracker eq 'y'} <tr class="formcolor"><td><label for="autoCreateGroup">{tr}Create a group for each item{/tr}</label></td><td> <input type="checkbox" id="autoCreateGroup" name="autoCreateGroup" {if $autoCreateGroup eq 'y' }checked="checked"{/if} /></td></tr> {/if} {if $prefs.trk_with_mirror_tables eq 'y'} <tr class="formcolor"><td> {tr}Use "explicit" names in the mirror table{/tr}<br /> <em>{tr}tracker name must be unique, field names must be unique for a tracker and they must be valid in SQL{/tr}</em> </td><td> <input type="checkbox" name="useExplicitNames" {if $useExplicitNames eq 'y'}checked="checked"{/if} /> </td></tr> {/if} <tr class="formcolor"> <td>{tr}Show status{/tr}</td> <td><input type="checkbox" name="showStatus" {if $showStatus eq 'y'}checked="checked"{/if} /></td> </tr> <tr class="formcolor"><td>{tr}Default status displayed in list mode{/tr}</td><td> {foreach key=st item=stdata from=$status_types} <input type="checkbox" name="defaultStatus[]" value="{$st}"{if $defaultStatusList.$st} checked="checked"{/if} />{$stdata.label}<br /> {/foreach} </td></tr> <tr class="formcolor"><td>{tr}Show status to tracker admin only{/tr}</td><td> <input type="checkbox" name="showStatusAdminOnly" {if $showStatusAdminOnly eq 'y'}checked="checked"{/if} /></td></tr> <tr class="formcolor"><td>{tr}Send copies of all activity in this tracker to this e-mail address{/tr}:<br /><i>{tr}You can add several email addresses by separating them with commas.{/tr}</i></td><td><input type="text" name="outboundEmail" value="{$outboundEmail|escape}" /></td></tr> <tr class="formcolor"><td>{tr}Use simplified e-mail format{/tr} <br /><i>{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}</i> </td><td> <input type="checkbox" name="simpleEmail" {if $simpleEmail eq 'y'}checked="checked"{/if} /> </td></tr> <tr class="formcolor"><td>{tr}New items are created with status{/tr}</td><td> <select name="newItemStatus"> {foreach key=st item=stdata from=$status_types} <option value="{$st}"{if $newItemStatus eq $st} selected="selected"{/if}>{$stdata.label}</option> {/foreach} </select> </td></tr> <tr class="formcolor"><td>{tr}Authoritative status for modified items{/tr}</td><td> <select name="modItemStatus"> <option value="">{tr}No change{/tr}</option> {foreach key=st item=stdata from=$status_types} <option value="{$st}"{if $modItemStatus eq $st} selected="selected"{/if}>{$stdata.label}</option> {/foreach} </select> </td></tr> <tr class="formcolor"><td>{tr}Item creator can modify his items?{/tr}<br /><i>{tr}The tracker needs a user field with the option 1{/tr}</i></td><td><input type="checkbox" name="writerCanModify" {if $writerCanModify eq 'y'}checked="checked"{/if} /></td></tr> <tr class="formcolor"><td>{tr}Only one item per user or IP{/tr}<br /><i>{tr}The tracker needs a user or IP field with the option 1{/tr}</i></td><td><input type="checkbox" name="oneUserItem" {if $oneUserItem eq 'y'}checked="checked"{/if} /></td></tr> <tr class="formcolor"><td>{tr}Member of the default group of creator can modify items?{/tr}<br /><i>{tr}The tracker needs a group field with the option 1{/tr}</i></td><td><input type="checkbox" name="writerGroupCanModify" {if $writerGroupCanModify eq 'y'}checked="checked"{/if} /></td></tr> <tr class="formcolor"> <td>{tr}Show creation date when listing tracker items?{/tr}</td> <td><input type="checkbox" name="showCreated" {if $showCreated eq 'y'}checked="checked"{/if} onclick="toggleTrTd('showCreatedOptions')" /></td> </tr> <tr id="showCreatedOptions" class="formcolor" {if $showCreated ne 'y'}style="display:none;"{/if}> <td class="sub" colspan="2">{tr}Format if not the default short one:{/tr} <input type="text" name="showCreatedFormat" value="{$showCreatedFormat}"/> <a class="link" target="strftime" href="http://www.php.net/manual/en/function.strftime.php">{tr}Date and Time Format Help{/tr}</a></td> </tr> <tr class="formcolor"><td>{tr}Show creation date when viewing tracker item?{/tr}</td><td><input type="checkbox" name="showCreatedView" {if $showCreatedView eq 'y'}checked="checked"{/if} /> </td></tr> <tr class="formcolor"> <td>{tr}Show lastModif date when listing tracker items?{/tr}</td> <td><input type="checkbox" name="showLastModif" {if $showLastModif eq 'y'}checked="checked"{/if} onclick="toggleTrTd('showLastModifOptions') "/></td> </tr> <tr class="formcolor" id="showLastModifOptions" {if $showLastModif ne 'y'}style="display:none;"{/if}> <td class="sub" colspan="2">{tr}Format if not the default short one:{/tr} <input type="text" name="showLastModifFormat" value="{$showLastModifFormat}"/> <a class="link" target="strftime" href="http://www.php.net/manual/en/function.strftime.php">{tr}Date and Time Format Help{/tr}</a></td> </tr> <tr class="formcolor"><td>{tr}Show lastModif date when viewing tracker item?{/tr}</td><td><input type="checkbox" name="showLastModifView" {if $showLastModifView eq 'y'}checked="checked"{/if} /></td></tr> <tr class="formcolor"><td>{tr}What field is used for default sort?{/tr}</td><td> <select name="defaultOrderKey"> {section name=x loop=$fields} <option value="{$fields[x].fieldId}"{if $defaultOrderKey eq $fields[x].fieldId} selected="selected"{/if}>{$fields[x].name|truncate:42:" ..."}</option> {/section} <option value="-1"{if $defaultOrderKey eq -1} selected="selected"{/if}>{tr}LastModif{/tr}</option> <option value="-2"{if $defaultOrderKey eq -2} selected="selected"{/if}>{tr}Created{/tr}</option> <option value="-3"{if $defaultOrderKey eq -3} selected="selected"{/if}>{tr}ItemId{/tr}</option> </select> </td></tr> <tr class="formcolor"><td>{tr}What is default sort order in list?{/tr}</td><td> <select name="defaultOrderDir"> <option value="asc" {if $defaultOrderDir eq 'asc'}selected="selected"{/if}>{tr}ascending{/tr}</option> <option value="desc" {if $defaultOrderDir eq 'desc'}selected="selected"{/if}>{tr}descending{/tr}</option> </select> </td></tr> <tr class="formcolor"><td>{tr}Tracker items allow ratings?{/tr}</td><td> <input type="checkbox" name="useRatings" {if $useRatings eq 'y'}checked="checked"{/if} onclick="toggleTrTd('ratingoptions');toggleTrTd('ratinginlisting');" /> </td></tr> <tr class="formcolor" id="ratingoptions" {if $useRatings ne 'y'}style="display:none;"{/if}> <td class="sub">{tr}with values{/tr}</td> <td><input type="text" name="ratingOptions" value="{if $ratingOptions}{$ratingOptions}{else}-2,-1,0,1,2{/if}" /></td> </tr> <tr class="formcolor" id="ratinginlisting" {if $useRatings ne 'y'}style="display:none;"{/if}> <td class="sub">{tr}and display rating results in listing?{/tr}</td> <td><input type="checkbox" name="showRatings" {if $showRatings eq 'y'}checked="checked"{/if} /></td> </tr> <tr class="formcolor"> <td>{tr}Tracker items allow comments?{/tr}</td> <td><input type="checkbox" name="useComments" {if $useComments eq 'y'}checked="checked"{/if} onclick="toggleTrTd('commentsoptions');toggleTrTd('commentsoptions2');" /></td> </tr> <tr class="formcolor" id="commentsoptions" {if $useComments ne 'y'}style="display:none;"{/if}> <td class="sub">{tr}and display comments in listing?{/tr}</td> <td><input type="checkbox" name="showComments" {if $showComments eq 'y'}checked="checked"{/if} /></td> </tr> <tr class="formcolor" id="commentsoptions2" {if $useComments ne 'y'}style="display:none;"{/if}> <td class="sub">{tr}and display last comment user/date?{/tr}</td> <td><input type="checkbox" name="showLastComment" {if $showLastComment eq 'y'}checked="checked"{/if} /></td> </tr> <tr class="formcolor"> <td>{tr}Tracker items allow attachments?{/tr}</td> <td><input type="checkbox" name="useAttachments" {if $useAttachments eq 'y'}checked="checked"{/if} onclick="toggleTrTd('attachmentsoptions');toggleTrTd('attachmentsconf');" /></td> </tr> <tr class="formcolor" id="attachmentsoptions" {if $useAttachments ne 'y'}style="display:none;"{/if}> <td class="sub">{tr}and display attachments in listing?{/tr}</td> <td><input type="checkbox" name="showAttachments" {if $showAttachments eq 'y'}checked="checked"{/if} /></td> </tr> <tr class="formcolor" id="attachmentsconf" {if $useAttachments ne 'y'}style="display:none;"{/if}> <td class="sub" colspan="5"> {tr}Attachment display options (Use numbers to order items, 0 will not be displayed, and negative values display in popups){/tr} <table class="normal"> <tr> <td>{tr}Filename{/tr}</td> <td>{tr}Created{/tr}</td> <td>{tr}Downloads{/tr}</td> <td>{tr}Comment{/tr}</td> <td>{tr}Filesize{/tr}</td> <td>{tr}Version{/tr}</td> <td>{tr}Filetype{/tr}</td> <td>{tr}LongDesc{/tr}</td> </tr> <tr> <td><input type="text" size="2" name="ui[filename]" value="{$ui.filename}" /></td> <td><input type="text" size="2" name="ui[created]" value="{$ui.created}" /></td> <td><input type="text" size="2" name="ui[hits]" value="{$ui.hits}" /></td> <td><input type="text" size="2" name="ui[comment]" value="{$ui.comment}" /></td> <td><input type="text" size="2" name="ui[filesize]" value="{$ui.filesize}" /></td> <td><input type="text" size="2" name="ui[version]" value="{$ui.version}" /></td> <td><input type="text" size="2" name="ui[filetype]" value="{$ui.filetype}" /></td> <td><input type="text" size="2" name="ui[longdesc]" value="{$ui.longdesc}" /></td> </tr> </table> </td></tr> <tr class="formcolor"><td>{tr}Items can be created only during a certain time{/tr}</td><td>{tr}After:{/tr} <input type="checkbox" name="start"{if $info.start} checked="checked"{/if} /> {html_select_date prefix="start_" time=$info.start start_year="0" end_year="+10" field_order=$prefs.display_field_order} <span dir="ltr">{html_select_time prefix="start_" time=$info.start display_seconds=false}</span> {$siteTimeZone}<br />{tr}Before:{/tr} <input type="checkbox" name="end"{if $info.end} checked="checked"{/if} /> {html_select_date prefix="end_" time=$info.end start_year="0" end_year="+10" field_order=$prefs.display_field_order} <span dir="ltr">{html_select_time prefix="end_" time=$info.end display_seconds=false}</span> {$siteTimeZone} </td></tr> <tr class="formcolor"><td>{tr}Do not show empty fields in item view?{/tr}</td><td> <input type="checkbox" name="doNotShowEmptyField" {if $doNotShowEmptyField eq 'y'}checked="checked"{/if} /> </td></tr> <tr class="formcolor"> <td>{tr}Show these fields (ID comma separated) in a popup on item link when listing tracker items?{/tr}</td> <td><input type="text" name="showPopup" value="{$showPopup|escape}" /></td> </tr> {if $prefs.feature_groupalert eq 'y'} <tr class="formcolor"> <td>{tr}Group of users alerted when tracker is modified{/tr}</td> <td> <select id="groupforAlert" name="groupforAlert"> <option value=""> </option> {foreach key=k item=i from=$groupforAlertList} <option value="{$k}" {$i}>{$k}</option> {/foreach} </select> </td> </tr> <tr class="formcolor"> <td>{tr}Allows to select each user for small groups{/tr}</td> <td><input type="checkbox" name="showeachuser" {if $showeachuser eq 'y'}checked="checked"{/if} /></td> </tr> {/if} <tr class="formcolor"><td></td><td><input type="submit" name="save" value="{tr}Save{/tr}" /></td></tr> </table> </form> </div> {* --- tab with raw form --- *} <div id="content{cycle name=content assign=focustab}{$focustab}"{if $prefs.feature_tabs eq 'y'} class="tabcontent" style="display:{if $focustab eq $cookietab}block{else}none{/if};"{/if}> <h2>{tr}Import/export trackers{/tr}</h2> <form action="tiki-admin_trackers.php" method="post"> <input type="hidden" name="trackerId" value="{$trackerId|escape}" /> <input type="hidden" name="import" value="1" /> <textarea name="rawmeat" cols="62" rows="32"> {if $trackerId} [TRACKER] trackerId = {$trackerId} name = {$name} description = {$description} descriptionIsParsed = {$descriptionIsParsed} useExplicitNames = {$useExplicitNames} showStatus = {$showStatus} defaultStatus = {foreach key=st item=stdata from=$status_types}{if $defaultStatusList.$st}{$st}{/if}{/foreach} showStatusAdminOnly = {$showStatusAdminOnly} outboundEmail = {$outboundEmail|escape} simpleEmail = {$simpleEmail} newItemStatus = {$newItemStatus} modItemStatus = {$modItemStatus} writerCanModify = {$writerCanModify} writerGroupCanModify = {$writerGroupCanModify} showCreated = {$showCreated} showLastModif = {$showLastModif} defaultOrderKey = {$defaultOrderKey} defaultOrderDir = {$defaultOrderDir} useComments = {$useComments} showComments = {$showComments} useAttachments = {$useAttachments} showAttachments = {$showAttachments} attachmentsconf = {$ui.filename|default:0},{$ui.created|default:0},{$ui.hits|default:0},{$ui.comment|default:0},{$ui.filesize|default:0},{$ui.version|default:0},{$ui.filetype|default:0},{$ui.longdesc|default:0} useRatings = {$useRatings} ratingOptions = {$ratingOptions} categories = {$catsdump} {/if} </textarea><br /> <input type="submit" name="save" value="{tr}Import{/tr}" /> </form> {if $trackerId} {include file=tiki-export_tracker.tpl} <h2>{tr}Import CSV data{/tr}</h2> <form action="tiki-import_tracker.php?trackerId={$trackerId}" method="post" enctype="multipart/form-data"> <table class="normal"> <tr class="formcolor"><td>{tr}File{/tr}</td><td><input name="importfile" type="file" /></td></tr> <tr class="formcolor"><td>{tr}Date Format{/tr}</td><td> <input type="radio" name="dateFormat" value="mm/dd/yyyy" checked="checked"/>{tr}month{/tr}/{tr}day{/tr}/{tr}year{/tr}(01/31/2008)<br /> <input type="radio" name="dateFormat" value="dd/mm/yyyy" />{tr}day{/tr}/{tr}month{/tr}/{tr}year{/tr}(31/01/2008)<br /> <input type="radio" name="dateFormat" value="" />{tr}timestamp{/tr}</td></tr> <tr class="formcolor"><td>{tr}Charset encoding{/tr}</td><td><select name="encoding"><option value="UTF-8" selected="selected">{tr}UTF-8{/tr}</option><option value="ISO-8859-1">{tr}ISO-8859-1{/tr}</option></select></td></tr> <tr class="formcolor"><td> </td><td><input type="submit" name="save" value="{tr}Save{/tr}" /></td></tr> </table> </form> {/if} </div> {* --- tab with raw form --- *} <div id="content{cycle name=content assign=focustab}{$focustab}"{if $prefs.feature_tabs eq 'y'} class="tabcontent" style="display:{if $focustab eq $cookietab}block{else}none{/if};"{/if}> <h2>{tr}Duplicate Tracker{/tr}</h2> <form action="tiki-admin_trackers.php" method="post"> <table class="normal"> <tr class="formcolor"><td>{tr}Name{/tr}</td><td><input type="text" name="name" /></td></tr> <tr class="formcolor"> <td>{tr}Description{/tr}</td> <td colspan="2"> {tr}Description text is wiki-parsed:{/tr} <input type="checkbox" name="duplicateDescriptionIsParsed" {if $descriptionIsParsed eq 'y'}checked="checked"{/if} onclick="toggleBlock('duplicateTrackerDesc');" /> <div id="duplicateTrackerDesc" style="display:none;" > {include file=tiki-edit_help_tool.tpl qtnum="duplicateTrackerDesc" area_name="duplicateTrackerDescription"} {if $descriptionIsParsed eq 'y'}<script language="javascript"> <!--//--><![CDATA[//><!-- toggleBlock('duplicateTrackerDesc'); //--><!]]> </script>{/if} </div> <br /> <textarea id="duplicateTrackerDescription" name="description" rows="4" cols="40">{$description|escape}</textarea> </td> </tr> <tr class="formcolor"><td>{tr}Tracker{/tr}</td> <td> {section name=ix loop=$trackers} {if $smarty.section.ix.first } <select name="trackerId"> {/if} <option value="{$trackers[ix].trackerId}"{if $trackerId eq $trackers[ix].trackerId} selected="selected"{/if}>{$trackers[ix].name|escape}</option> {if $smarty.section.ix.last } </select> {/if} {/section} </td> </tr> <tr class="formcolor"><td>{tr}Duplicate categories{/tr}</td><td><input type="checkbox" name="dupCateg" /></td></tr> <tr class="formcolor"><td>{tr}Duplicate perms{/tr}</td><td><input type="checkbox" name="dupPerms" /></td></tr> <tr class="formcolor"><td></td><td><input type="submit" name="duplicate" value="{tr}Duplicate Tracker{/tr}" /></td></tr> </table> </form> </div> {include file=tiki-edit_help.tpl}