Changeset 1771 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
11 May 2007, 11:37:16 (18 years ago)
Author:
Henrik Bettermann
Message:

import LGA as string
and other fixes

Location:
WAeUP_SRP/trunk/skins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/getNextSessionId.py

    r1764 r1771  
    1313"""
    1414
    15 if session != context.getSessionId()[2:]:
     15if session != context.getSessionId()[-2:]:
    1616    ns = int(session) + 1
    1717else:
  • WAeUP_SRP/trunk/skins/waeup_default/import_form.pt

    r1759 r1771  
    33           data_storage options/ds;
    44           formaction options/formaction|string:import;
    5            button options/button|string:import;
     5           button options/button|string:Import;
    66           creation creation|nothing;"
    77           >
     
    1818          <br />
    1919          <input type="submit" class="standalone"
    20                  name="import" value="Import"
     20                 name="import" value="import"
    2121                 tal:attributes="value button"
    2222                 tal:condition="not:creation" />
  • WAeUP_SRP/trunk/skins/waeup_epayment/pay_by_sc.py

    r1765 r1771  
    9292    payment.getContent().edit(mapping=info)
    9393    wftool.doActionFor(payment,'close')
    94     if next_session == context.getSessionId()[2:]:
     94    if next_session == context.getSessionId()[-2:]:
    9595        wftool.doActionFor(student,'pay_school_fee')
    9696    else:
  • WAeUP_SRP/trunk/skins/waeup_utilities/ti_188_resolve.py

    r1687 r1771  
    4949res = scat()
    5050for sbrain in res:
     51    if not sbrain.matric_no:
     52        continue
    5153    if str(sbrain.level) == '100':
    5254        ec = "new"
Note: See TracChangeset for help on using the changeset viewer.