[Vtigercrm-commits] [vtiger-commits] r6824 - /vtigercrm/trunk/modules/Calendar/addEventUI.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 03:10:48 EDT 2006
Author: saraj
Date: Wed May 31 01:10:45 2006
New Revision: 6824
Log:
changes made to include label
Modified:
vtigercrm/trunk/modules/Calendar/addEventUI.php
Modified: vtigercrm/trunk/modules/Calendar/addEventUI.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/addEventUI.php (original)
+++ vtigercrm/trunk/modules/Calendar/addEventUI.php Wed May 31 01:10:45 2006
@@ -352,7 +352,7 @@
<?
}
?>
- </select>hours
+ </select>hrs
<select class=small name="remmin">
<?php
for($min=1;$min<=59;$min++)
@@ -362,7 +362,7 @@
<?
}
?>
- </select><?echo $mod_strings['LBL_BEFOREEVENT']?>
+ </select>minutes <?echo $mod_strings['LBL_BEFOREEVENT']?>
</td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list