Changeset 11930

Show
Ignore:
Timestamp:
03/24/11 07:19:19 (2 years ago)
Author:
mbrevda
Message:

closes #5000 (again) - removes all inlined styiling and table layout hacks. PLEASE: no tables for layout - http://xrl.us/kd35; use css for styling - inlining is the devil; use CI_Table class for tables. Oh, and the 90's have already passed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/iaxsettings/page.iaxsettings.php

    r11895 r11930  
    211211      <table width="100%"> 
    212212        <tr> 
    213           <td width="25%"
     213          <td
    214214        <span class="radioset"> 
    215215            <input id="codecpriority-host" type="radio" name="codecpriority" value="host" tabindex="<?php echo ++$tabindex;?>"<?php echo $codecpriority=="host"?"checked=\"host\"":""?>/> 
     
    235235      <table width="100%"> 
    236236        <tr> 
    237           <td width="25%"
     237          <td
    238238      <span class="radioset"> 
    239239            <input id="bandwidth-low" type="radio" name="bandwidth" value="low" tabindex="<?php echo ++$tabindex;?>"<?php echo $bandwidth=="low"?"checked=\"low\"":""?>/> 
     
    263263      <table width="100%"> 
    264264        <tr> 
    265           <td width="25%"
     265          <td
    266266      <span class="radioset"> 
    267267            <input id="videosupport-yes" type="radio" name="videosupport" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $videosupport=="yes"?"checked=\"yes\"":""?>/> 
     
    271271      </span> 
    272272          </td> 
    273           <td width="25%"> </td><td width="25%"></td> 
    274273        </tr> 
    275274      </table> 
     
    333332      <table width="100%"> 
    334333        <tr> 
    335           <td width="25%"
     334          <td
    336335      <span class="radioset"> 
    337336            <input id="jitterbuffer-yes" type="radio" name="jitterbuffer" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $jitterbuffer=="yes"?"checked=\"yes\"":""?>/> 
     
    341340      </span> 
    342341          </td> 
    343           <td width="25%"> </td><td width="25%"></td> 
    344342        </tr> 
    345343      </table> 
     
    354352      <table width="100%"> 
    355353        <tr> 
    356           <td width="25%"
     354          <td
    357355      <span class="radioset"> 
    358356            <input id="forcejitterbuffer-yes" type="radio" name="forcejitterbuffer" class="jitter-buffer" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $forcejitterbuffer=="yes"?"checked=\"yes\"":""?>/> 
     
    362360      <span> 
    363361          </td> 
    364           <td width="25%"> </td><td width="25%"></td> 
    365362        </tr> 
    366363      </table> 
     
    425422      <table width="100%"> 
    426423        <tr> 
    427           <td width="25%"
     424          <td
    428425      <span class="radioset"> 
    429426            <input id="delayreject-yes" type="radio" name="delayreject" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $delayreject=="yes"?"checked=\"yes\"":""?>/> 
     
    433430      </span> 
    434431          </td> 
    435           <td width="25%"> </td><td width="25%"></td> 
    436432        </tr> 
    437433      </table> 
  • modules/branches/2.9/sipsettings/page.sipsettings.php

    r11895 r11930  
    223223      <table width="100%"> 
    224224        <tr> 
    225           <td width="25%"
     225          <td
    226226      <span class="radioset"> 
    227227            <input id="nat-yes" type="radio" name="nat" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $nat=="yes"?"checked=\"yes\"":""?>/> 
     
    361361      <table width="100%"> 
    362362        <tr> 
    363           <td width="25%"
     363          <td
    364364      <span class="radioset"> 
    365365            <input id="g726nonstandard-yes" type="radio" name="g726nonstandard" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $g726nonstandard=="yes"?"checked=\"yes\"":""?>/> 
     
    369369      </span> 
    370370          </td> 
    371           <td width="25%"> </td><td width="25%"></td> 
    372371        </tr> 
    373372      </table> 
     
    382381      <table width="100%"> 
    383382        <tr> 
    384           <td width="25%"
     383          <td
    385384      <span class="radioset"> 
    386385            <input id="t38pt_udptl-yes" type="radio" name="t38pt_udptl" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $t38pt_udptl=="yes"?"checked=\"yes\"":""?>/> 
     
    390389      </span> 
    391390          </td> 
    392           <td width="25%"> </td><td width="25%"></td> 
    393391        </tr> 
    394392      </table> 
     
    407405      <table width="100%"> 
    408406        <tr> 
    409           <td width="25%"
     407          <td
    410408      <span class="radioset"> 
    411409            <input id="videosupport-yes" type="radio" name="videosupport" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $videosupport=="yes"?"checked=\"yes\"":""?>/> 
     
    415413      </span> 
    416414          </td> 
    417           <td width="25%"> </td><td width="25%"></td> 
    418415        </tr> 
    419416      </table> 
     
    470467      <table width="100%"> 
    471468        <tr> 
    472           <td width="25%"
     469          <td
    473470      <span class="radioset"> 
    474471            <input id="canreinvite-yes" type="radio" name="canreinvite" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $canreinvite=="yes"?"checked=\"yes\"":""?>/> 
     
    516513      <table width="100%"> 
    517514        <tr> 
    518           <td width="25%"
     515          <td
    519516      <span class="radioset"> 
    520517            <input id="notifyringing-yes" type="radio" name="notifyringing" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $notifyringing=="yes"?"checked=\"yes\"":""?>/> 
     
    524521      </span> 
    525522          </td> 
    526           <td width="25%"> </td><td width="25%"></td> 
    527523        </tr> 
    528524      </table> 
     
    537533      <table width="100%"> 
    538534        <tr> 
    539           <td width="25%"
     535          <td
    540536      <span class="radioset"> 
    541537            <input id="notifyhold-yes" type="radio" name="notifyhold" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $notifyhold=="yes"?"checked=\"yes\"":""?>/> 
     
    545541      </span> 
    546542          </td> 
    547           <td width="25%"> </td><td width="25%"></td> 
    548543        </tr> 
    549544      </table> 
     
    585580      <table width="100%"> 
    586581        <tr> 
    587           <td width="25%"
     582          <td
    588583      <span class="radioset"> 
    589584            <input id="jbenable-yes" type="radio" name="jbenable" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $jbenable=="yes"?"checked=\"yes\"":""?>/> 
     
    593588      </span> 
    594589          </td> 
    595           <td width="25%"> </td><td width="25%"></td> 
    596590        </tr> 
    597591      </table> 
     
    606600      <table width="100%"> 
    607601        <tr> 
    608           <td width="25%"
     602          <td
    609603      <span class="radioset"> 
    610604            <input id="jbforce-yes" type="radio" name="jbforce" class="jitter-buffer" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $jbforce=="yes"?"checked=\"yes\"":""?>/> 
     
    614608      </span> 
    615609          </td> 
    616           <td width="25%"> </td><td width="25%"></td> 
    617610        </tr> 
    618611      </table> 
     
    627620      <table width="100%"> 
    628621        <tr> 
    629           <td width="25%"
     622          <td
    630623      <span class="radioset"> 
    631624            <input id="jbimpl-fixed" type="radio" name="jbimpl" class="jitter-buffer" value="fixed" tabindex="<?php echo ++$tabindex;?>"<?php echo $jbimpl=="fixed"?"checked=\"fixed\"":""?>/> 
     
    635628      </span> 
    636629          </td> 
    637           <td width="25%"> </td><td width="25%"></td> 
    638630        </tr> 
    639631      </table> 
     
    648640      <table width="100%"> 
    649641        <tr> 
    650           <td width="25%"
     642          <td
    651643      <span class="radioset"> 
    652644            <input id="jblog-yes" type="radio" name="jblog" class="jitter-buffer" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $jblog=="yes"?"checked=\"yes\"":""?>/> 
     
    656648      </span> 
    657649          </td> 
    658           <td width="25%"> </td><td width="25%"></td> 
    659650        </tr> 
    660651      </table> 
     
    726717      <table width="100%"> 
    727718        <tr> 
    728           <td width="25%"
     719          <td
    729720      <span class="radioset"> 
    730721            <input id="allowguest-yes" type="radio" name="allowguest" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $allowguest=="yes"?"checked=\"yes\"":""?>/> 
     
    734725      </span> 
    735726          </td> 
    736           <td width="25%"> </td><td width="25%"></td> 
    737727        </tr> 
    738728      </table> 
     
    747737      <table width="100%"> 
    748738        <tr> 
    749           <td width="25%"
     739          <td
    750740      <span class="radioset"> 
    751741            <input id="srvlookup-yes" type="radio" name="srvlookup" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $srvlookup=="yes"?"checked=\"yes\"":""?>/> 
     
    755745      </span> 
    756746          </td> 
    757           <td width="25%"> </td><td width="25%"></td> 
    758747        </tr> 
    759748      </table> 
     
    768757      <table width="100%"> 
    769758        <tr> 
    770           <td width="25%"
     759          <td
    771760      <span class="radioset"> 
    772761            <input id="callevents-yes" type="radio" name="callevents" value="yes" tabindex="<?php echo ++$tabindex;?>"<?php echo $callevents=="yes"?"checked=\"yes\"":""?>/> 
     
    776765      </span> 
    777766          </td> 
    778           <td width="25%"> </td><td width="25%"></td> 
    779767        </tr> 
    780768      </table>