Changeset 548 for WAeUP_SRP/trunk
- Timestamp:
- 24 Sep 2006, 21:09:56 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/StudentApplication.xml
r503 r548 45 45 <action title="Ackowledgement Slip" action_id="slip" 46 46 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"> 48 48 <permission value="View"/> 49 49 </action> 50 50 51 </object> -
WAeUP_SRP/trunk/skins/waeup_student/application_view.pt
r542 r548 7 7 <span tal:condition="info" 8 8 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 9 18 <h3>My Application Record</h3> 10 19 <br />
Note: See TracChangeset for help on using the changeset viewer.