Changeset 8098

Show
Ignore:
Timestamp:
08/23/09 16:43:53 (4 years ago)
Author:
p_lindheimer
Message:

fixes #3779 move spacer images inside of td tags

Files:

Legend:

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

    r7950 r8098  
    22  <rawname>recordings</rawname> 
    33  <name>Recordings</name> 
    4   <version>3.3.9.1</version> 
     4  <version>3.3.9.2</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1111  <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 
    1212  <changelog> 
     13    *3.3.9.2* #3779 
    1314    *3.3.9.1* localizations, misc 
    1415    *3.3.9.0* #3059, #3604 
  • modules/branches/2.6/recordings/page.recordings.php

    r8087 r8098  
    569569     $html_txt .=  "<td></td>\n";  
    570570  } 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")."'>"; 
    573573    $html_txt .=  "</td>\n";  
    574574  } if ($count > $max) { 
    575575    $html_txt .=  "<td></td>\n";  
    576576  } 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"; 
    579579    $html_txt .=  "<img border='0' width='3' height='11' style='float: none; margin-left: 0px; margin-bottom: 0px;' src='images/blank.gif' />"; 
    580580    $html_txt .=  "</td>\n";