Ignore:
Timestamp:
9 Jan 2008, 11:54:54 (17 years ago)
Author:
Henrik Bettermann
Message:

implement dynamical institution title (site properties must be imported)

Location:
WAeUP_SRP/base/skins/cps_custom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/cps_custom/config_form.pt

    r2628 r3000  
    2121
    2222    <table id="portalConfiguration" summary="Portal properties form">
     23      <tr>
     24        <th>
     25          <label>
     26            Institution Title
     27          </label>
     28        </th>
     29        <td>
     30          <input name="institution_title" id="institution_title" value=""
     31                 tal:attributes="value pprops/institution_title" />
     32        </td>
     33      </tr>
    2334      <tr>
    2435        <th>
  • WAeUP_SRP/base/skins/cps_custom/reconfig.py

    r2628 r3000  
    1818    session=form.get('session'),
    1919    static_dir=form.get('static_dir'),
     20    institution_title=form.get('institution_title'),
    2021    )
    2122
Note: See TracChangeset for help on using the changeset viewer.