[Vtigercrm-commits] [vtiger-commits] r5709 - in /vtigercrm/trunk/Smarty/templates: Emails.tpl Webmails.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 3 07:59:24 EDT 2006


Author: richie
Date: Wed May  3 05:59:17 2006
New Revision: 5709

Log:
links provided

Modified:
    vtigercrm/trunk/Smarty/templates/Emails.tpl
    vtigercrm/trunk/Smarty/templates/Webmails.tpl

Modified: vtigercrm/trunk/Smarty/templates/Emails.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Emails.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Emails.tpl Wed May  3 05:59:17 2006
@@ -24,16 +24,16 @@
 {literal}
 function DeleteEmail(id)
 {
-	if(confirm("Are you sure you want to delete ?"))
-		{	
-			show("status");
-			var ajaxObj = new Ajax(ajaxDelResponse);
-			var urlstring ="module=Users&action=massdelete&return_module=Emails&idlist="+id;
-		    	ajaxObj.process("index.php?",urlstring);
-		}
-		else
-		{
-			return false;
+	if(confirm("Are you sure you want to delete ?"))
+		{	
+			show("status");
+			var ajaxObj = new Ajax(ajaxDelResponse);
+			var urlstring ="module=Users&action=massdelete&return_module=Emails&idlist="+id;
+		    	ajaxObj.process("index.php?",urlstring);
+		}
+		else
+		{
+			return false;
 		}
 }
 function ajaxDelResponse(response)
@@ -76,11 +76,11 @@
 											</td>
 											<td>
 												<img src="{$IMAGE_PATH}compose.gif" align="absmiddle" />
-												&nbsp;<a href="javascript:openPopUp('ComposeEmail',this,'index.php?module=Emails&action=EmailsAjax&file=EditView','createemailWin',655,652,'menubar=no,toolbar=no,location=no,status=no,resizable=no');" class="webMnu">Compose</a>
+												&nbsp;<a href="javascript:openPopUp('xComposeEmail',this,'index.php?module=Emails&action=EmailsAjax&file=EditView','createemailWin',655,652,'menubar=no,toolbar=no,location=no,status=no,resizable=no');" class="webMnu">Compose</a>
 											</td>
 											<td>
 												<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
-												&nbsp;<a href="#" class="webMnu">Settings</a>
+												&nbsp;<a href="index.php?module=Settings&action=ListMailAccount" class="webMnu">Settings</a>
 											</td>
 									</tr>
 							</table>
@@ -96,7 +96,7 @@
 							<img src="{$IMAGE_PATH}webmail_root.gif" align="absmiddle" />&nbsp;<b>All Mails</b>
 							<ul style="list-style-type:none;">
 								<li><img src="{$IMAGE_PATH}webmail_downarrow.gif" align="absmiddle" />&nbsp;&nbsp;
-										<a href="#" class="webMnu">Inbox</a>&nbsp;<b></b>
+										<a href="index.php?module=Webmails&action=index" class="webMnu">Inbox</a>&nbsp;<b></b>
 								</li>
 								<li><img src="{$IMAGE_PATH}webmail_uparrow.gif" align="absmiddle" />&nbsp;&nbsp;
 										<a href="#" class="webMnu">Sent</a>&nbsp;<b></b>

Modified: vtigercrm/trunk/Smarty/templates/Webmails.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Webmails.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Webmails.tpl Wed May  3 05:59:17 2006
@@ -33,7 +33,7 @@
 											</td>
 											<td>
 												<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
-												&nbsp;<a href="#" class="webMnu">Settings</a>
+												&nbsp;<a href="index.php?module=Settings&action=ListMailAccount" class="webMnu">Settings</a>
 											</td>
 											<td>
 												<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />





More information about the vtigercrm-commits mailing list