Changeset 12291
- Timestamp:
- 06/29/11 09:13:06 (2 years ago)
- Files:
-
- modules/branches/2.10/ivr/functions.inc.php (modified) (1 diff)
- modules/branches/2.10/ivr/views/entries.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/ivr/functions.inc.php
r12286 r12291 6 6 function ivr_destinations() { 7 7 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 }13 8 14 9 //get the list of IVR's modules/branches/2.10/ivr/views/entries.php
r12272 r12291 62 62 $ret = ''; 63 63 $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') 65 65 . '" id="add_entrie">'; 66 66
