Ejemplo n.º 1
0
									</p>
									<p>
										<a class="ticket-content" title="<?php 
        echo $this->escape($row->content('parsed'));
        ?>
" href="<?php 
        echo Route::url($row->link() . '&show=' . $this->filters['show'] . '&search=' . $this->filters['search'] . '&limit=' . $this->filters['limit'] . '&limitstart=' . $this->filters['start']);
        ?>
">
											<?php 
        echo $row->content('clean') ? $row->content('clean', 200) : Lang::txt('COM_SUPPORT_NO_CONTENT_FOUND');
        ?>
										</a>
									</p>
									<?php 
        if ($tags || $row->isOwned() || $row->get('group')) {
            ?>
										<p class="ticket-details">
										<?php 
            if ($this->acl->check('update', 'tickets') && $tags) {
                ?>
											<span class="ticket-tags">
												<?php 
                echo $tags;
                ?>
											</span>
										<?php 
            }
            ?>
										<?php 
            if ($row->get('group')) {
Ejemplo n.º 2
0
        ?>
</time>
									</span>
								</p>
								<p>
									<a class="ticket-content" href="<?php 
        echo Route::url('index.php?option=' . $this->option . '&controller=' . $this->controller . '&task=edit&id=' . $row->get('id'));
        ?>
">
										<?php 
        echo $this->escape($row->get('summary', Lang::txt('COM_SUPPORT_TICKET_NO_CONTENT')));
        ?>
									</a>
								</p>
								<?php 
        if ($tags || $row->isOwned()) {
            ?>
									<p class="ticket-details">
										<?php 
            if ($tags) {
                ?>
											<span class="ticket-tags">
												<?php 
                echo $tags;
                ?>
											</span>
										<?php 
            }
            ?>
										<?php 
            if ($row->get('group')) {