Show
Ignore:
Timestamp:
03/20/11 12:36:59 (2 years ago)
Author:
mickecarlsson
Message:

Close 4994, fixes tooltip

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/ivr/page.ivr.php

    r11583 r11868  
    428428  } 
    429429  ?> 
    430     <img src="images/trash.png" style="cursor:pointer" title="<?php echo _('Delete this entry. Dont forget to click \"Save\" to save changes!');?>" onclick="delEntry(<?php echo $count;?>)"> 
     430    <img src="images/trash.png" style="cursor:pointer" title="<?php echo _('Delete this entry. Dont forget to click Save to save changes!');?>" onclick="delEntry(<?php echo $count;?>)"> 
    431431  </td> 
    432432  </tr>