[Vtigercrm-commits] [vtiger-commits] r6582 - /vtigercrm/trunk/Smarty/templates/Inventory/InventoryCreateView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 02:28:54 EDT 2006
Author: saraj
Date: Sun May 28 00:28:51 2006
New Revision: 6582
Log:
changes made to have validation for all inventory modules
Modified:
vtigercrm/trunk/Smarty/templates/Inventory/InventoryCreateView.tpl
Modified: vtigercrm/trunk/Smarty/templates/Inventory/InventoryCreateView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Inventory/InventoryCreateView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Inventory/InventoryCreateView.tpl Sun May 28 00:28:51 2006
@@ -169,9 +169,22 @@
</td>
</tr>
</table>
- </form>
</div>
</td>
+ <td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
</tr>
</table>
+</form>
+<script>
+
+
+
+ var fieldname = new Array({$VALIDATION_DATA_FIELDNAME})
+
+ var fieldlabel = new Array({$VALIDATION_DATA_FIELDLABEL})
+
+ var fielddatatype = new Array({$VALIDATION_DATA_FIELDDATATYPE})
+
+
+</script>
More information about the vtigercrm-commits
mailing list