Changeset 3233 for modules/branches/2.2/ringgroups
- Timestamp:
- 11/28/06 15:23:12 (6 years ago)
- Files:
-
- modules/branches/2.2/ringgroups/module.xml (modified) (2 diffs)
- modules/branches/2.2/ringgroups/page.ringgroups.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/ringgroups/module.xml
r3181 r3233 2 2 <rawname>ringgroups</rawname> 3 3 <name>Ring Groups</name> 4 <version>2.2. 6</version>4 <version>2.2.7</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.2.7* Add tool tip for Group Description (#1459) 11 12 *2.2.6* Add NODEST so that destination (often vm) is not taken if called from queue or ringgroup and such is honored for childeren 12 13 *2.2.5* Modified flyover help - since moh works with confirmation now modules/branches/2.2/ringgroups/page.ringgroups.php
r3204 r3233 172 172 </tr> 173 173 <tr> 174 <td> <a href="#" class="info"><?php echo _("Group Description:")?></td>174 <td> <a href="#" class="info"><?php echo _("Group Description:")?>:<span><?php echo _("Provide a descriptive title for this Ring Group.")?></span></a></td> 175 175 <td><input size="20" maxlength="35" type="text" name="description" value="<?php echo htmlspecialchars($description); ?>"></td> 176 176 </tr>
