[Vtigercrm-commits] [vtiger-commits] r4428 - /vtigercrm/trunk/modules/Settings/fieldtypes.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 08:27:35 EST 2006
Author: saraj
Date: Fri Mar 24 06:27:18 2006
New Revision: 4428
Log:
changes made to create multiselect combobox custom field
Modified:
vtigercrm/trunk/modules/Settings/fieldtypes.php
Modified: vtigercrm/trunk/modules/Settings/fieldtypes.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/fieldtypes.php (original)
+++ vtigercrm/trunk/modules/Settings/fieldtypes.php Fri Mar 24 06:27:18 2006
@@ -82,6 +82,10 @@
<td width="20"><div align="center"><img src="<?php echo $image_path."text.gif" ?>" width="20" height="20"></div></td>
<td nowrap id="field10" class="fieldType" onClick="parent.selFieldType(10)"><?php echo $mod_strings['LBL_TEXT_AREA']; ?></td>
</tr>
+ <tr>
+ <td width="20"><div align="center"><img src="<?php echo $image_path."picklist.gif" ?>" width="20" height="20"></div></td>
+ <td nowrap id="field11" class="fieldType" onClick="parent.selFieldType(11)"><?php echo $mod_strings['LBL_MULTISELECT_COMBO']; ?></td>
+ </tr>
</table>
</body>
</html>
More information about the vtigercrm-commits
mailing list