Changeset 5382
- Timestamp:
- 12/10/07 11:28:30 (5 years ago)
- Files:
-
- modules/branches/2.4/paging/page.paging.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/paging/page.paging.php
r5377 r5382 160 160 161 161 <tr><td><label for="default_group"><a href='#' class='info'><?php echo _("Default Page Group") ?><span> 162 <?php echo _("Each PBX system can have a single Default Page Group. If specified, extensions can be automatically added (or removed) from th e default page group in the Extensions (or Users) tab.<br />Making this group the default will uncheck the option from the current default group if specified.") ?></span></a></label></td>162 <?php echo _("Each PBX system can have a single Default Page Group. If specified, extensions can be automatically added (or removed) from this group in the Extensions (or Devices) tab.<br />Making this group the default will uncheck the option from the current default group if specified.") ?></span></a></label></td> 163 163 <td><input type='checkbox' name='default_group' id="default_group" value='1' <?php if ($default_group) { echo 'CHECKED'; } ?>></td> 164 164
