Ticket #2604: ticket_2604.diff
| File ticket_2604.diff, 1.6 kB (added by kgarrison, 6 months ago) |
|---|
-
followme.module
old new 311 311 $followme_text .= "<span>" . sprintf( _("Time to ring extension %s before ringing the %s Follow Me List %s"), "<strong>".$exten."</strong>","<strong>","</strong>"); 312 312 $followme_text .= "<br></span></a></td><td>"; 313 313 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'>"; 315 315 $default_prering = $follow_me_prering_time; 316 316 for ($i=$SETTINGS_PRERING_LOW; $i <= $SETTINGS_PRERING_HIGH; $i++) { 317 317 $followme_text .= '<option value="'.$i.'" '.($i == $default_prering ? 'SELECTED' : '').'>'.$i.'</option>'; … … 324 324 $followme_text .= "<tr><td><a href='#' class='info'>" . _("Ring Followme List for:") . "<span>" . _("Time to ring the Follow Me List.") . "<br></span></a></td>"; 325 325 $followme_text .= "<td>"; 326 326 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'>"; 328 328 $default_listring = $follow_me_listring_time; 329 329 for ($i=$SETTINGS_LISTRING_LOW; $i <= $SETTINGS_LISTRING_HIGH; $i++) { 330 330 $followme_text .= '<option value="'.$i.'" '.($i == $default_listring ? 'SELECTED' : '').'>'.$i.'</option>';
