Changeset 12252

Show
Ignore:
Timestamp:
12/16/08 09:19:15 (2 years ago)
Author:
asha
Message:

Added Link for Privacy Policy (Contents for Privacy Policy yet to be updated) - Asha
Fixed the migration script for payment_duration field (typeofdata by I instead of V) - Asha

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vtigercrm/branches/5.1/include/language/en_us.lang.php

    r12247 r12252  
    11751175'LBL_DUPLICATE' => 'Duplicate', 
    11761176'LBL_CLICK' => 'Click', 
    1177 'LBL_TO_CONFIGURE' => 'to Configure the',  
     1177'LBL_TO_CONFIGURE' => 'to Configure the', 
     1178 
     1179// For Privacy Policy 
     1180'LNK_PRIVACY_POLICY'=>'Privacy Policy', 
     1181  
    11781182); 
    11791183 
  • vtigercrm/branches/5.1/index.php

    r12208 r12252  
    759759                echo "<br><br><br><table border=0 cellspacing=0 cellpadding=5 width=100% class=settingsSelectedUI >"; 
    760760                echo "<tr><td class=small align=left><span style='color: rgb(153, 153, 153);'>vtiger CRM 5.1.0</span></td>"; 
    761                 echo "<td class=small align=right><span style='color: rgb(153, 153, 153);'>&copy; 2004-2008 <a href='http://www.vtiger.com' target='_blank'>vtiger.com</a> | <a href='javascript:mypopup()'>".$app_strings['LNK_READ_LICENSE']."</a></span> $statimage</td></tr></table>"; 
     761                echo "<td class=small align=right><span style='color: rgb(153, 153, 153);'>&copy; 2004-2008 <a href='http://www.vtiger.com' target='_blank'>vtiger.com</a> | <a href='javascript:mypopup()'>".$app_strings['LNK_READ_LICENSE']."</a> | <a href='http://www.vtiger.com/products/crm/privacy_policy.html' target='_blank'>".getTranslatedString('LNK_PRIVACY_POLICY')."</a></span> $statimage</td></tr></table>"; 
    762762                         
    763763        //      echo "<table align='center'><tr><td align='center'>"; 
  • vtigercrm/branches/5.1/modules/Migration/DBChanges/504_to_510.php

    r12247 r12252  
    683683 
    684684$field_id = $adb->getUniqueID('vtiger_field'); 
    685 ExecuteQuery("insert into vtiger_field values($salesorder_tabid,$field_id,'payment_duration','vtiger_invoice_recurring_info',1,'16','payment_duration','Payment Duration',1,0,0,100,5,$new_block_id,1,'I~O',1,null,'BAS')"); 
     685ExecuteQuery("insert into vtiger_field values($salesorder_tabid,$field_id,'payment_duration','vtiger_invoice_recurring_info',1,'16','payment_duration','Payment Duration',1,0,0,100,5,$new_block_id,1,'V~O',1,null,'BAS')"); 
    686686addFieldSecurity($salesorder_tabid,$field_id); 
    687687 
  • vtigercrm/branches/5.1/modules/Users/about_us.php

    r12051 r12252  
    201201                                                        <span class="small" style="color:#999999;"><?php echo $mod_strings['LBL_VERSION'] ." ".$patch_string;?></span>&nbsp;|&nbsp; 
    202202                                                                        <a href="javascript:;" onClick=" newpopup('http://www.vtiger.com/copyrights/LICENSE_AGREEMENT.txt')"><?php echo $mod_strings['LBL_READ_LICENSE'];?></a>&nbsp;|&nbsp; 
     203                                                                        <a href="javascript:;" onClick=" newpopup('http://www.vtiger.com/products/crm/privacy_policy.html')"><?php echo $app_strings['LNK_PRIVACY_POLICY'];?></a>&nbsp;|&nbsp; 
    203204                                                                        <a href="javascript:;" onClick=" newpopup('http://www.vtiger.com/index.php?option=com_content&task=view&id=26&Itemid=54')"><?php echo $mod_strings['LBL_CONTACT_US'];?></a> 
    204205                                                        </td>