X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Finventory_item-import.html;h=37898739ad8d46a34f7777eb8193a1a2623650bc;hp=c7edac6093a5a1f3fa590bb52e1ba218fea9bd2f;hb=75e11f1d1a5ced24496b5732e290f7762403feb8;hpb=3f596ab410502f4c1f7074ad732631bd73d5de79 diff --git a/httemplate/misc/inventory_item-import.html b/httemplate/misc/inventory_item-import.html index c7edac609..37898739a 100644 --- a/httemplate/misc/inventory_item-import.html +++ b/httemplate/misc/inventory_item-import.html @@ -3,18 +3,18 @@ Import a file containing <% PL($inventory_class->classname) %>, one per line.

-<% include( '/elements/form-file_upload.html', - 'name' => 'InventoryItemImportForm', - 'action' => 'process/inventory_item-import.html', - 'num_files' => 1, - #'fields' => [ 'format', 'itembatch', 'classnum', ], - 'fields' => [ 'format', 'classnum', ], - 'message' => 'Inventory import successful', - #XXX redirect via $itembatch? or just back to class browse? - #'url' => $p."search/phone_avail.html?availbatch=$availbatch", - 'url' => $p."search/inventory_item.html?classnum=$classnum;avail=1", - ) -%> +<& /elements/form-file_upload.html, + 'name' => 'InventoryImportForm', + 'action' => 'process/inventory_item-import.html', + 'num_files' => 1, + #'fields' => [ 'format', 'itembatch', 'classnum', 'agentnum' ], + 'fields' => [ 'format', 'classnum', 'agentnum', ], + 'message' => 'Inventory import successful', + #XXX redirect via $itembatch? or just back to class browse? + #'url' => $p."search/phone_avail.html?availbatch=$availbatch", + 'url' => $p."search/inventory_item.html?classnum=$classnum;avail=1", + 'onsubmit' => "document.InventoryImportForm.submitButton.disabled=true;", +&> <% &ntable("#cccccc", 2) %> @@ -24,6 +24,11 @@ Import a file containing <% PL($inventory_class->classname) %>, one per line. %# + <% include('/elements/tr-select-agent.html', + 'viewall_right' => 'None', + ) + %> + <% include( '/elements/file-upload.html', 'field' => 'file', 'label' => 'Filename', @@ -32,10 +37,10 @@ Import a file containing <% PL($inventory_class->classname) %>, one per line. -