Changeset 787 for trunk/app/views

Show
Ignore:
Timestamp:
09/27/08 20:33:26 (8 weeks ago)
Author:
aarkerio
Message:

Triki Trake beggins

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/vclassrooms/show.ctp

    r779 r787  
    77if ( $belongs === true ): 
    88  echo  $html->para(null, __('Welcome', true) . '!<b> '. $session->read('Auth.User.username') .'</b>'); 
    9   echo  $html->para(null, '<b>'.__('Start date', true). '</b>:' . $data['Vclassroom']['sdate']); 
    10   echo  $html->para(null, '<b>'.__('Finish date', true). '</b>:' . $data['Vclassroom']['fdate']); 
    11   echo  $html->para(null, '<b>'.__('Subject', true).'</b>: ' . $data['Ecourse']['title']); 
     9  echo  $html->para(null, '<b>'.__('Starts on', true). '</b> :' . $data['Vclassroom']['sdate']); 
     10  echo  $html->para(null, '<b>'.__('Ends on', true). '</b> :' . $data['Vclassroom']['fdate']); 
     11  echo  $html->para(null, '<b>'.__('Subject', true).'</b> : ' . $data['Ecourse']['title']); 
    1212 
    1313  if ( strlen($data['Vclassroom']['gcalendar_id']) > 8):