]> git.llucax.com Git - z.facultad/75.52/sercom.git/commitdiff
detalles
authorRicardo Markieicz <rmarkie@fi.uba.ar>
Sun, 25 Feb 2007 23:32:02 +0000 (23:32 +0000)
committerRicardo Markieicz <rmarkie@fi.uba.ar>
Sun, 25 Feb 2007 23:32:02 +0000 (23:32 +0000)
sercom/subcontrollers/ejercicio/templates/list.kid

index 035542a06dd07b4c867eeeccb2ad7cb1af43cdab..25ee50dea9c56ce9e97a11f643e7861c1599c45c 100644 (file)
@@ -9,7 +9,7 @@
 
 <h1>Administración de <span py:replace="namepl">Objetos</span></h1>
 
-<table>
+<table class="list">
     <tr>
         <th>Curso</th>
         <th>Numero</th>
@@ -27,7 +27,7 @@
             <span py:replace="record.grupal">grupal</span>
         </td>
         <td>
-            <a href="${tg.url('/entrega/%d' % record.id)}">Entregas</a>
+            <a href="${tg.url('/ejercicio/entrega/%d' % record.id)}">Entregas</a>
             <a href="${tg.url('/ejercicio/edit/%d' % record.id)}">Editar</a>
             <a href="${tg.url('/ejercicio/delete/%d' % record.id)}" onclick="if (confirm('${_(u'Estás seguro? Yo creo que no...')}')) { var f = document.createElement('form'); this.parentNode.appendChild(f); f.method = 'POST'; f.action = this.href; f.submit(); };return false;">Eliminar</a>
         </td>