Changeset 1960
- Timestamp:
- 05/27/06 04:41:09 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php
r1932 r1960 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")?>
