Changeset 5112
- Timestamp:
- 10/10/07 01:10:43 (6 years ago)
- Files:
-
- modules/branches/2.3 (modified) (1 prop)
- modules/branches/2.3/recordings/module.xml (modified) (2 diffs)
- modules/branches/2.3/recordings/popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3
- Property svnmerge-integrated changed from /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860,3866,3875,3877,3887,3899,3911,3913,3943,3982-3983,3990,3998,4007,4022-4023,4089,4092,4098,4265,4285 /modules/branches/2.4:1-5079,5090,5093,5097,5103 to /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860,3866,3875,3877,3887,3899,3911,3913,3943,3982-3983,3990,3998,4007,4022-4023,4089,4092,4098,4265,4285 /modules/branches/2.4:1-5079,5090,5093,5097,5103,5109
modules/branches/2.3/recordings/module.xml
r5079 r5112 2 2 <rawname>recordings</rawname> 3 3 <name>Recordings</name> 4 <version>3.3.5. 3</version>4 <version>3.3.5.4</version> 5 5 <candisable>no</candisable> 6 6 <canuninstall>no</canuninstall> … … 9 9 <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 10 10 <changelog> 11 *3.3.5.4* #2426 remove non-functioning download link 11 12 *3.3.5.3* #2409 syntax error in audio.php could cause playback problems 12 13 *3.3.5.2* #2016 allow amportal.conf AMPLAYKEY override hardcoded crypt key modules/branches/2.3/recordings/popup.php
r4898 r5112 32 32 echo("<br>"); 33 33 echo("<embed src='audio.php?cryptpass=$REC_CRYPT_PASSWORD&recording=$file' width=300, height=20 autoplay=true loop=false></embed><br>"); 34 echo("<br>< a class='popup_download' href=".dirname(__FILE__)."/audio.php?cryptpass=$REC_CRYPT_PASSWORD&recording=$ufile>" . _("download: $ufile") . "</a><br>");34 echo("<br><h1 class='popup_download'>playing: $file</h1><br>"); 35 35 } 36 36 ?>
