Changeset 6978
- Timestamp:
- 10/13/08 23:17:56 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/ari_changes/amp_conf/htdocs/recordings/includes/main.conf.php
r6977 r6978 79 79 80 80 # 81 # Authentication password to unlock cookie password and voicemail links81 # Authentication password to unlock cookie password 82 82 # This must be all continuous and only letters and numbers 83 83 # Change this password to prevent unauthorized access to cookie contents freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/voicemail.module
r6977 r6978 432 432 $_SESSION['ari_error'] = _("Voicemail recording(s) was not found.") . "<br>" . 433 433 sprintf(_("On settings page, change voicemail audio format. It is currently set to %s"),$voicemail_audio_format); 434 $recordingLink = "<a href='#' onClick=\"javascript:popUp('misc/recording_popup.php?recindex=$i&date=" . $date . "&time=" . $time . "'); return false;\">435 " . _("play") . "436 </a>";437 434 } 438 435
