Changeset 8206
- Timestamp:
- 08/28/13 11:38:06 (10 years ago)
- Location:
- trunk/mobile
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mobile/inc/class.ui_home.inc.php
r4358 r8206 4 4 var $imap_functions; 5 5 var $db; 6 var $bocalendar;6 //var $bocalendar; 7 7 var $bo_mobilemail; 8 8 var $common; … … 22 22 $this->imap_functions = CreateObject('expressoMail1_2.imap_functions'); 23 23 $this->db = CreateObject('phpgwapi.db'); 24 $this->bocalendar = CreateObject('calendar.bocalendar');24 //$this->bocalendar = CreateObject('calendar.bocalendar'); 25 25 $this->bo_mobilemail = CreateObject('mobile.bo_mobilemail'); 26 26 } … … 84 84 $this->template->set_var('quota_used', $this->common->borkb($total_quota["quota_used"]*1024)); 85 85 $this->template->set_var('quota_limit', $this->common->borkb($total_quota["quota_limit"]*1024)); 86 86 /* 87 87 //pegando os eventos do dia atual 88 88 $year = $this->bocalendar->year; … … 116 116 } 117 117 118 118 */ 119 119 120 120 if($GLOBALS['phpgw']->session->appsession('mobile.layout','mobile')=="mini_desktop") { -
trunk/mobile/index.php
r7655 r8206 69 69 70 70 if( array_key_exists('expressoMail1_2',$GLOBALS['phpgw_info']['user']['apps']) === FALSE || 71 array_key_exists('contactcenter',$GLOBALS['phpgw_info']['user']['apps']) === FALSE ||72 array_key_exists('calendar',$GLOBALS['phpgw_info']['user']['apps']) === FALSE ) {71 array_key_exists('contactcenter',$GLOBALS['phpgw_info']['user']['apps']) === FALSE /*|| 72 array_key_exists('calendar',$GLOBALS['phpgw_info']['user']['apps']) === FALSE*/) { 73 73 $GLOBALS['phpgw']->session->phpgw_setcookie('lem', null); 74 74 $GLOBALS['phpgw']->session->phpgw_setcookie('pem', null); -
trunk/mobile/mobile_header.inc.php
r4277 r8206 43 43 break; 44 44 case mobilecalendar: 45 $link = "ui_mobilecalendar.index"; 45 // $link = "ui_mobilecalendar.index"; 46 $link = "ui_home.index"; 46 47 break; 47 48 case mobilecc: -
trunk/mobile/templates/default/home_index.tpl
r5043 r8206 54 54 {personal_folders_box} 55 55 </span> 56 < dd>56 <!--<dd> 57 57 <div class="limpar_div resultado-titulo"> 58 58 <label> … … 64 64 </div> 65 65 </dd> 66 {commitments_box}66 {commitments_box}--> 67 67 <dd> 68 68 <div class="limpar_div resultado-titulo">
Note: See TracChangeset
for help on using the changeset viewer.