[Vtigercrm-commits] [vtiger-commits] r5195 - /vtigercrm/trunk/Smarty/templates/DetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 20 11:06:25 EDT 2006
Author: saraj
Date: Thu Apr 20 09:06:20 2006
New Revision: 5195
Log:
convertlead button type has been changed
Modified:
vtigercrm/trunk/Smarty/templates/DetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Thu Apr 20 09:06:20 2006
@@ -199,7 +199,7 @@
{/if}
{if $MODULE eq 'Leads'}
{if $CONVERTLEAD eq 'permitted'}
- <input title="{$APP.LBL_CONVERT_BUTTON_TITLE}" accessKey="{$APP.LBL_CONVERT_BUTTON_KEY}" class="small" onclick="callConvertLeadDiv('{$ID}');" type="submit" name="Convert" value="{$APP.LBL_CONVERT_BUTTON_LABEL}">
+ <input title="{$APP.LBL_CONVERT_BUTTON_TITLE}" accessKey="{$APP.LBL_CONVERT_BUTTON_KEY}" class="small" onclick="callConvertLeadDiv('{$ID}');" type="button" name="Convert" value="{$APP.LBL_CONVERT_BUTTON_LABEL}">
{/if}
{/if}
</td>
More information about the vtigercrm-commits
mailing list