summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-03-20 23:22:31 +0000
committerivan <ivan>2010-03-20 23:22:31 +0000
commit382c8b58aa2dc26d653fc306b04ec716dc5670c0 (patch)
tree2813589e2e4e0d20de9d723c56113392a56bb767 /httemplate
parente26b6570a1ff89dcdd0aee757857c3b335bf90be (diff)
more RT integration / reskin / 2.1, RT#6640
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/menu.html17
-rw-r--r--httemplate/elements/popup_link_onclick.html2
-rw-r--r--httemplate/images/cvv2.pngbin7791 -> 7795 bytes
-rw-r--r--httemplate/images/cvv2_amex.pngbin9539 -> 9522 bytes
4 files changed, 17 insertions, 2 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index a4fcde6a1..998ed2fad 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -19,6 +19,21 @@
<SCRIPT TYPE="text/javascript">
+% my $fs_popup = include( '/elements/popup_link_onclick.html',
+% 'action' => $fsurl.'docs/about.html',
+% 'label' => 'Freeside',
+% 'style' => 'color:#999999',
+% 'actionlabel' => 'About',
+% 'width' => 300,
+% 'height' => 360,
+% 'color' => '#7e0079',
+% 'scrolling' => 'no',
+% );
+% $fs_popup =~ s/return false;//;
+ function about_freeside() {
+ <% $fs_popup |n %>
+ }
+
webfxMenuImagePath = "<%$fsurl%>images/";
webfxMenuUseHover = 1;
webfxMenuShowTime = 300;
@@ -504,7 +519,7 @@ tie my %help_menu, 'Tie::IxHash', 'Billing documentation' => [ $doc_link, 'Frees
$help_menu{'Ticketing documentation'} = [ 'http://wiki.bestpractical.com/', 'Request Tracker Wiki' ]
if $conf->config('ticket_system') eq 'RT_Internal';
$help_menu{'separator'} = '';
-$help_menu{"About Freeside v$FS::VERSION"} = [ 'XXXfinishme', 'doh!' ];
+$help_menu{"About Freeside v$FS::VERSION"} = [ "javascript:about_freeside()", '' ];
$help_menu{"About RT v$RT::VERSION"} = [ 'http://www.bestpractical.com/rt', 'Request Tracker Homepage' ]
if $conf->config('ticket_system') eq 'RT_Internal';
diff --git a/httemplate/elements/popup_link_onclick.html b/httemplate/elements/popup_link_onclick.html
index f539f4bbd..4c61a6c97 100644
--- a/httemplate/elements/popup_link_onclick.html
+++ b/httemplate/elements/popup_link_onclick.html
@@ -28,7 +28,7 @@ Example:
</%doc>
% if ($action) {
-<% $onclick %>\
+<% $onclick |n %>\
% }
<%init>
diff --git a/httemplate/images/cvv2.png b/httemplate/images/cvv2.png
index 48c58d561..502f27fb2 100644
--- a/httemplate/images/cvv2.png
+++ b/httemplate/images/cvv2.png
Binary files differ
diff --git a/httemplate/images/cvv2_amex.png b/httemplate/images/cvv2_amex.png
index 82d1f4715..5cf86c83c 100644
--- a/httemplate/images/cvv2_amex.png
+++ b/httemplate/images/cvv2_amex.png
Binary files differ