[Vtigercrm-commits] [vtiger-commits] r7865 - /vtigercrm/trunk/Smarty/templates/DeleteRole.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 08:26:53 EDT 2006


Author: richie
Date: Wed Jul  5 06:26:41 2006
New Revision: 7865

Log:
Issue in Delete role has been fixed

Modified:
    vtigercrm/trunk/Smarty/templates/DeleteRole.tpl

Modified: vtigercrm/trunk/Smarty/templates/DeleteRole.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DeleteRole.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DeleteRole.tpl Wed Jul  5 06:26:41 2006
@@ -1,63 +1,79 @@
-{*<!--
-
-/*********************************************************************************
-** The contents of this file are subject to the vtiger CRM Public License Version 1.0
- * ("License"); You may not use this file except in compliance with the License
- * The Original Code is:  vtiger CRM Open Source
- * The Initial Developer of the Original Code is vtiger.
- * Portions created by vtiger are Copyright (C) vtiger.
- * All Rights Reserved.
-*
- ********************************************************************************/
-
--->*}
-<script language="JavaScript" type="text/javascript">
-function openPopup(del_roleid){ldelim}
-                window.open("index.php?module=Users&action=UsersAjax&file=RolePopup&maskid="+del_roleid+"&parenttab=Settings","roles_popup_window","height=425,width=640,toolbar=no,menubar=no,dependent=yes,resizable =no");
-        {rdelim}
-</script>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-	{include file='SetMenu.tpl'}
-<form name="newProfileForm" action="index.php">
-<input type="hidden" name="module" value="Users">
-<input type="hidden" name="action" value="DeleteRole">
-<input type="hidden" name="delete_role_id" value="{$ROLEID}">	
-<table width="100%" border="0" cellpadding="3" cellspacing="0">
-<tr>
-	<td class="genHeaderSmall" align="left" style="border-bottom:1px solid #CCCCCC;" width="50%">{$CMOD.LBL_DELETE_ROLE}</td>
-	<td style="border-bottom:1px solid #CCCCCC;">&nbsp;</td>
-	<td align="right" style="border-bottom:1px solid #CCCCCC;" width="40%"><a href="#" onClick="document.getElementById(\'DeleteLay\').style.display=\'none\'";>Close</a></td>
-</tr>
-<tr>
-	<td colspan="3">&nbsp;</td>
-</tr>
-<tr>
-	<td width="50%"><b>{$CMOD.LBL_ROLE_TO_BE_DELETED}</b></td>
-	<td width="2%"><b>:</b></td>
-	<td width="48%"><b>{$ROLENAME}</b></td>
-</tr>
-<tr>
-	<td style="text-align:left;"><b>{$CMOD.LBL_TRANSFER_USER_ROLE}</b></td>
-	<td ><b>:</b></td>
-	<td align="left">
-	<input type="text" name="role_name"  id="role_name" value="" class="txtBox" readonly="readonly">&nbsp;
-        	{$ROLEPOPUPBUTTON}
-        <input type="hidden" name="user_role" id="user_role" value="">	
-           
-	</td>
-</tr>
-<tr><td colspan="3" style="border-bottom:1px dashed #CCCCCC;">&nbsp;</td></tr>
-<tr>
-    <td colspan="3" align="center"><input type="submit" name="Delete" value="{$APP.LBL_SAVE_BUTTON_LABEL}" class="small">
-	</td>
-</tr>
-</table>
-</form></div>
-</td>
-</tr>
-</table>
-
-</td>
-</tr>
-</table>
+{*<!--
+
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is:  vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+*
+ ********************************************************************************/
+
+-->*}
+<script language="JavaScript" type="text/javascript">
+function openPopup(del_roleid){ldelim}
+                window.open("index.php?module=Users&action=UsersAjax&file=RolePopup&maskid="+del_roleid+"&parenttab=Settings","roles_popup_window","height=425,width=640,toolbar=no,menubar=no,dependent=yes,resizable =no");
+        {rdelim}
+</script>
+<br>
+<table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
+<tr>
+    <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
+    <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%">
+    <br>
+
+    <div align=center>
+
+	{include file='SetMenu.tpl'}
+
+<form name="newProfileForm" action="index.php">
+<input type="hidden" name="module" value="Users">
+<input type="hidden" name="action" value="DeleteRole">
+<input type="hidden" name="delete_role_id" value="{$ROLEID}">	
+<table width="100%" border="0" cellpadding="3" cellspacing="0">
+<tr>
+	<td class="genHeaderSmall" align="left" style="border-bottom:1px solid #CCCCCC;" width="50%">{$CMOD.LBL_DELETE_ROLE}</td>
+	<td style="border-bottom:1px solid #CCCCCC;">&nbsp;</td>
+	<td align="right" style="border-bottom:1px solid #CCCCCC;" width="40%"><a href="#" onClick="document.getElementById(\'DeleteLay\').style.display=\'none\'";>Close</a></td>
+</tr>
+<tr>
+	<td colspan="3">&nbsp;</td>
+</tr>
+<tr>
+	<td width="50%"><b>{$CMOD.LBL_ROLE_TO_BE_DELETED}</b></td>
+	<td width="2%"><b>:</b></td>
+	<td width="48%"><b>{$ROLENAME}</b></td>
+</tr>
+<tr>
+	<td style="text-align:left;"><b>{$CMOD.LBL_TRANSFER_USER_ROLE}</b></td>
+	<td ><b>:</b></td>
+	<td align="left">
+	<input type="text" name="role_name"  id="role_name" value="" class="txtBox" readonly="readonly">&nbsp;
+        	{$ROLEPOPUPBUTTON}
+        <input type="hidden" name="user_role" id="user_role" value="">	
+           
+	</td>
+</tr>
+<tr><td colspan="3" style="border-bottom:1px dashed #CCCCCC;">&nbsp;</td></tr>
+<tr>
+    <td colspan="3" align="center"><input type="submit" name="Delete" value="{$APP.LBL_SAVE_BUTTON_LABEL}" class="small">
+	</td>
+</tr>
+</table>
+</form></div>
+</td>
+</tr>
+</table>
+
+</td>
+</tr>
+</table>
+</td>
+</tr>
+</table>
+</div>
+<td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
+</tr>
+</table>
+<br>





More information about the vtigercrm-commits mailing list