Changeset 6311
- Timestamp:
- 08/09/08 14:03:58 (5 years ago)
- Files:
-
- modules/branches/2.5/miscdests/page.miscdests.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/miscdests/page.miscdests.php
r5972 r6311 127 127 <?php } ?> 128 128 <tr> 129 <td><a href="#" class="info"><?php echo _(" description:")?><span><?php echo _("Give this Misc Destination a brief name to help you identify it.")?></span></a></td>129 <td><a href="#" class="info"><?php echo _("Description:")?><span><?php echo _("Give this Misc Destination a brief name to help you identify it.")?></span></a></td> 130 130 <td><input type="text" name="description" value="<?php echo (isset($description) ? $description : ''); ?>" tabindex="<?php echo ++$tabindex;?>"></td> 131 131 </tr> 132 132 <tr> 133 <td><a href="#" class="info"><?php echo _(" dial:")?><span><?php echo _("Enter the number this destination will simulate dialing, exactly as you would dial it from an internal phone. When you route a call to this destination, it will be as if the caller dialed this number from an internal phone.") ?></span></a></td>133 <td><a href="#" class="info"><?php echo _("Dial:")?><span><?php echo _("Enter the number this destination will simulate dialing, exactly as you would dial it from an internal phone. When you route a call to this destination, it will be as if the caller dialed this number from an internal phone.") ?></span></a></td> 134 134 <td> 135 135 <input type="text" name="destdial" value="<?php echo (isset($destdial) ? $destdial : ''); ?>" tabindex="<?php echo ++$tabindex;?>">
