alternate address standardization method (TeleAtlas), #13763
[freeside.git] / httemplate / misc / change_pkg.cgi
index cf3ed50..7b08f7b 100755 (executable)
@@ -1,4 +1,4 @@
-<& /elements/header-popup.html, emt("Change Package") &>
+<& /elements/header-popup.html, mt("Change Package") &>
 
 <SCRIPT TYPE="text/javascript" SRC="../elements/order_pkg.js"></SCRIPT>
 
             'form'       => "OrderPkgForm",
             'onlyship'   => 1,
             'no_company' => 1,
+            'no_census'  => 1,
             'callback'   => 'document.OrderPkgForm.submit();',
 &>
 
 <BR>
 <INPUT NAME    = "submitButton"
        TYPE    = "button"
-       VALUE   = "Change package"
+       VALUE   = "<% mt("Change package") |h %>"
        onClick = "this.disabled=true; standardize_new_location();"
        <% scalar($cgi->param('pkgpart')) ? '' : 'DISABLED' %>
 >