[Alba-desarrollo] SVN Alba r5519 -
prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates
commits en pressenter.com.ar
commits en pressenter.com.ar
Mie Abr 9 21:28:12 CEST 2008
Author: hsanchez
Date: 2008-04-09 16:28:11 -0300 (Wed, 09 Apr 2008)
New Revision: 5519
Modified:
prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates/verCompletaSuccess.php
Log:
Cambiando metodos getApellidos()
Modified: prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates/verCompletaSuccess.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates/verCompletaSuccess.php 2008-04-09 19:21:18 UTC (rev 5518)
+++ prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates/verCompletaSuccess.php 2008-04-09 19:28:11 UTC (rev 5519)
@@ -39,9 +39,9 @@
<thead>
<tr>
<th id="sf_admin_list_th_apellido">
- Apellido</th>
+ Apellidos</th>
<th id="sf_admin_list_th_nombre">
- Nombre</th>
+ Nombres</th>
<th id="sf_admin_list_th_nro_documentot">
Nro. Documento</th>
<th id="sf_admin_list_th_Sexo">
@@ -56,7 +56,7 @@
foreach($aAlumno as $alumno){
?>
<tr class="sf_admin_row_0">
- <td><?php echo $alumno->getApellido();?></td>
+ <td><?php echo $alumno->getApellidos();?></td>
<td><?php echo $alumno->getNombre();?></td>
<td><?php echo $alumno->getNroDocumento();?></td>
<td><?php echo $alumno->getSexo();?></td>
@@ -106,9 +106,9 @@
<thead>
<tr>
<th id="sf_admin_list_th_apellido">
- Apellido</th>
+ Apellidos</th>
<th id="sf_admin_list_th_nombre">
- Nombre</th>
+ Nombres</th>
<th id="sf_admin_list_th_nro_documentot">
Nro. Documento</th>
<th id="sf_admin_list_th_Direccion">
@@ -129,7 +129,7 @@
foreach($aResponsable as $responsable){
?>
<tr class="sf_admin_row_0">
- <td><?php echo $responsable->getApellido();?></td>
+ <td><?php echo $responsable->getApellidos();?></td>
<td><?php echo $responsable->getNombre();?></td>
<td><?php echo $responsable->getNroDocumento();?></td>
<td><?php echo $responsable->getDireccion();?></td>
@@ -165,4 +165,4 @@
</li>
</ul>
</div>
-</div>
\ No newline at end of file
+</div>
Más información sobre la lista de distribución Alba-desarrollo