[Vtigercrm-commits] [vtiger-commits] r10846 - /vtigercrm/branches/5.0.3/modules/Settings/listroles.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 10 18:24:45 EDT 2007


Author: jerrydgeorge
Date: Thu May 10 16:24:35 2007
New Revision: 10846

Log:
Issue in Role Drag Drop has been fixed

Modified:
    vtigercrm/branches/5.0.3/modules/Settings/listroles.php

Modified: vtigercrm/branches/5.0.3/modules/Settings/listroles.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Settings/listroles.php (original)
+++ vtigercrm/branches/5.0.3/modules/Settings/listroles.php Thu May 10 16:24:35 2007
@@ -138,7 +138,7 @@
 				$roleout .=	'<a href="index.php?module=Settings&action=RoleDeleteStep1&roleid='.$roleid.'&parenttab=Settings"><img src="'.$image_path.'/RolesDelete.gif" align="absmiddle" border="0" alt="'.$mod_strings['LBL_DELETE_ROLE'].'" title="'.$mod_strings['LBL_DELETE_ROLE'].'"></a>';
 			}		
 													
-		        $roleout .='<a href="#" class="small" onClick="get_parent_ID(this,\'user_'.$roleid.'\')"><img src="'.$image_path.'/RolesMove.gif" align="absmiddle" border="0" alt="'.$mod_strings['LBL_MOVE_ROLE'].'" title="'.$mod_strings['LBL_MOVE_ROLE'].'"></a>
+		        $roleout .='<a href="javascript:;" class="small" onClick="get_parent_ID(this,\'user_'.$roleid.'\')"><img src="'.$image_path.'/RolesMove.gif" align="absmiddle" border="0" alt="'.$mod_strings['LBL_MOVE_ROLE'].'" title="'.$mod_strings['LBL_MOVE_ROLE'].'"></a>
 												</div></td></tr></table>';
 //			$roleout .=	'&nbsp;<a href="index.php?module=Users&action=createrole&parenttab=Settings&parent='.$roleid.'">Add</a> | <a href="index.php?module=Users&action=createrole&roleid='.$roleid.'&parenttab=Settings&mode=edit">Edit</a> | <a href="index.php?module=Users&action=RoleDeleteStep1&roleid='.$roleid.'&parenttab=Settings">Delete</a> | <a href="index.php?module=Users&action=RoleDetailView&parenttab=Settings&roleid='.$roleid.'">View</a>';		
 





More information about the vtigercrm-commits mailing list