]> git.llucax.com Git - software/sercom.git/commitdiff
Agregar fecha a entrega.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 18 Mar 2007 23:03:37 +0000 (23:03 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 18 Mar 2007 23:03:37 +0000 (23:03 +0000)
sercom/subcontrollers/misentregas/templates/list.kid

index 94d04ca80e176a9a8fc9506d73587f890f5f54fa..8bc947d4286192221b409e7f92a267d9ea5d6164 100644 (file)
@@ -15,7 +15,8 @@
                                <th>Entregador</th>
                                <th>Ejercicio</th>
                                <th><span title="Instancia de Entrega">IE</span></th>
-        <th>Correcta</th>
+        <th>OK?</th>
+        <th>Fecha</th>
         <th>InicioTareas</th>
         <th>FinTareas</th>
         <th>Observaciones</th>
@@ -26,6 +27,7 @@
         <td><span py:replace="record.instancia.ejercicio.enunciado.nombre">usuario</span></td>
         <td><span py:replace="record.instancia.shortrepr()">usuario</span></td>
         <td><span py:replace="record.exito">fecha asignado</span></td>
+        <td><span py:replace="record.fecha">fecha corregido</span></td>
         <td><span py:replace="record.inicio">fecha corregido</span></td>
         <td><span py:replace="record.fin">fecha corregido</span></td>
         <td><span py:replace="record.observaciones">nota</span></td>