Changeset 6307
- Timestamp:
- 08/09/08 13:56:16 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/recordings/page.recordings.php
r6234 r6307 262 262 if (count($usage_list)) { 263 263 ?> 264 <a href="#" class="info"><?php echo _("Usage List");?><span><?php echo _("This recording is being used in the following instances. You can not remove this recording while being used. To re c-record, you can enable and use the feature code below if allowed.");?></span></a>264 <a href="#" class="info"><?php echo _("Usage List");?><span><?php echo _("This recording is being used in the following instances. You can not remove this recording while being used. To re-record, you can enable and use the feature code below if allowed.");?></span></a> 265 265 <?php 266 266 $count = 0; … … 325 325 ?> 326 326 <tr> 327 <td colspan="2"><a class="info" href="#"><?php echo _("Direct Access Feature Code Not Available")?><span><?php echo _("Direct Access Feature Codes for recordings are not available for built in system recordings or compound recordings made of multip e individual ones.")?></span></a>:327 <td colspan="2"><a class="info" href="#"><?php echo _("Direct Access Feature Code Not Available")?><span><?php echo _("Direct Access Feature Codes for recordings are not available for built in system recordings or compound recordings made of multiple individual ones.")?></span></a>: 328 328 </td> 329 329 </tr>
