diff options
| author | khoff <khoff> | 2005-03-29 01:41:56 +0000 | 
|---|---|---|
| committer | khoff <khoff> | 2005-03-29 01:41:56 +0000 | 
| commit | 144aa1ef3dc3e0dbc2d32edf1dde1ad88da5afe0 (patch) | |
| tree | 13b8b4da528e760f5c4ae1a79680f6f68cdd3ac5 /httemplate/index.html | |
| parent | bdda4e1ae0e0247f0f641529b4779f8b61de809b (diff) | |
A few RT_External fixes.
Diffstat (limited to 'httemplate/index.html')
| -rw-r--r-- | httemplate/index.html | 7 | 
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>  | 
