Changeset 5919 for modules/branches/2.5/core/page.zapchandids.php
- Timestamp:
- 07/05/08 21:58:08 (5 years ago)
- Files:
-
- modules/branches/2.5/core/page.zapchandids.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/page.zapchandids.php
r5452 r5919 91 91 <tr> 92 92 <td><a href="#" class="info"><?php echo _("Channel")?>:<span><?php echo _("The Zap Channel number to map to a DID")?></span></a></td> 93 <td><input size="5" type="text" name="channel" value="<?php echo $channel; ?>" ></td>93 <td><input size="5" type="text" name="channel" value="<?php echo $channel; ?>" tabindex="<?php echo ++$tabindex;?>"></td> 94 94 </tr> 95 95 <?php … … 98 98 <tr> 99 99 <td><a href="#" class="info"><?php echo _("Description")?>:<span><?php echo _("A useful description describing this channel")?></span></a></td> 100 <td><input size="40" type="text" name="description" value="<?php echo $description; ?>" ></td>100 <td><input size="40" type="text" name="description" value="<?php echo $description; ?>" tabindex="<?php echo ++$tabindex;?>"></td> 101 101 </tr> 102 102 <tr> 103 103 <td><a href="#" class="info"><?php echo _("DID")?>:<span><?php echo _("The DID that this channel represents. The incoming call on this channel will be treated as if it came in with this DID and can be managed with Inbound Routing on DIDs")?></span></a></td> 104 <td><input size="40" type="text" name="did" value="<?php echo $did; ?>" /></td>104 <td><input size="40" type="text" name="did" value="<?php echo $did; ?>" tabindex="<?php echo ++$tabindex;?>"/></td> 105 105 </tr> 106 106 107 107 <tr> 108 <td colspan="2"><br><input name="Submit" type="submit" value="<?php echo _("Submit Changes")?>" >108 <td colspan="2"><br><input name="Submit" type="submit" value="<?php echo _("Submit Changes")?>" tabindex="<?php echo ++$tabindex;?>"> 109 109 <?php if ($extdisplay != '') { echo ' <input name="delete" type="submit" onclick="actionDelete=true;" value="'._("Delete").'">'; } ?> 110 110 </td>
