internationalization/localization, RT12515
[freeside.git] / httemplate / view / cust_main / order_pkg_link.html
index e6abbd1..2939843 100644 (file)
@@ -1,13 +1,13 @@
 <& /elements/popup_link-cust_main.html,
-              'action'      => $p. 'misc/order_pkg.html',
-              'label'       => $opt{'label'} || mt('Order new package'),
-              'actionlabel' => mt('Order new package'),
-              'color'       => '#333399',
-              'cust_main'   => $cust_main,
-              'closetext'   => mt('Close'),
-              'width'       => 763,
-              'height'      => $height,
-             %optional,
+          '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>