[Vtigercrm-commits] [vtiger-commits] r7849 - /vtigercrm/trunk/modules/Calendar/header.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 07:09:22 EDT 2006


Author: richie
Date: Wed Jul  5 05:08:49 2006
New Revision: 7849

Log:
titleand alt has been removed for faded images

Modified:
    vtigercrm/trunk/modules/Calendar/header.php

Modified: vtigercrm/trunk/modules/Calendar/header.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/header.php (original)
+++ vtigercrm/trunk/modules/Calendar/header.php Wed Jul  5 05:08:49 2006
@@ -53,8 +53,8 @@
 
 		<table border=0 cellspacing=0 cellpadding=5>
 			<tr>
-				<td style="padding-right:0px;padding-left:10px;"><img src="'.$image_path.'tbarImport-Faded.gif" alt="{$APP.LBL_IMPORT} {$APP.$MODULE}" title="{$APP.LBL_IMPORT} {$APP.$MODULE}" border="0"></td>
-                <td style="padding-right:10px"><img src="'.$image_path.'tbarExport-Faded.gif" alt="{$APP.LBL_EXPORT} {$APP.$MODULE}" title="{$APP.LBL_EXPORT} {$APP.$MODULE}" border="0"></td>
+				<td style="padding-right:0px;padding-left:10px;"><img src="'.$image_path.'tbarImport-Faded.gif" border="0"></td>
+                <td style="padding-right:10px"><img src="'.$image_path.'tbarExport-Faded.gif" border="0"></td>
 			</tr>
 		</table>	
 	</td>





More information about the vtigercrm-commits mailing list