[Vtigercrm-commits] [vtiger-commits] r7203 - /vtigercrm/trunk/Smarty/templates/PopupContents.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 01:14:59 EDT 2006
Author: saraj
Date: Fri Jun 16 23:14:55 2006
New Revision: 7203
Log:
select label has been modified
Modified:
vtigercrm/trunk/Smarty/templates/PopupContents.tpl
Modified: vtigercrm/trunk/Smarty/templates/PopupContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/PopupContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/PopupContents.tpl Fri Jun 16 23:14:55 2006
@@ -14,7 +14,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="small">
<tr>
{if $SELECT eq 'enable'}
- <td style="padding-left:10px;" align="left"><input class="small" type="button" value="Add Contacts" onclick="if(SelectAll()) window.close();"/></td>
+ <td style="padding-left:10px;" align="left"><input class="small" type="button" value="Add {$MODULE}" onclick="if(SelectAll()) window.close();"/></td>
{else}
<td> </td>
{/if}
More information about the vtigercrm-commits
mailing list