Changeset 11930
- Timestamp:
- 03/24/11 07:19:19 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/iaxsettings/page.iaxsettings.php
r11895 r11930 211 211 <table width="100%"> 212 212 <tr> 213 <td width="25%">213 <td> 214 214 <span class="radioset"> 215 215 <input id="codecpriority-host" type="radio" name="codecpriority" value="host" tabindex="<?php echo ++$tabindex;?>"<?php echo $codecpriority=="host"?"checked=\"host\"":""?>/> … … 235 235 <table width="100%"> 236 236 <tr> 237 <td width="25%">237 <td> 238 238 <span class="radioset"> 239 239 <input id="bandwidth-low" type="radio" name="bandwidth" value="low" tabindex="<?php echo ++$tabindex;?>"<?php echo $bandwidth=="low"?"checked=\"low\"":""?>/> … … 263 263 <table width="100%"> 264 264 <tr> 265 <td width="25%">265 <td> 266 266 <span class="radioset"> 267 267 <input id="videosupport-yes" type="radio" name="videosupport" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $videosupport=="yes"?"checked=\"yes\"":""?>/> … … 271 271 </span> 272 272 </td> 273 <td width="25%"> </td><td width="25%"></td>274 273 </tr> 275 274 </table> … … 333 332 <table width="100%"> 334 333 <tr> 335 <td width="25%">334 <td> 336 335 <span class="radioset"> 337 336 <input id="jitterbuffer-yes" type="radio" name="jitterbuffer" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $jitterbuffer=="yes"?"checked=\"yes\"":""?>/> … … 341 340 </span> 342 341 </td> 343 <td width="25%"> </td><td width="25%"></td>344 342 </tr> 345 343 </table> … … 354 352 <table width="100%"> 355 353 <tr> 356 <td width="25%">354 <td> 357 355 <span class="radioset"> 358 356 <input id="forcejitterbuffer-yes" type="radio" name="forcejitterbuffer" class="jitter-buffer" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $forcejitterbuffer=="yes"?"checked=\"yes\"":""?>/> … … 362 360 <span> 363 361 </td> 364 <td width="25%"> </td><td width="25%"></td>365 362 </tr> 366 363 </table> … … 425 422 <table width="100%"> 426 423 <tr> 427 <td width="25%">424 <td> 428 425 <span class="radioset"> 429 426 <input id="delayreject-yes" type="radio" name="delayreject" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $delayreject=="yes"?"checked=\"yes\"":""?>/> … … 433 430 </span> 434 431 </td> 435 <td width="25%"> </td><td width="25%"></td>436 432 </tr> 437 433 </table> modules/branches/2.9/sipsettings/page.sipsettings.php
r11895 r11930 223 223 <table width="100%"> 224 224 <tr> 225 <td width="25%">225 <td> 226 226 <span class="radioset"> 227 227 <input id="nat-yes" type="radio" name="nat" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $nat=="yes"?"checked=\"yes\"":""?>/> … … 361 361 <table width="100%"> 362 362 <tr> 363 <td width="25%">363 <td > 364 364 <span class="radioset"> 365 365 <input id="g726nonstandard-yes" type="radio" name="g726nonstandard" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $g726nonstandard=="yes"?"checked=\"yes\"":""?>/> … … 369 369 </span> 370 370 </td> 371 <td width="25%"> </td><td width="25%"></td>372 371 </tr> 373 372 </table> … … 382 381 <table width="100%"> 383 382 <tr> 384 <td width="25%">383 <td> 385 384 <span class="radioset"> 386 385 <input id="t38pt_udptl-yes" type="radio" name="t38pt_udptl" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $t38pt_udptl=="yes"?"checked=\"yes\"":""?>/> … … 390 389 </span> 391 390 </td> 392 <td width="25%"> </td><td width="25%"></td>393 391 </tr> 394 392 </table> … … 407 405 <table width="100%"> 408 406 <tr> 409 <td width="25%">407 <td> 410 408 <span class="radioset"> 411 409 <input id="videosupport-yes" type="radio" name="videosupport" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $videosupport=="yes"?"checked=\"yes\"":""?>/> … … 415 413 </span> 416 414 </td> 417 <td width="25%"> </td><td width="25%"></td>418 415 </tr> 419 416 </table> … … 470 467 <table width="100%"> 471 468 <tr> 472 <td width="25%">469 <td> 473 470 <span class="radioset"> 474 471 <input id="canreinvite-yes" type="radio" name="canreinvite" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $canreinvite=="yes"?"checked=\"yes\"":""?>/> … … 516 513 <table width="100%"> 517 514 <tr> 518 <td width="25%">515 <td> 519 516 <span class="radioset"> 520 517 <input id="notifyringing-yes" type="radio" name="notifyringing" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $notifyringing=="yes"?"checked=\"yes\"":""?>/> … … 524 521 </span> 525 522 </td> 526 <td width="25%"> </td><td width="25%"></td>527 523 </tr> 528 524 </table> … … 537 533 <table width="100%"> 538 534 <tr> 539 <td width="25%">535 <td> 540 536 <span class="radioset"> 541 537 <input id="notifyhold-yes" type="radio" name="notifyhold" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $notifyhold=="yes"?"checked=\"yes\"":""?>/> … … 545 541 </span> 546 542 </td> 547 <td width="25%"> </td><td width="25%"></td>548 543 </tr> 549 544 </table> … … 585 580 <table width="100%"> 586 581 <tr> 587 <td width="25%">582 <td> 588 583 <span class="radioset"> 589 584 <input id="jbenable-yes" type="radio" name="jbenable" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $jbenable=="yes"?"checked=\"yes\"":""?>/> … … 593 588 </span> 594 589 </td> 595 <td width="25%"> </td><td width="25%"></td>596 590 </tr> 597 591 </table> … … 606 600 <table width="100%"> 607 601 <tr> 608 <td width="25%">602 <td> 609 603 <span class="radioset"> 610 604 <input id="jbforce-yes" type="radio" name="jbforce" class="jitter-buffer" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $jbforce=="yes"?"checked=\"yes\"":""?>/> … … 614 608 </span> 615 609 </td> 616 <td width="25%"> </td><td width="25%"></td>617 610 </tr> 618 611 </table> … … 627 620 <table width="100%"> 628 621 <tr> 629 <td width="25%">622 <td> 630 623 <span class="radioset"> 631 624 <input id="jbimpl-fixed" type="radio" name="jbimpl" class="jitter-buffer" value="fixed" tabindex="<?php echo ++$tabindex;?>"<?php echo $jbimpl=="fixed"?"checked=\"fixed\"":""?>/> … … 635 628 </span> 636 629 </td> 637 <td width="25%"> </td><td width="25%"></td>638 630 </tr> 639 631 </table> … … 648 640 <table width="100%"> 649 641 <tr> 650 <td width="25%">642 <td> 651 643 <span class="radioset"> 652 644 <input id="jblog-yes" type="radio" name="jblog" class="jitter-buffer" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $jblog=="yes"?"checked=\"yes\"":""?>/> … … 656 648 </span> 657 649 </td> 658 <td width="25%"> </td><td width="25%"></td>659 650 </tr> 660 651 </table> … … 726 717 <table width="100%"> 727 718 <tr> 728 <td width="25%">719 <td> 729 720 <span class="radioset"> 730 721 <input id="allowguest-yes" type="radio" name="allowguest" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $allowguest=="yes"?"checked=\"yes\"":""?>/> … … 734 725 </span> 735 726 </td> 736 <td width="25%"> </td><td width="25%"></td>737 727 </tr> 738 728 </table> … … 747 737 <table width="100%"> 748 738 <tr> 749 <td width="25%">739 <td> 750 740 <span class="radioset"> 751 741 <input id="srvlookup-yes" type="radio" name="srvlookup" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $srvlookup=="yes"?"checked=\"yes\"":""?>/> … … 755 745 </span> 756 746 </td> 757 <td width="25%"> </td><td width="25%"></td>758 747 </tr> 759 748 </table> … … 768 757 <table width="100%"> 769 758 <tr> 770 <td width="25%">759 <td> 771 760 <span class="radioset"> 772 761 <input id="callevents-yes" type="radio" name="callevents" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $callevents=="yes"?"checked=\"yes\"":""?>/> … … 776 765 </span> 777 766 </td> 778 <td width="25%"> </td><td width="25%"></td>779 767 </tr> 780 768 </table>
