Ignore:
Timestamp:
11 Nov 2006, 17:40:02 (18 years ago)
Author:
joachim
Message:

show filename in clearance slip
show faculty and department title in admission_view and _slip
pin is not used, if an error occurs in the form,
the pin must therefore be the last entry field.
entry_date and entry_session are set in start_clearance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/widget_image_render.pt

    r808 r843  
    1313  image_tag options/image_tag;
    1414  ">
     15<span tal:condition="python:0">
    1516  <img tal:condition="python: mode == 'view' and not empty_file"
    1617    tal:replace="structure image_tag" />
     18</span>
     19<span tal:condition="python: mode == 'view' and not empty_file">
     20  <a href="" target="_new"
     21     tal:attributes="href content_url"
     22     tal:content="current_filename" >
     23  </a>
     24</span>
    1725
    1826  <tal:block condition="python: mode == 'edit'">
Note: See TracChangeset for help on using the changeset viewer.