summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-04-02 04:20:21 +0000
committerivan <ivan>2008-04-02 04:20:21 +0000
commit9ffa03362b5edfb0df1b29ba3bca2553e0fe6692 (patch)
treed89e4e98e579d7812ffe4a867fe68cbd920f86dd
parent81f5993dd3c01720f86c92c2798ab2b96abe05ec (diff)
new header about: box
-rw-r--r--httemplate/elements/header.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 85207082e..00183c332 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -13,6 +13,8 @@
)
%>
+ <% include('init_overlib.html') %>
+
<SCRIPT TYPE="text/javascript">
function clearhint_search_cust (what) {
if ( what.value == '(cust #, name, company or phone)' )
@@ -60,8 +62,17 @@
<tr>
<td align=right BGCOLOR="#ffffff">
<FONT SIZE="-2">
- <A HREF="http://www.sisd.com/freeside">Freeside</A>&nbsp;v<% $FS::VERSION %><BR>
- <A HREF="<% $conf->config('support-key') ? "http://www.sisd.com/mediawiki/index.php/Supported:Documentation" : "http://www.sisd.com/mediawiki/index.php/Freeside:1.7:Documentation" %>">Documentation</A><BR>
+ <% include('/elements/popup_link.html',
+ 'action' => $fsurl.'docs/about.html',
+ 'label' => 'Freeside',
+ 'actionlabel' => 'About',
+ 'width' => 300
+ 'height' => 360,
+ 'color' => '#7e0079',
+ 'scrolling' => 'no',
+ )
+ %>&nbsp;v<% $FS::VERSION %><BR>
+ <A HREF="<% $conf->config('support-key') ? "http://www.freeside.biz/mediawiki/index.php/Supported:Documentation" : "http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation" %>" TARGET="_blank">Documentation</A><BR>
</FONT>
</td>
% if ( $conf->config('ticket_system') eq 'RT_Internal' ) {
@@ -70,8 +81,8 @@
<td bgcolor=#000000></td>
<td align=left>
<FONT SIZE="-2">
- <A HREF="http://www.bestpractical.com/rt">RT<A>&nbsp;v<% $RT::VERSION %><BR>
- <A HREF="http://wiki.bestpractical.com/">Documentation</A><BR>
+ <A HREF="http://www.bestpractical.com/rt" TARGET="_blank">RT<A>&nbsp;v<% $RT::VERSION %><BR>
+ <A HREF="http://wiki.bestpractical.com/" TARGET="_blank">Documentation</A><BR>
</FONT>
</td>
% }