Changeset 1959
- Timestamp:
- 05/27/06 04:40:16 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.1/amp_conf/htdocs/admin/modules/core/page.general.php
r1933 r1959 110 110 <h5><?php echo _("Company Directory")?></h5> 111 111 <p> 112 <?php echo _("Find users in the")?> <a href=# class="info"><?php echo _("Company Directory")?><span><br> 113 <?php echo _("Callers who are greeted by a Digital Receptionist can dial pound (#) to access the Company Directory.<br><br>Internal extensions can dial *411 to access the Company Directory.")?></span></a> <?php echo _("by:")?> 112 <?php echo _("Find users in the Company Directory by:")?> 114 113 <select name="DIRECTORY"> 115 114 <option value="first" <?php echo ($DIRECTORY == 'first' ? 'SELECTED' : '')?>><?php echo _("first name")?>
