Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / misc / change_pkg.cgi
index 01b283d..03e336c 100755 (executable)
 
 <& /elements/standardize_locations.html,
             'form'       => "OrderPkgForm",
-            'onlyship'   => 1,
-            'no_company' => 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' %>
 >