[Vtigercrm-commits] [vtiger-commits] r5395 - in /vtigercrm/trunk/modules/Accounts: DetailView.php EditView.php ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 10:22:17 EDT 2006


Author: saraj
Date: Wed Apr 26 08:22:12 2006
New Revision: 5395

Log:
Added the Button Security Check for List/Edit/Detail View - Ahmed

Modified:
    vtigercrm/trunk/modules/Accounts/DetailView.php
    vtigercrm/trunk/modules/Accounts/EditView.php
    vtigercrm/trunk/modules/Accounts/ListView.php

Modified: vtigercrm/trunk/modules/Accounts/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/DetailView.php (original)
+++ vtigercrm/trunk/modules/Accounts/DetailView.php Wed Apr 26 08:22:12 2006
@@ -94,6 +94,9 @@
 }
 
 
+$check_button = Button_Check($module);
+$smarty->assign("CHECK", $check_button);
+
 $smarty->assign("MODULE","Accounts");
 $smarty->display("DetailView.tpl");
 ?>

Modified: vtigercrm/trunk/modules/Accounts/EditView.php
==============================================================================
Binary files - no diff available.

Modified: vtigercrm/trunk/modules/Accounts/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/ListView.php (original)
+++ vtigercrm/trunk/modules/Accounts/ListView.php Wed Apr 26 08:22:12 2006
@@ -227,6 +227,8 @@
 $smarty->assign("NAVIGATION", $navigationOutput);
 $smarty->assign("RECORD_COUNTS", $record_string);
 
+$check_button = Button_Check($module);
+$smarty->assign("CHECK", $check_button);
 
 if(isset($_REQUEST['ajax']) && $_REQUEST['ajax'] != '')
 	$smarty->display("ListViewEntries.tpl");





More information about the vtigercrm-commits mailing list