Changeset 7305

Show
Ignore:
Timestamp:
12/01/08 08:55:37 (4 years ago)
Author:
sasargen
Message:

closes #3383, changing sort with recording header maintains current folder, no longer returns to the INBOX

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module

    r6980 r7305  
    207207 
    208208      $unicode_q = urlencode($q); 
    209       $recording_header .= "<th><a href=" .  $_SESSION['ARI_ROOT'] . "?m=" . $m . "&f=" . $f . "&q=" . $unicode_q . "&order=" . $field . "&sort=" . $currentSort . ">" . $text . $arrowImg . "</a></th>"; 
     209      $recording_header .= "<th><a href=" .  $_SESSION['ARI_ROOT'] . "?m=" . $m . "&f=" . $f . "&q=" . $unicode_q . "&folder=" . $folder . "&order=" . $field . "&sort=" . $currentSort . ">" . $text . $arrowImg . "</a></th>"; 
    210210 
    211211      $i++; 
  • freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module

    r7304 r7305  
    526526 
    527527      $unicode_q = urlencode($q); 
    528       $recording_header .= "<th><a href=" .  $_SESSION['ARI_ROOT'] . "?m=" . $m . "&f=" . $f . "&q=" . $unicode_q . "&order=" . $field . "&sort=" . $currentSort . ">" . $text . $arrowImg . "</a></th>"; 
     528      $recording_header .= "<th><a href=" .  $_SESSION['ARI_ROOT'] . "?m=" . $m . "&f=" . $f . "&q=" . $unicode_q . "&folder=" . $folder . "&order=" . $field . "&sort=" . $currentSort . ">" . $text . $arrowImg . "</a></th>"; 
    529529 
    530530      $i++;