[Vtigercrm-commits] [vtiger development] #1259: i18n issues with Beta
vtiger development
vtiger-tickets at vtiger.fosslabs.com
Fri Jun 2 12:15:38 EDT 2006
#1259: i18n issues with Beta
------------------------+---------------------------------------------------
Reporter: anonymous | Owner: developer
Type: defect | Status: new
Priority: minor | Milestone:
Component: vtigercrm | Version: 5.0.0
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by anonymous):
and here:
\Modules\Calendar\calendarLayout.php
9.471 <td align='right' width='25%'><b>View : </b>";
and here (this eems to be a major issue and also includes "today", "this
week" and "this month")
\Modules\Activities\OpenListView.php
2.676 else if($activity_view == 'This Year')
12.949 else if($activity_view == 'This Year')
13.708 $ACTIVITY_VIEW_SELECT_OPTION .= '<option value="This Year"
'.$selected4.'>';
13.771 $ACTIVITY_VIEW_SELECT_OPTION .= 'This Year';
and here: (it also includes "today", "Last Week")
\Modules\Leads\ListViewTop.php
2.339 else if($lead_view == 'Last 2 Days')
5.239 else if($lead_view == 'Last 2 Days')
5.665 $LEAD_VIEW_SELECT_OPTION .= '<option value="Last 2 Days"
'.$selected2.'>';
5.727 $LEAD_VIEW_SELECT_OPTION .= 'Last 2 Days';
--
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1259>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list