Ignore:
Timestamp:
17 Jun 2009, 17:38:28 (15 years ago)
Author:
Henrik Bettermann
Message:

replace deprecated align attribute (right and center)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/session_results_slip.pt

    r2492 r4305  
    5050            <td valign="top" width="80px" tal:content="result/CosCode" />
    5151            <td valign="top" tal:content="result/title" />
    52             <td valign="top" width="50px" align="center" tal:content="result/GRADE" />
    53             <td valign="top" width="50px" align="center" tal:content="result/WEIGHT" />
    54             <td valign="top" width="50px" align="center" tal:content="result/credits" />
     52            <td valign="top" width="50px" style='text-align:center' tal:content="result/GRADE" />
     53            <td valign="top" width="50px" style='text-align:center' tal:content="result/WEIGHT" />
     54            <td valign="top" width="50px" style='text-align:center' tal:content="result/credits" />
    5555
    5656          </tr>
Note: See TracChangeset for help on using the changeset viewer.