Changeset 1179

Show
Ignore:
Timestamp:
07/25/08 06:10:33
Author:
piv
Message:

fixed visible checkbox after posting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/templates/actionslist.pt

    r1177 r1179  
    3737                         submitted python:test(request.get('form.submitted','') and request.get('orig_id','')==id, True, False)" 
    3838             tal:attributes="name name; 
    39                              checked python:test(submitted, test(request.form.get(name, []) != [], 'checked', None), test(visible, 'checked', None))"/> 
     39                             checked python:test(submitted, test(request.form.get(name, False), 'checked', None), test(visible, 'checked', None))"/> 
    4040    </div> 
    4141