Skip to content
Snippets Groups Projects
Commit fa61a269 authored by Nathan Febuary's avatar Nathan Febuary Committed by Peter Rotich
Browse files

Add location for ticket response

Adds an additional location for the ticket response above the ticket
thread for a reverse order view of the ticket thread. Additionally the
reply/internal note button would be selected and the page would auto
scroll to the bottom.
parent 6fa0e833
Branches
Tags
No related merge requests found
...@@ -473,6 +473,12 @@ $tcount = $ticket->getThreadEntries($types)->count(); ...@@ -473,6 +473,12 @@ $tcount = $ticket->getThreadEntries($types)->count();
<div id="ticket_tabs_container"> <div id="ticket_tabs_container">
<div id="ticket_thread" class="tab_content"> <div id="ticket_thread" class="tab_content">
<div class="ticket-response pull-right">
<a class="action-button muted" data-toggle="tooltip" title="Post Reply"><i class="icon-mail-reply"></i></a>
<a class="action-button muted" data-toggle="tooltip" title="Internal Note"><i class="icon-file-text"></i></a>
</div>
<div class="clear"></div>
<?php <?php
// Render ticket thread // Render ticket thread
$ticket->getThread()->render( $ticket->getThread()->render(
......
...@@ -904,6 +904,12 @@ h2 .reload { ...@@ -904,6 +904,12 @@ h2 .reload {
border-bottom:none; border-bottom:none;
margin:0; margin:0;
} }
/***** top page ticket response buttons *****/
.ticket-response {
color:#555;
padding-bottom:6px;
}
.thread-entry { .thread-entry {
margin-bottom: 15px; margin-bottom: 15px;
z-index: 0; z-index: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment