]> git.llucax.com Git - z.facultad/75.52/sercom.git/commitdiff
Agrego class faltantes.
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Wed, 28 Feb 2007 04:55:55 +0000 (04:55 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Wed, 28 Feb 2007 04:55:55 +0000 (04:55 +0000)
sercom/subcontrollers/docente_inscripto/templates/list.kid
sercom/subcontrollers/docente_inscripto/templates/show.kid

index 8529729be5e8812081ba2e943b5a138c398b4527..56b0fb689ddf166df67f234239ab4b06ef81c5e8 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>Docente</th>
index 4dce4ebe68bf99bb3f6faffd5ddccb3980152adf..82cf22fa05a76c4592e56e625d50c0f04e4b3d3d 100644 (file)
@@ -7,7 +7,7 @@
 </head>
 <body>
 
-<table>
+<table class="show">
     <tr>
         <th>Curso:</th>
         <td><span py:replace="record.curso.shortrepr()">curso</span></td>