Ignore:
Timestamp:
21 Aug 2007, 16:02:50 (17 years ago)
Author:
Henrik Bettermann
Message:

used PIN list fixed
size of reg_no widget changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_pins/pins_view.pt

    r1064 r2140  
    2525            <td tal:content="pin/pin" />
    2626            <td tal:content="pin/student_id" />
    27             <td tal:condition="pin/student_url">
     27            <td>
    2828              <a tal:condition="pin/student_url" href="" tal:content="pin/student"
    2929                 tal:attributes="href pin/student_url"></a>
    30               <span tal:condition="not: pin/student_url" tal:content="pin/student" />
     30              <span tal:condition="python: not pin['student_url'] and not pin['student'].startswith('disabled')" tal:content="pin/student" />
    3131            </td>
    3232          </tr>
Note: See TracChangeset for help on using the changeset viewer.