Show
Ignore:
Timestamp:
07/01/08 19:06:58 (5 months ago)
Author:
aarkerio
Message:

Little fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/ecourses/admin_add.ctp

    r585 r617  
    44?> 
    55<fieldset> 
    6   <legend>New Course</legend> 
     6  <legend><?php __('New eCourse');?></legend> 
    77  <table><tr><td> 
    88<?php 
     
    2727 ?> 
    2828</td></tr> 
    29  
    3029<tr><td> 
    31   <?php 
    32       echo $form->input('Ecourse.code', array("size" => 12, "maxlenght" => 12, 'title'=>' max. 12 characters. Example: ROM2121')); 
    33   ?> 
     30<?php 
     31 e($form->input('Ecourse.code', array("size" => 12, "maxlenght" => 12, 'title'=>' max. 12 characters. Example: ROM2121'))); 
     32?> 
    3433</td><td colspan="2"> 
    3534  <?php 
    36      echo $form->label('Ecourse.status', 'Enabled:' ); 
    37      echo $form->checkbox('Ecourse.status', array("value"=>1, 'title'=>'Enabled course'));  
     35     echo $form->label('Ecourse.status', 'Enabled:'); 
     36     echo $form->checkbox('Ecourse.status', array('value'=>1, 'title'=>'Enabled course'));  
    3837  ?></fieldset> 
    3938</td></tr>