Ignore:
Timestamp:
4 Dec 2007, 16:28:13 (17 years ago)
Author:
joachim
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_layout/layout_student_acco_create.pt

    r2243 r2857  
    1 <tal:block define="global creation python:1;
    2                    global formaction string:apply_admission" />
     1<tal:block define="global creation python:1" />
    32<!-- a layout_lib macro -->
    43<!-- $Id: layout_student_acco_create.pt 805 2006-11-09 09:38:29Z joachim $ -->
     
    1413  ti python:type_name and getattr(here.portal_types,type_name,None) or getattr(here.portal_types,here.portal_type,None);
    1514  cpsmcat nocall:here/translation_service;
    16   apply request/apply_button|nothing;
    1715  widgets python:context.getRenderedWidgets(layout);
    1816  ">
     
    119117  </table>
    120118  <br />
    121   <input type="submit" class="standalone" name="cpsdocument_edit_button"
    122          value="Save"
    123          id="cpsdocument_edit_button"
    124          tal:condition="not:creation" />
    125   <input type="submit" class="standalone" name="apply_admission"
    126          value="apply for admission"
    127          id="cpsdocument_edit_and_view_button"
    128          tal:condition="apply"
    129          tal:attributes="value apply"/>
    130119  <input type="submit"
    131120         class="standalone"
    132121         name="cpsdocument_create_button"
    133          value="apply"
    134122         tal:attributes="value options/button"
    135123         tal:condition="creation" />
Note: See TracChangeset for help on using the changeset viewer.