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

commits en pressenter.com.ar commits en pressenter.com.ar
Lun Oct 5 21:19:34 CEST 2009


Author: ftoledo
Date: 2009-10-05 16:19:34 -0300 (Mon, 05 Oct 2009)
New Revision: 6283

Modified:
   prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/_mostrar.php
Log:
la tabla del boletin debe quedar centrada


Modified: prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/_mostrar.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/_mostrar.php	2009-10-01 21:47:19 UTC (rev 6282)
+++ prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/_mostrar.php	2009-10-05 19:19:34 UTC (rev 6283)
@@ -16,7 +16,7 @@
   <br/><br/><b>Alumno: <?php echo $alumno->getNombre()." ".$alumno->getApellido()?></b>
   <b>Curso:&nbsp;<?php echo ($division->getAnio())?$division->getAnio()->getDescripcion():""?> <?php echo $division->getDescripcion()?> </b>
   </div>
-  <table class="notas" cellpadding="2" cellspacing="2">
+  <table class="notas" cellpadding="2" cellspacing="2" align="center">
     <tbody>
       <tr>
         <td>&nbsp;</td>




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