summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorkhoff <khoff>2005-03-29 01:41:56 +0000
committerkhoff <khoff>2005-03-29 01:41:56 +0000
commit144aa1ef3dc3e0dbc2d32edf1dde1ad88da5afe0 (patch)
tree13b8b4da528e760f5c4ae1a79680f6f68cdd3ac5 /httemplate
parentbdda4e1ae0e0247f0f641529b4779f8b61de809b (diff)
A few RT_External fixes.
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/index.html b/httemplate/index.html
index c2676025f..90a14b1d5 100644
--- a/httemplate/index.html
+++ b/httemplate/index.html
@@ -91,12 +91,17 @@
<TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0" WIDTH="100%" BGCOLOR="#eeeeee">
<TR><TH BGCOLOR="#cccccc">Support/Ticketing</TH></TR>
<TR><TD>
+ <% if ( $conf->config('ticket_system') eq 'RT_Internal' ) { %>
<BR><FONT SIZE="+1"><A HREF="rt/">Ticketing Main</A></FONT>
<BR><BR>
Reports
<UL>
<LI><A HREF="search/cust_main.cgi?browse=tickets">Customers sorted by active tickets</A>
- <!-- <LI><A HREF="">Active tickets not assigned to a customer</A> -->
+ <!-- <LI><A HREF="">Active tickets not assigned to a customer</A> -->
+ <% } else { %>
+ <BR><FONT SIZE="+1"><A HREF="<%=FS::TicketSystem->baseurl()%>">Ticketing Main</A></FONT>
+ <BR><BR>
+ <% } %>
</TD></TR>
</TABLE>