From 73ec1f2478eae041de71233c3e889d23c1b01031 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Mon, 19 Mar 2007 01:20:17 +0000 Subject: [PATCH] muestro las entregas realizadas en la correccion de la misma manera que en otros lados --- sercom/subcontrollers/correccion/__init__.py | 2 +- .../correccion/templates/entregas.kid | 83 +++++++++++++------ 2 files changed, 60 insertions(+), 25 deletions(-) diff --git a/sercom/subcontrollers/correccion/__init__.py b/sercom/subcontrollers/correccion/__init__.py index 922c404..307b163 100644 --- a/sercom/subcontrollers/correccion/__init__.py +++ b/sercom/subcontrollers/correccion/__init__.py @@ -124,7 +124,7 @@ class CorreccionController(controllers.Controller, identity.SecureResource): @paginate('records') def entregas(self, id): r = validate_get(id) - return dict(records=r.entregas, correccion = id) + return dict(records=r.entregas, correccion = r) #}}} diff --git a/sercom/subcontrollers/correccion/templates/entregas.kid b/sercom/subcontrollers/correccion/templates/entregas.kid index 9992e2d..4eb312b 100644 --- a/sercom/subcontrollers/correccion/templates/entregas.kid +++ b/sercom/subcontrollers/correccion/templates/entregas.kid @@ -8,39 +8,74 @@ -

Entregas realizadas

+

Entregas Realizadas

- - - - - + + + + + + - - - - - + + + + + + +
FechaOk?ObservacionesComandos EjecutadasOperacionesEntregadorCorrectaInicioTareasFinTareasObservacionesOperaciones
usuario - Si - fecha corregido -
    -
  • -
-
usuariofecha asignadofecha corregidofecha corregidonota + Corrida Bajar Archivo
-
-Volver -
- ${page} - ${page} -
+ +
+Volver -- 2.43.0