Ignore:
Timestamp:
12 Nov 2007, 10:58:15 (17 years ago)
Author:
Henrik Bettermann
Message:

configure and use statid directory on server

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

Legend:

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

    r2454 r2628  
    8282      <tr>
    8383        <th>
     84          <label>
     85            Static Directory on Server
     86          </label>
     87        </th>
     88        <td>
     89          <input name="static_dir" id="portal_session" value=""
     90                 tal:attributes="value pprops/static_dir" />
     91        </td>
     92      </tr>       
     93      <tr>
     94        <th>
    8495          <label for="portal_description"
    8596                 i18n:translate="label_portal_description">
  • WAeUP_SRP/base/skins/cps_custom/reconfig.py

    r2454 r2628  
    1717    description=form.get('description'),
    1818    session=form.get('session'),
     19    static_dir=form.get('static_dir'),
    1920    )
    2021
Note: See TracChangeset for help on using the changeset viewer.