Changeset 585 for WAeUP_SRP/trunk


Ignore:
Timestamp:
28 Sep 2006, 19:47:33 (18 years ago)
Author:
Henrik Bettermann
Message:

open [edit] link in external window
preliminary version only realized in faculty_index_view.pt

Location:
WAeUP_SRP/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/themes.xml

    r562 r585  
    44 <property name="debug_mode">True</property>
    55 <property name="method_themes">
     6  <element key="external_edit_form" value="WAeUP_Student+Slippage"/>
    67  <element key="login_staff" value="WAeUP_Backoffice+Default"/>
    78  <element key="logged_out" value="WAeUP_Student+Default"/>
  • WAeUP_SRP/trunk/skins/waeup_academics/faculty_index_view.pt

    r556 r585  
    3737              <strong tal:content="row/title" /></a> </td>
    3838            <td tal:content="row/id"> </td>
    39             <td><a href="edit" tal:attributes="href string:${row/url}/cpsdocument_edit_form">[edit]</a></td>
     39            <td><a href="edit" tal:attributes="href string:${row/url}/external_edit_form"
     40                target="edit"
     41                onclick="javascript:window.open('','edit','width=600, height=700, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')">
     42                [edit]
     43                </a>
     44            </td>
    4045          </tr>
    4146        </table>
Note: See TracChangeset for help on using the changeset viewer.