[Vtigercrm-commits] [vtiger-commits] r7839 - in /vtigercrm/trunk/Smarty/templates: ListRoles.tpl OrgSharingDetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 05:26:21 EDT 2006


Author: richie
Date: Wed Jul  5 03:26:06 2006
New Revision: 7839

Log:
UI issues has been fixed

Modified:
    vtigercrm/trunk/Smarty/templates/ListRoles.tpl
    vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl

Modified: vtigercrm/trunk/Smarty/templates/ListRoles.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListRoles.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListRoles.tpl Wed Jul  5 03:26:06 2006
@@ -117,7 +117,7 @@
 					</tr>
 					</table>
 
-					<div id='RoleTreeFull'>
+					<div id='RoleTreeFull'  onMouseMove="displayCoords(event)"> 
                 			        {include file='RoleTree.tpl'}
 		                	</div>
 

Modified: vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl Wed Jul  5 03:26:06 2006
@@ -124,7 +124,7 @@
                           <td class="listTableRow small">{$elements.2}</td>
                           <td class="listTableRow small">{$elements.3}</td>
                           <td align="center" class="listTableRow small">
-				<a href="javascript:onClick=callEditDiv('{$modulename}','edit','{$elements.0}')"><img src="{$IMAGE_PATH}editfield.gif" title='edit' align="absmiddle" height="15" width="16" border=0></a>|<a href="index.php?module=Users&action=DeleteSharingRule&shareid={$elements.0}"><img src="{$IMAGE_PATH}delete.gif" title='del' align="absmiddle" height="15" width="16" border=0></a></td>
+				<a href="javascript:onClick=callEditDiv('{$modulename}','edit','{$elements.0}')"><img src="{$IMAGE_PATH}editfield.gif" title='edit' align="absmiddle" border=0></a>|<a href="index.php?module=Users&action=DeleteSharingRule&shareid={$elements.0}"><img src="{$IMAGE_PATH}delete.gif" title='del' align="absmiddle" border=0></a></td>
                         </tr>
                      {/foreach} 
                     </table>





More information about the vtigercrm-commits mailing list