Changeset 3159

Show
Ignore:
Timestamp:
11/22/06 12:50:08 (7 years ago)
Author:
p_lindheimer
Message:

change order of pulldown for adding extensions/device to be sip, iax, zap, custom

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php

    r3120 r3159  
    24632463     
    24642464    // Devices list 
     2465    $currentcomponent->addoptlistitem('devicelist', 'sip_generic', 'Generic SIP Device'); 
     2466    $currentcomponent->addoptlistitem('devicelist', 'iax2_generic', 'Generic IAX2 Device'); 
     2467    $currentcomponent->addoptlistitem('devicelist', 'zap_generic', 'Generic ZAP Device'); 
    24652468    $currentcomponent->addoptlistitem('devicelist', 'custom_custom', 'Other (Custom) Device'); 
    2466     $currentcomponent->addoptlistitem('devicelist', 'zap_generic', 'Generic ZAP Device'); 
    2467     $currentcomponent->addoptlistitem('devicelist', 'iax2_generic', 'Generic IAX2 Device'); 
    2468     $currentcomponent->addoptlistitem('devicelist', 'sip_generic', 'Generic SIP Device'); 
     2469    $currentcomponent->setoptlistopts('devicelist', 'sort', false); 
     2470 
    24692471 
    24702472    // Option lists used by the gui