freeside/httemplate index.html,1.85,1.86

Kristian Hoffmann khoff at pouncequick.420.am
Mon Mar 28 17:41:58 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate
In directory pouncequick:/tmp/cvs-serv6152

Modified Files:
	index.html 
Log Message:
A few RT_External fixes.


Index: index.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/index.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- index.html	12 Mar 2005 14:31:48 -0000	1.85
+++ index.html	29 Mar 2005 01:41:56 -0000	1.86
@@ -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>
 




More information about the freeside-commits mailing list