Changeset 8098
- Timestamp:
- 08/23/09 16:43:53 (4 years ago)
- Files:
-
- modules/branches/2.6/recordings/module.xml (modified) (2 diffs)
- modules/branches/2.6/recordings/page.recordings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/recordings/module.xml
r7950 r8098 2 2 <rawname>recordings</rawname> 3 3 <name>Recordings</name> 4 <version>3.3.9. 1</version>4 <version>3.3.9.2</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 12 12 <changelog> 13 *3.3.9.2* #3779 13 14 *3.3.9.1* localizations, misc 14 15 *3.3.9.0* #3059, #3604 modules/branches/2.6/recordings/page.recordings.php
r8087 r8098 569 569 $html_txt .= "<td></td>\n"; 570 570 } else { 571 $html_txt .= "< img border='0' width='3' height='11' style='float: none; margin-left: 0px; margin-bottom: 0px;' src='images/blank.gif' />";572 $html_txt .= "< td><input $hidden_state name='up$count' id='up$count' width=10 height=20 border=5 title='"._("Move Up")."' type='image' src='images/scrollup.gif' value='"._("Move Up")."'>";571 $html_txt .= "<td><img border='0' width='3' height='11' style='float: none; margin-left: 0px; margin-bottom: 0px;' src='images/blank.gif' />"; 572 $html_txt .= "<input $hidden_state name='up$count' id='up$count' width=10 height=20 border=5 title='"._("Move Up")."' type='image' src='images/scrollup.gif' value='"._("Move Up")."'>"; 573 573 $html_txt .= "</td>\n"; 574 574 } if ($count > $max) { 575 575 $html_txt .= "<td></td>\n"; 576 576 } else { 577 $html_txt .= "< img border='0' width='3' height='11' style='float: none; margin-left: 0px; margin-bottom: 0px;' src='images/blank.gif' />";578 $html_txt .= "< td><input $hidden_state name='down$count' id='down$count' width=10 height=20 border=0 title='"._("Move Down")."' type='image' src='images/scrolldown.gif' value='"._("Move Down")."'>\n";577 $html_txt .= "<td><img border='0' width='3' height='11' style='float: none; margin-left: 0px; margin-bottom: 0px;' src='images/blank.gif' />"; 578 $html_txt .= "<input $hidden_state name='down$count' id='down$count' width=10 height=20 border=0 title='"._("Move Down")."' type='image' src='images/scrolldown.gif' value='"._("Move Down")."'>\n"; 579 579 $html_txt .= "<img border='0' width='3' height='11' style='float: none; margin-left: 0px; margin-bottom: 0px;' src='images/blank.gif' />"; 580 580 $html_txt .= "</td>\n";
