diff options
author | ivan <ivan> | 2004-12-02 09:59:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-12-02 09:59:48 +0000 |
commit | 0d1d2630e726ab4ce32bab9c3e4a889eee43fcb4 (patch) | |
tree | 34d6d7d9dc3ed2ab2bd5fafb585330fc20355b53 /httemplate/index.html | |
parent | b81d94452ba28c79036ab417bd32df54a583f324 (diff) |
second big RT integration checkin, customer linking/delinking interface
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index 6283c2217..360cc55e9 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -13,7 +13,7 @@ <IMG BORDER=0 ALT="freeside" SRC="images/small-logo.png"> </td> <td align=left rowspan=2> <!-- valign="top" --> - <font size=7>Billing</font> + <font size=6><%= $conf->config('company_name') %> Billing</font> </td> <td align=right valign=top>Logged in as <b><%= getotaker %></b> </td> @@ -25,8 +25,7 @@ <tr> <td align=right> <FONT SIZE="-2"> - Freeside <%= $FS::VERSION %><BR> - <A HREF="http://www.sisd.com/freeside">Freeside home page</A><BR> + <A HREF="http://www.sisd.com/freeside">Freeside</A> v<%= $FS::VERSION %><BR> <A HREF="docs/">Documentation</A><BR> </FONT> </td> @@ -35,8 +34,7 @@ <td bgcolor=#000000></td> <td align=left> <FONT SIZE="-2"> - RT <%= $RT::VERSION %><BR> - <A HREF="http://www.bestpractical.com/rt">RT home page</A><BR> + <A HREF="http://www.bestpractical.com/rt">RT<A> v<%= $RT::VERSION %><BR> <A HREF="http://wiki.bestpractical.com/">Documentation</A><BR> </FONT> </td> @@ -93,6 +91,10 @@ <TR><TD> <BR><FONT SIZE="+1"><A HREF="rt/">Ticketing Main</A></FONT> <BR> + <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> </TD></TR> </TABLE> |