Changeset 617 for trunk/app/views/ecourses/admin_add.ctp
- Timestamp:
- 07/01/08 19:06:58 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/ecourses/admin_add.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/ecourses/admin_add.ctp
r585 r617 4 4 ?> 5 5 <fieldset> 6 <legend> New Course</legend>6 <legend><?php __('New eCourse');?></legend> 7 7 <table><tr><td> 8 8 <?php … … 27 27 ?> 28 28 </td></tr> 29 30 29 <tr><td> 31 <?php32 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 ?> 34 33 </td><td colspan="2"> 35 34 <?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')); 38 37 ?></fieldset> 39 38 </td></tr>
