Changeset 12252
- Timestamp:
- 12/16/08 09:19:15 (2 years ago)
- Files:
-
- vtigercrm/branches/5.1/include/language/en_us.lang.php (modified) (1 diff)
- vtigercrm/branches/5.1/index.php (modified) (1 diff)
- vtigercrm/branches/5.1/modules/Migration/DBChanges/504_to_510.php (modified) (1 diff)
- vtigercrm/branches/5.1/modules/Users/about_us.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vtigercrm/branches/5.1/include/language/en_us.lang.php
r12247 r12252 1175 1175 'LBL_DUPLICATE' => 'Duplicate', 1176 1176 '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 1178 1182 ); 1179 1183 vtigercrm/branches/5.1/index.php
r12208 r12252 759 759 echo "<br><br><br><table border=0 cellspacing=0 cellpadding=5 width=100% class=settingsSelectedUI >"; 760 760 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);'>© 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);'>© 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>"; 762 762 763 763 // echo "<table align='center'><tr><td align='center'>"; vtigercrm/branches/5.1/modules/Migration/DBChanges/504_to_510.php
r12247 r12252 683 683 684 684 $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')");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,'V~O',1,null,'BAS')"); 686 686 addFieldSecurity($salesorder_tabid,$field_id); 687 687 vtigercrm/branches/5.1/modules/Users/about_us.php
r12051 r12252 201 201 <span class="small" style="color:#999999;"><?php echo $mod_strings['LBL_VERSION'] ." ".$patch_string;?></span> | 202 202 <a href="javascript:;" onClick=" newpopup('http://www.vtiger.com/copyrights/LICENSE_AGREEMENT.txt')"><?php echo $mod_strings['LBL_READ_LICENSE'];?></a> | 203 <a href="javascript:;" onClick=" newpopup('http://www.vtiger.com/products/crm/privacy_policy.html')"><?php echo $app_strings['LNK_PRIVACY_POLICY'];?></a> | 203 204 <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> 204 205 </td>
