Ticket #2604: ticket_2604.diff

File ticket_2604.diff, 1.6 kB (added by kgarrison, 4 years ago)

Additional changes

  • followme.module

    old new  
    311311          $followme_text .= "<span>" . sprintf( _("Time to ring extension %s before ringing the %s Follow Me List %s"), "<strong>".$exten."</strong>","<strong>","</strong>"); 
    312312          $followme_text .= "<br></span></a></td><td>"; 
    313313           
    314           $followme_text .= "<select " . $follow_me_prering_time_text_box_options . " name='follow_me_prering_time'/>";        
     314          $followme_text .= "<select " . $follow_me_prering_time_text_box_options . " name='follow_me_prering_time'>";         
    315315          $default_prering = $follow_me_prering_time; 
    316316          for ($i=$SETTINGS_PRERING_LOW; $i <= $SETTINGS_PRERING_HIGH; $i++) { 
    317317            $followme_text .=  '<option value="'.$i.'" '.($i == $default_prering ? 'SELECTED' : '').'>'.$i.'</option>'; 
     
    324324          $followme_text .= "<tr><td><a href='#' class='info'>" . _("Ring Followme List for:") . "<span>" . _("Time to ring the Follow Me List.") . "<br></span></a></td>"; 
    325325          $followme_text .= "<td>"; 
    326326           
    327           $followme_text .= "<select " . $follow_me_listring_time_text_box_options . " name='follow_me_listring_time'/>"; 
     327          $followme_text .= "<select " . $follow_me_listring_time_text_box_options . " name='follow_me_listring_time'>"; 
    328328          $default_listring = $follow_me_listring_time; 
    329329          for ($i=$SETTINGS_LISTRING_LOW; $i <= $SETTINGS_LISTRING_HIGH; $i++) { 
    330330            $followme_text .=  '<option value="'.$i.'" '.($i == $default_listring ? 'SELECTED' : '').'>'.$i.'</option>';