File: /home/httpd/html/dowork.biz/public_html/compile/%%A8^A8F^A8FB696D%%_task_completed_row.tpl.php
<?php /* Smarty version 2.6.16, created on 2022-11-16 01:26:32
compiled from /home/httpd/html/dowork.biz/public_html/activecollab/application/modules/resources/views/tasks/_task_completed_row.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('block', 'link', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/resources/views/tasks/_task_completed_row.tpl', 6, false),array('function', 'image_url', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/resources/views/tasks/_task_completed_row.tpl', 6, false),array('function', 'object_time', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/resources/views/tasks/_task_completed_row.tpl', 14, false),array('function', 'action_on_by', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/resources/views/tasks/_task_completed_row.tpl', 23, false),array('modifier', 'clean', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/resources/views/tasks/_task_completed_row.tpl', 22, false),array('modifier', 'clickable', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/resources/views/tasks/_task_completed_row.tpl', 22, false),)), $this); ?>
<li class="" id="task<?php echo $this->_tpl_vars['_object_task']->getId(); ?>
">
<span class="task">
<span class="left_options">
<span class="option checkbox">
<?php if ($this->_tpl_vars['_object_task']->canChangeCompleteStatus($this->_tpl_vars['logged_user'])): ?>
<?php $this->_tag_stack[] = array('link', array('href' => $this->_tpl_vars['_object_task']->getOpenUrl(true),'class' => 'open_task')); $_block_repeat=true;smarty_block_link($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?><img src='<?php echo smarty_function_image_url(array('name' => "icons/checked.gif"), $this);?>
' alt='' /><?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_link($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); } array_pop($this->_tag_stack); ?>
<?php else: ?>
<img src="<?php echo smarty_function_image_url(array('name' => "icons/checked.gif"), $this);?>
" alt="toggle" />
<?php endif; ?>
</span>
</span>
<span class="right_options">
<?php if (module_loaded ( 'timetracking' ) && $this->_tpl_vars['logged_user']->getProjectPermission('timerecord',$this->_tpl_vars['_object_task']->getProject())): ?>
<span class="option"><?php echo smarty_function_object_time(array('object' => $this->_tpl_vars['_object_task'],'show_time' => false), $this);?>
</span>
<?php endif; ?>
<?php if ($this->_tpl_vars['_object_task']->canDelete($this->_tpl_vars['logged_user'])): ?>
<span class="option"><?php $this->_tag_stack[] = array('link', array('href' => $this->_tpl_vars['_object_task']->getTrashUrl(),'title' => 'Move to Trash','class' => 'remove_task')); $_block_repeat=true;smarty_block_link($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?><img src='<?php echo smarty_function_image_url(array('name' => "gray-delete.gif"), $this);?>
' alt='' /><?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_link($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); } array_pop($this->_tag_stack); ?></span>
<?php endif; ?>
</span>
<span class="main_data">
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['_object_task']->getBody())) ? $this->_run_mod_handler('clean', true, $_tmp) : smarty_modifier_clean($_tmp)))) ? $this->_run_mod_handler('clickable', true, $_tmp) : smarty_modifier_clickable($_tmp)); ?>
(<span class="details"><?php echo smarty_function_action_on_by(array('action' => 'Completed','user' => $this->_tpl_vars['_object_task']->getCompletedBy(),'datetime' => $this->_tpl_vars['_object_task']->getCompletedOn()), $this);?>
</span>)
</span>
</span>
</li>