diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-04-13 18:35:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-04-13 18:35:24 -0700 |
commit | 2c1bad9f29492546788aa4ffa0baf8e1dc0fff58 (patch) | |
tree | d305b371c5a433dedf4e898bc11dd3edddf11daf /httemplate/view | |
parent | 18459c4369f63b7fda11a3ff7a0af067bed0c9bf (diff) |
style ticket tab
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 4 | ||||
-rw-r--r-- | httemplate/view/cust_main/tickets.html | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index fda4db0d9..9ce55b0b9 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -232,9 +232,9 @@ function areyousure(href, message) { % } % if ( $view eq 'jumbo' ) { - <BR><BR> - <A NAME="tickets"><FONT SIZE="+2"><% mt('Tickets') |h %></FONT></A><BR> + <BR> % } +<BR> % if ( $view eq 'tickets' || $view eq 'jumbo' ) { diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html index adfaead6e..194e90742 100644 --- a/httemplate/view/cust_main/tickets.html +++ b/httemplate/view/cust_main/tickets.html @@ -9,6 +9,7 @@ function updateTicketLink() { keys %new_param),'Queue=') %>" + selector.options[selector.selectedIndex].value; } </SCRIPT> +<A NAME="tickets"><FONT CLASS="fsinnerbox-title">Tickets</FONT></A> <A id="CreateTicketLink" HREF="<% $new_link %>"><% mt('Create new ticket') |h %></A> <% mt('in queue') |h %> %# fetch list of queues in which the user can create tickets @@ -28,12 +29,12 @@ function updateTicketLink() { <SCRIPT DEFER TYPE="text/javascript">updateTicketLink();</SCRIPT> % } </FORM> + | +View +<A HREF="<% $open_link %>"><% mt($openlabel) |h %></A> | +<A HREF="<% $res_link %>"><% mt('resolved') |h %></A> <BR> -(<A HREF="<% $open_link %>"><% mt("View $openlabel tickets for this customer") |h %></A>) -(<A HREF="<% $res_link %>"><% mt('View resolved tickets for this customer') |h %></A>) -<BR><BR> - <& /elements/table-grid.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; |