Show
Ignore:
Timestamp:
10/10/07 01:02:28 (6 years ago)
Author:
p_lindheimer
Message:

#2426 remove non-functioning download link

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/recordings/module.xml

    r5079 r5109  
    22  <rawname>recordings</rawname> 
    33  <name>Recordings</name> 
    4   <version>3.3.5.3</version> 
     4  <version>3.3.5.4</version> 
    55  <candisable>no</candisable> 
    66  <canuninstall>no</canuninstall> 
     
    99  <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 
    1010  <changelog> 
     11    *3.3.5.4* #2426 remove non-functioning download link 
    1112    *3.3.5.3* #2409 syntax error in audio.php could cause playback problems 
    1213    *3.3.5.2* #2016 allow amportal.conf AMPLAYKEY override hardcoded crypt key 
  • modules/branches/2.4/recordings/popup.php

    r4898 r5109  
    3232    echo("<br>"); 
    3333    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>"); 
    3535  } 
    3636?>