Changeset 12291

Show
Ignore:
Timestamp:
06/29/11 09:13:06 (2 years ago)
Author:
mbrevda
Message:

re #5170 - migration tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/ivr/functions.inc.php

    r12286 r12291  
    66function ivr_destinations() { 
    77  global $module_page; 
    8  
    9   // it makes no sense to point at another ivr (and it can be lead to an infinite loop) 
    10   if ($module_page == 'ivr' || isset($_REQUEST['display']) && $_REQUEST['display'] == 'ivr') { 
    11     return false; 
    12   } 
    138   
    149  //get the list of IVR's 
  • modules/branches/2.10/ivr/views/entries.php

    r12272 r12291  
    6262$ret = ''; 
    6363$ret .= $table->generate(); 
    64 $ret .= '<img src="modules/ivr/assets/images/add.png" style="cursor:pointer" title="' . _('Add Entrie')  
     64$ret .= '<img class="IVREntries" src="modules/ivr/assets/images/add.png" style="cursor:pointer" title="' . _('Add Entrie')  
    6565    . '" id="add_entrie">'; 
    6666