From 70569273833d91085c6c562865a78a08ddde49a1 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 8 Jul 2009 11:12:46 +0000 Subject: borg RT menus, RT#1169 --- httemplate/elements/about_freeside.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 httemplate/elements/about_freeside.html (limited to 'httemplate/elements/about_freeside.html') diff --git a/httemplate/elements/about_freeside.html b/httemplate/elements/about_freeside.html new file mode 100644 index 000000000..8084583da --- /dev/null +++ b/httemplate/elements/about_freeside.html @@ -0,0 +1,19 @@ + + <% include('/elements/popup_link.html', + 'action' => $fsurl.'docs/about.html', + 'label' => 'Freeside', + 'style' => 'color:#999999', + 'actionlabel' => 'About', + 'width' => 300, + 'height' => 360, + 'color' => '#7e0079', + 'scrolling' => 'no', + ) |n + %> v<% $FS::VERSION %>
+ " TARGET="_blank" STYLE="color:#999999">Documentation +
+<%init> + +my $conf = new FS::Conf; + + -- cgit v1.2.1