summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/order_pkg_link.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/order_pkg_link.html')
-rw-r--r--httemplate/view/cust_main/order_pkg_link.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/order_pkg_link.html b/httemplate/view/cust_main/order_pkg_link.html
new file mode 100644
index 0000000..30c86a7
--- /dev/null
+++ b/httemplate/view/cust_main/order_pkg_link.html
@@ -0,0 +1,16 @@
+<% include( '/elements/popup_link-cust_main.html',
+ 'action' => $p. 'misc/order_pkg.html',
+ 'label' => 'Order&nbsp;new&nbsp;package',
+ 'actionlabel' => 'Order new package',
+ 'color' => '#333399',
+ 'cust_main' => $cust_main,
+ 'closetext' => 'Close',
+ 'width' => 763,
+ 'height' => 538,
+ )
+%>
+<%init>
+
+my($cust_main) = @_;
+
+</%init>