Ignore:
Timestamp:
10 Jun 2011, 12:00:04 (13 years ago)
Author:
uli
Message:

Rename 'getApplicationState' to 'state'. Properties are always named like
attributes (lowe_case_with_underscores; they appear as attributes in the

interface) and not like methods (camelCase).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_edit.pt

    r6324 r6332  
    66    tal:content="view/label">Label</h2>
    77
    8   <h2> ... <span tal:replace="context/getApplicationState">Application State</span> ... </h2>
     8  <h2> ... <span tal:replace="context/state">Application State</span> ... </h2>
    99
    1010  <div class="workflow" tal:content="structure context/msgs">Application Workflow</div>
    1111
    12  
     12
    1313  <div class="form-status"
    1414    tal:define="status view/status"
Note: See TracChangeset for help on using the changeset viewer.