Changeset 548 for WAeUP_SRP/trunk


Ignore:
Timestamp:
24 Sep 2006, 21:09:56 (18 years ago)
Author:
Henrik Bettermann
Message:

application slip in external window

Location:
WAeUP_SRP/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/types/StudentApplication.xml

    r503 r548  
    4545 <action title="Ackowledgement Slip" action_id="slip"
    4646    category="student_object" condition_expr=""
    47     url_expr="string:${object_url}/application_slip" visible="True">
     47    url_expr="string:${object_url}/application_slip" visible="False">
    4848  <permission value="View"/>
    4949 </action>
     50
    5051</object>
  • WAeUP_SRP/trunk/skins/waeup_student/application_view.pt

    r542 r548  
    77      <span tal:condition="info"
    88            tal:define="review_state info/review_state">
     9           
     10        <div style="text-align: right">
     11        <a href="" target=_blank tal:attributes="href string:application_slip">
     12            <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
     13            Application Slip
     14        </a>
     15        </div>
     16
     17
    918        <h3>My Application Record</h3>
    1019        <br />
Note: See TracChangeset for help on using the changeset viewer.