Changeset 7830
- Timestamp:
- 06/18/09 12:47:32 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/sipsettings/page.sipsettings.php
r7829 r7830 222 222 </td> 223 223 <td> 224 <input type="text" id="externhost_val" name="externhost_val" size="3 4" 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;?>"> 225 225 <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> 227 227 </td> 228 228 </tr>
