javascript + tabular input

Comparing #1 with #2

Revision #2 was created by Mikael Ohlsson Mikael Ohlsson on Sep 10, 2011, 12:21:43 PM.

addPhoto => addStudent

Content

[...]
<thead>
<tr>
<td>Name</td>
<td>Surname</td>
<td>
<?php echo CHtml::link('add', '', array('onClick'=>'add
PhotoStudent($(this))', 'class'=>'add'/* 'submit'=>'', 'params'=>array('Student[command]'=>'add', 'noValidate'=>true)/**/));?>
</td>
</tr>
</thead>
<tbody>
<?php foreach($students->items as $id=>$model): ?>
[...]