[Vtigercrm-commits] [vtiger-commits] r10191 - in /vtigercrm/branches/5.0.3: Smarty/templates/ themes/alphagrey/images/ themes/bluelagoon/images/ themes/woodspice/images/

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Feb 16 05:54:21 EST 2007


Author: saraj
Date: Fri Feb 16 03:54:06 2007
New Revision: 10191

Log:
Action icons added

Added:
    vtigercrm/branches/5.0.3/themes/alphagrey/images/AddEvent.gif   (with props)
    vtigercrm/branches/5.0.3/themes/alphagrey/images/AddToDo.gif   (with props)
    vtigercrm/branches/5.0.3/themes/bluelagoon/images/AddEvent.gif   (with props)
    vtigercrm/branches/5.0.3/themes/bluelagoon/images/AddToDo.gif   (with props)
    vtigercrm/branches/5.0.3/themes/woodspice/images/AddEvent.gif   (with props)
    vtigercrm/branches/5.0.3/themes/woodspice/images/AddToDo.gif   (with props)
Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl Fri Feb 16 03:54:06 2007
@@ -402,11 +402,11 @@
                                 <tr><td>&nbsp;</td></tr>
                                 <tr><td align="left" class="genHeaderSmall">{$APP.LBL_ACTIONS}</td></tr>
                                 <tr><td align="left" style="padding-left:10px;">
-                                        <img src="{$IMAGE_PATH}pointer.gif" hspace="5" align="absmiddle"/>
+		        <a href="index.php?module=Calendar&action=EditView&return_module={$MODULE}&return_action=DetailView&activity_mode=Events&return_id={$ID}&parent_id={$ID}&parenttab={$CATEGORY}" class="webMnu"><img src="{$IMAGE_PATH}AddEvent.gif" hspace="5" align="absmiddle"  border="0"/></a>
                                         <a href="index.php?module=Calendar&action=EditView&return_module={$MODULE}&return_action=DetailView&activity_mode=Events&return_id={$ID}&parent_id={$ID}&parenttab={$CATEGORY}" class="webMnu">{$APP.LBL_ADD_NEW} {$APP.Event}</a>
                                 </td></tr>
                                 <tr><td align="left" style="padding-left:10px;">
-                                        <img src="{$IMAGE_PATH}pointer.gif" hspace="5" align="absmiddle"/>
+			        <a href="index.php?module=Calendar&action=EditView&return_module={$MODULE}&return_action=DetailView&activity_mode=Task&return_id={$ID}&parent_id={$ID}&parenttab={$CATEGORY}" class="webMnu"><img src="{$IMAGE_PATH}AddToDo.gif" hspace="5" align="absmiddle" border="0"/></a>
                                         <a href="index.php?module=Calendar&action=EditView&return_module={$MODULE}&return_action=DetailView&activity_mode=Task&return_id={$ID}&parent_id={$ID}&parenttab={$CATEGORY}" class="webMnu">{$APP.LBL_ADD_NEW} {$APP.Todo}</a></td></tr>
                         </table>
                 <br>





More information about the vtigercrm-commits mailing list