[Alba-desarrollo] SVN Alba r5521 - prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates

commits en pressenter.com.ar commits en pressenter.com.ar
Mie Abr 9 21:41:42 CEST 2008


Author: hsanchez
Date: 2008-04-09 16:41:42 -0300 (Wed, 09 Apr 2008)
New Revision: 5521

Modified:
   prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/listSuccess.php
Log:
Agregando el apellido materno, cambiando al metodo magico

Modified: prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/listSuccess.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/listSuccess.php	2008-04-09 19:35:08 UTC (rev 5520)
+++ prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/listSuccess.php	2008-04-09 19:41:42 UTC (rev 5521)
@@ -54,7 +54,7 @@
 <table cellspacing="0" class="sf_admin_list">
   <thead>
   <tr>
-    <th id="sf_admin_list_th_alumno"> Alumno</th>
+    <th id="sf_admin_list_th_alumno"> Apellidos/Nombres</th>
 
     <?php foreach ($aPeriodo as $periodo) {?>
     <th id="sf_admin_list_th_sf_actions"><?php echo $periodo->getDescripcion()?></th>
@@ -67,7 +67,7 @@
   <tbody>
 <?php foreach($aAlumno as $alumno){ ?>
   <tr class="sf_admin_row_0">
-    <td><?php echo $alumno->getApellido()." ".$alumno->getNombre(); ?></td>
+    <td><?php echo $alumno ?></td>
     <?php foreach ($aPeriodo as $periodo) {?>    
     <td>
     <?php echo input_tag("nota[".$alumno->getId()."][".$periodo->getId()."][".""."]", $aNotaAlumno[$alumno->getId()][$periodo->getId()],array('size' => $sizeNota, 'maxlength' => $sizeNota));?>   




Más información sobre la lista de distribución Alba-desarrollo