[Vtigercrm-commits] [vtiger-commits] r7256 - /vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 19 05:21:04 EDT 2006
Author: saraj
Date: Mon Jun 19 03:21:01 2006
New Revision: 7256
Log:
changes made for ajaxification
Modified:
vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php
Modified: vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php Mon Jun 19 03:21:01 2006
@@ -63,6 +63,9 @@
$check_button = Button_Check($module);
$smarty->assign("CHECK", $check_button);
-$smarty->display("RelatedLists.tpl");
+if(isset($_REQUEST['ajax']) && $_REQUEST['ajax'] != '')
+ $smarty->display("RelatedListContents.tpl");
+else
+ $smarty->display("RelatedLists.tpl");
?>
More information about the vtigercrm-commits
mailing list