Changeset 3000 for WAeUP_SRP/base/skins/cps_custom
- Timestamp:
- 9 Jan 2008, 11:54:54 (17 years ago)
- 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 21 21 22 22 <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> 23 34 <tr> 24 35 <th> -
WAeUP_SRP/base/skins/cps_custom/reconfig.py
r2628 r3000 18 18 session=form.get('session'), 19 19 static_dir=form.get('static_dir'), 20 institution_title=form.get('institution_title'), 20 21 ) 21 22
Note: See TracChangeset for help on using the changeset viewer.