Changeset 7830

Show
Ignore:
Timestamp:
06/18/09 12:47:32 (4 years ago)
Author:
p_lindheimer
Message:

format tweaks to keep screen from shifting when choosing diff nat modes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/sipsettings/page.sipsettings.php

    r7829 r7830  
    222222    </td> 
    223223    <td> 
    224       <input type="text" id="externhost_val" name="externhost_val" size="34" value="<?php echo $externhost_val ?>" tabindex="<?php echo ++$tabindex;?>"> 
     224      <input type="text" id="externhost_val" name="externhost_val" size="30" value="<?php echo $externhost_val ?>" tabindex="<?php echo ++$tabindex;?>"> 
    225225      <input type="text" id="externrefresh" name="externrefresh" size="3" class="validate-int" value="<?php echo $externrefresh ?>" tabindex="<?php echo ++$tabindex;?>"> 
    226       <a href="#" class="info"><small><?php echo _("External Refresh")?><span><?php echo _("How often to refresh the External Host FQDN.")?></span></small></a> 
     226      <a href="#" class="info"><small><?php echo _("Refresh Rate")?><span><?php echo _("Asterisk: externrefresh. How often to lookup and refresh the External Host FQDN, in seconds.")?></span></small></a> 
    227227    </td> 
    228228  </tr>