HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/dowork.biz/public_html/compile/%%B0^B0E^B0E23FBF%%changes.tpl.php
<?php /* Smarty version 2.6.16, created on 2020-08-10 14:48:45
         compiled from /home/httpd/html/dowork.biz/public_html/activecollab/application/modules/tickets/views/tickets/changes.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('block', 'title', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/tickets/views/tickets/changes.tpl', 1, false),array('block', 'add_bread_crumb', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/tickets/views/tickets/changes.tpl', 2, false),array('block', 'lang', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/tickets/views/tickets/changes.tpl', 20, false),array('function', 'action_on_by', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/tickets/views/tickets/changes.tpl', 11, false),)), $this); ?>
<?php $this->_tag_stack[] = array('title', array()); $_block_repeat=true;smarty_block_title($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?>Changes<?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_title($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); }  array_pop($this->_tag_stack);  $this->_tag_stack[] = array('add_bread_crumb', array()); $_block_repeat=true;smarty_block_add_bread_crumb($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?>Changes<?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_add_bread_crumb($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); }  array_pop($this->_tag_stack); ?>

<?php if (! $this->_tpl_vars['request']->isAsyncCall()): ?>
<div id="ticket_changes">
<?php endif; ?>

<?php if (is_foreachable ( $this->_tpl_vars['changes'] )):  $_from = $this->_tpl_vars['changes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['ticketchanges'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['ticketchanges']['total'] > 0):
    foreach ($_from as $this->_tpl_vars['change']):
        $this->_foreach['ticketchanges']['iteration']++;
?>
  <div class="ticket_change">
    <h3><?php echo smarty_function_action_on_by(array('user' => $this->_tpl_vars['change']->getCreatedBy(),'datetime' => $this->_tpl_vars['change']->getCreatedOn(),'action' => 'Updated'), $this);?>
</h3>
    <ul>
    <?php $_from = $this->_tpl_vars['change']->getVerboseChanges(); if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['_fieldchange']):
?>
      <li><?php echo $this->_tpl_vars['_fieldchange']; ?>
</li>
    <?php endforeach; endif; unset($_from); ?>
    </ul>
  </div>
<?php endforeach; endif; unset($_from);  else: ?>
  <p class="empty_page"><?php $this->_tag_stack[] = array('lang', array()); $_block_repeat=true;smarty_block_lang($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?>This ticket has not been changed<?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_lang($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); }  array_pop($this->_tag_stack); ?>.</p>
<?php endif; ?>

<?php if (! $this->_tpl_vars['request']->isAsyncCall()): ?>
</div>
<?php endif; ?>