Beispiel #1
0
              </a>
            </li>
            <li class="pull-left">
              <a href="#" class="btn btn-mini comment-deleter" rel="tooltip" title="delete" data-delete-uri="<?php 
            echo url_for('@comments-delete?id=' . $ticket->getId() . '&comment=' . $comment->getId());
            ?>
">
                <i class="icon-remove"></i>
              </a>
            </li>
          </ul>
        <?php 
        }
        ?>
        <?php 
        echo Helpdesk::replaceTicketMentionsWithLinks(Helpdesk::replaceTicketRepeaterMentionsWithLinks(simple_format_text($comment->getText())));
        ?>

        <?php 
        if ($attachment = $comment->getAttachment()) {
            ?>
<p>
          <a href="/uploads/comment-attachments/<?php 
            echo $attachment;
            ?>
" target="_blank" class="btn btn-link">
            <span class="icon icon-download"></span>
            <?php 
            echo $attachment;
            ?>
          </a>