[Vtigercrm-commits] [vtiger-commits] r9302 - /vtigercrm/trunk/modules/Calendar/addEventUI.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Sep 6 01:31:19 EDT 2006
Author: saraj
Date: Tue Sep 5 23:31:15 2006
New Revision: 9302
Log:
location field has been added --Minnie
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 Tue Sep 5 23:31:15 2006
@@ -228,6 +228,10 @@
<tr>
<td valign="top" align="right"><b><?php echo $mod_strings['Description']?></b></td>
<td align="left"><textarea style = "width:100%; height : 60px;" name="description"></textarea></td>
+ </tr>
+ <tr>
+ <td nowrap align="right"><b><?php echo $mod_strings['Location']?></b></td>
+ <td align="left"><input name="location" type="text" class="textbox" value="" style="width:50%"></td>
</tr>
<tr>
<td colspan=2 width=80% align="center">
More information about the vtigercrm-commits
mailing list