Changeset 8101
- Timestamp:
- 08/23/09 17:43:38 (2 years ago)
- Files:
-
- modules/branches/2.6/parking/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/parking/module.xml (modified) (2 diffs)
- modules/branches/2.6/parking/page.parking.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/parking/functions.inc.php
r7969 r8101 34 34 35 35 $parkpos1 = $parkext + 1; 36 $parkpos2 = $parkpos1 + $numslots ;36 $parkpos2 = $parkpos1 + $numslots -1; 37 37 38 38 if ($parkingenabled) { modules/branches/2.6/parking/module.xml
r7970 r8101 2 2 <rawname>parking</rawname> 3 3 <name>Parking Lot</name> 4 <version>2.6.0. 1</version>4 <version>2.6.0.2</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 13 13 </menuitems> 14 14 <changelog> 15 *2.6.0.2* #3815 15 16 *2.6.0.1* #3611, #3435, #3317, #3307 16 17 *2.6.0.0* localizations, misc modules/branches/2.6/parking/page.parking.php
r7792 r8101 72 72 </tr> 73 73 <tr> 74 <td><a href="#" class="info"><?php echo _("Number of Slots:")?><span><?php echo _("The total number of parking lot spaces to configure. Example, if 70 is the extension and 8 slots are configured, the parking slots will be 71-7 9")?></span></a></td>74 <td><a href="#" class="info"><?php echo _("Number of Slots:")?><span><?php echo _("The total number of parking lot spaces to configure. Example, if 70 is the extension and 8 slots are configured, the parking slots will be 71-78")?></span></a></td> 75 75 <td align=right> 76 76 <select name="numslots" tabindex="<?php echo ++$tabindex;?>">
