Task Template > Manage

Create Template
$template) { $count++; if($count %2==0) { $clas = "row_col"; } else { $clas = "row_col_alt"; } ?> style="background-color:#C8C8C8;">
Title Created Date Action
Format->formatText($template['case_templates']['name']);?> Tmzone->GetDateTime(SES_TIMEZONE,TZ_GMT,TZ_DST,TZ_CODE,$template['case_templates']['created'],"datetime"); $gmdate = $this->Tmzone->GetDateTime(SES_TIMEZONE,TZ_GMT,TZ_DST,TZ_CODE,GMT_DATE,"date"); echo $dateTime = $this->Datetime->dateFormatOutputdateTime_day($locDT,$gmdate,'date'); ?>
+ New Template
- of - of
< Prev "; } else { echo "< Prev"; } $numofpages = $total_records / $page_limit; for($i = 1; $i <= $numofpages; $i++) { if($i == $page) { echo (" ".$i." "); } else { echo " $i "; } } if(($total_records % $page_limit) != 0) { if($i == $page) { echo (" ".$i.""); } else { echo " $i "; } } if(($total_records - ($page_limit * $page)) > 0) { $pagenext = $page+1; echo " Next >"; } else { echo " Next >"; } } ?>