Changeset 6755
- Timestamp:
- 09/16/08 12:53:50 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module
r6747 r6755 142 142 // build controls 143 143 if ($CALLMONITOR_ALLOW_DELETE) { 144 if (count($recordings) > 0) { 145 $controls .= "<button "; 146 } 147 else { 148 $controls .= "<button disabled='disabled' "; 149 } 144 150 $controls .= " 145 <buttonclass='infobar' type='submit' onclick=\"document.callmonitor_form.a.value='delete'\">151 class='infobar' type='submit' onclick=\"document.callmonitor_form.a.value='delete'\"> 146 152 " . _("delete") . " 147 153 </button>
