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_display.pt

    r6324 r6332  
    33    tal:content="view/label">Label</h2>
    44
    5 <h2> ... <span tal:replace="context/getApplicationState">Application State</span> ... </h2>
     5<h2> ... <span tal:replace="context/state">Application State</span> ... </h2>
    66
    7 <div class="workflow" tal:content="structure context/msgs">Application Workflow</div>
     7<div class="workflow" tal:content="structure context/msgs">
     8  Application Workflow
     9</div>
    810
    911<table class="zebra">
Note: See TracChangeset for help on using the changeset viewer.