remove echeck-no_routing, never should have been there in the first place
[freeside.git] / httemplate / view / cust_main / order_pkg_link.html
index ba731ae..2939843 100644 (file)
@@ -1,15 +1,14 @@
-<% include( '/elements/popup_link-cust_main.html',
-              'action'      => $p. 'misc/order_pkg.html',
-              'label'       => $opt{'label'} || 'Order&nbsp;new&nbsp;package',
-              'actionlabel' => 'Order new package',
-              'color'       => '#333399',
-              'cust_main'   => $cust_main,
-              'closetext'   => 'Close',
-              'width'       => 763,
-              'height'      => $height,
-             %optional,
-          )
-%>
+<& /elements/popup_link-cust_main.html,
+          'action'      => $p. 'misc/order_pkg.html',
+          'label'       => $opt{'label'} || emt('Order new package'),
+          'actionlabel' => emt('Order new package'),
+          'color'       => '#333399',
+          'cust_main'   => $cust_main,
+          'closetext'   => emt('Close'),
+          'width'       => 763,
+          'height'      => $height,
+          %optional,
+&>
 <%init>
 
 my($cust_main, %opt) = @_;