diff options
author | ivan <ivan> | 2009-07-08 11:12:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-08 11:12:46 +0000 |
commit | 70569273833d91085c6c562865a78a08ddde49a1 (patch) | |
tree | ef853bbd0cf52b644d124df7286582d8a2bda3d9 /httemplate/elements/about_rt.html | |
parent | 0cc20c3d66e50d640422c2d587d97ddf7768493b (diff) |
borg RT menus, RT#1169
Diffstat (limited to 'httemplate/elements/about_rt.html')
-rw-r--r-- | httemplate/elements/about_rt.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/httemplate/elements/about_rt.html b/httemplate/elements/about_rt.html new file mode 100644 index 000000000..e3ee140c9 --- /dev/null +++ b/httemplate/elements/about_rt.html @@ -0,0 +1,13 @@ +% if ( $conf->config('ticket_system') eq 'RT_Internal' ) { +% eval "use RT;"; + +<FONT SIZE="-2" STYLE="color:#999999"> + <A HREF="http://www.bestpractical.com/rt" TARGET="_blank" STYLE="color:#999999">RT<A> v<% $RT::VERSION %><BR> + <A HREF="http://wiki.bestpractical.com/" TARGET="_blank" STYLE="color:#999999">Documentation</A> +</FONT> +% } +<%init> + +my $conf = new FS::Conf; + +</%init> |