[Vtigercrm-commits] [vtiger-commits] r4563 - in /vtigercrm/trunk/Smarty/templates: DetailView.tpl ListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 02:28:52 EST 2006
Author: saraj
Date: Tue Mar 28 00:28:47 2006
New Revision: 4563
Log:
AddBusinesscard link removed
Modified:
vtigercrm/trunk/Smarty/templates/DetailView.tpl
vtigercrm/trunk/Smarty/templates/ListView.tpl
Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Tue Mar 28 00:28:47 2006
@@ -74,9 +74,6 @@
<a href="index.php?module={$MODULE}&action=Import&step=1&return_module={$MODULE}&return_action=index">Import {$MODULE}</a> |
{/if}
<a href="index.php?module={$MODULE}&action=Export&all=1">Export {$MODULE}</a>
- {if $MODULE eq 'Contacts'}
- | <a href='index.php?module={$MODULE}&action=AddBusinessCard&return_module={$MODULE}&return_action=ListView'>Add Business Card</a>
- {/if}
</td>
{else}
<td nowrap style="width:50%;padding:10px"> </td>
Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Tue Mar 28 00:28:47 2006
@@ -92,9 +92,6 @@
<a href="index.php?module={$MODULE}&action=Import&step=1&return_module={$MODULE}&return_action=index">Import {$MODULE}</a> |
{/if}
<a href="index.php?module={$MODULE}&action=Export&all=1">Export {$MODULE}</a>
- {if $MODULE eq 'Contacts'}
- | <a href='index.php?module={$MODULE}&action=AddBusinessCard&return_module={$MODULE}&return_action=ListView'>Add Business Card</a>
- {/if}
</td>
{else}
<td nowrap style="width:50%;padding:10px"> </td>
More information about the vtigercrm-commits
mailing list