summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorivan <ivan>2011-01-18 02:46:36 +0000
committerivan <ivan>2011-01-18 02:46:36 +0000
commit8c5326a6dfb96630aad04c9abd7a5895f03b09e1 (patch)
treebae66d08d7ad155ff2df2094edfb4873dc46e54a /httemplate/misc
parent12585f80aac73d6c5f2ee792f904affdb2cb6829 (diff)
better export labeling for DID import, RT#11219
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/phone_avail-import.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/phone_avail-import.html b/httemplate/misc/phone_avail-import.html
index de280d0f9..c664c0726 100644
--- a/httemplate/misc/phone_avail-import.html
+++ b/httemplate/misc/phone_avail-import.html
@@ -21,7 +21,8 @@ Import a file containing phone numbers (DIDs).
<% include( '/elements/tr-select-table.html',
'table' => 'part_export',
- 'name_col' => 'machine',
+ 'name_col' => 'label',
+ 'order_by' => 'ORDER BY exportname, machine',
'label' => 'Export',
'empty_label' => 'Select export',
'hashref' => { 'exporttype' => 'internal_diddb', },